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

[PATCH 0/6] S390: Watchpoint enhancements and hardware breakpoints


This series adds some enhancements to the current s390-linux native
support for watchpoints.  It also adds hardware breakpoint support.

While this is mostly an s390-specific series, it includes one
common-code patch: patch #5, "linux-nat: Add function lwp_is_stepping".
I'm looking for feedback on that.  Comments to the s390-specific patches
are certainly welcome as well.

Andreas Arnez (6):
  S390: Avoid direct access to lwp_info structure
  S390: Migrate watch areas from list to VEC type
  S390: Multi-inferior watchpoint support
  S390: Enable "maint set show-debug-regs"
  linux-nat: Add function lwp_is_stepping
  S390: Hardware breakpoint support

 gdb/gdbserver/linux-low.c |   8 +
 gdb/linux-nat.c           |   8 +
 gdb/nat/linux-nat.h       |   4 +
 gdb/s390-linux-nat.c      | 442 ++++++++++++++++++++++++++++++++++++++--------
 gdb/testsuite/lib/gdb.exp |   3 +-
 5 files changed, 394 insertions(+), 71 deletions(-)

-- 
2.5.0


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