This is the mail archive of the gdb-prs@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]

[Bug breakpoints/15902] Hardware watchpoints on remote targets do not automatically fall back to software watchpoints


https://sourceware.org/bugzilla/show_bug.cgi?id=15902

--- Comment #1 from Anton Kolesov <akolesov at synopsys dot com> ---
I was able to reproduce this with x86_64 host and GDB 7.6 from release tarball
after I commented handling of Z2 packet in gdbserver source code.

  (gdb) watch a
  Hardware watchpoint 2: a
  (gdb) c
  Continuing.
  Warning:
  Could not insert hardware watchpoint 2.
  Could not insert hardware breakpoints:
  You may have requested too many hardware breakpoints/watchpoints.

  main () at test.c:4
  4           a = 2;
  (gdb)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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