This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix HW watchpoints on Solaris x86


   Date: Sun, 10 Aug 2003 10:29:47 -0400
   From: Andrew Cagney <ac131313@redhat.com>

> +#define TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT(SIZE) 1

That now lives in the target vector.

Hmm, yes.  So actually, we should modify procfs.c.  Well, I don't have
a Solaris x86 system to test things on, so I'll leave this for now.

(I'm suprized PeterS still has a working Solaris i386 machine). All targets still defining this appear to set it to 1 so I think putting it in procfs (in the mainline) is pretty safe.


Andrew



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]