This is the mail archive of the gdb@sourceware.org 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: Does hardware watchpoint work on Linux/x86-64?


Yes, hardware watchpoints work on x86-64.

On Wed, Apr 16, 2008 at 03:05:23PM -0700, H.J. Lu wrote:
> (gdb) watch section_headers
> During symbol reading, DW_AT_type missing from DW_TAG_subrange_type.
> Watchpoint 1: section_headers

Figure out what sort of symbol GDB thinks this is.  It thinks it's too
complicated to use a hardware watchpoint for.  Does it have a location
list (odd for a global variable)?

-- 
Daniel Jacobowitz
CodeSourcery


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