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/2] xtensa: add hardware breakpoints support


Hello,

this series cleans up gdb/xtensa-linux-nat.c so that it builds without
warnings and adds support for hardware breakpoints and watchpoints.
The implementation closely follows what ARM does.
Please review.

Max Filippov (2):
  gdb: xtensa: make locally used functions static
  gdb: xtensa: support hardware breakpoints/watchpoints

 gdb/xtensa-linux-nat.c | 607 ++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 604 insertions(+), 3 deletions(-)

-- 
2.1.4


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