public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Move common aarch64 HW breakpoint/watchpoint code to nat/
@ 2015-07-07 15:23 Yao Qi
  2015-07-07 15:23 ` [PATCH 1/4] int -> enum target_hw_bp_type in aarch64-linux-nat.c Yao Qi
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Yao Qi @ 2015-07-07 15:23 UTC (permalink / raw)
  To: gdb-patches

Hi,
This patch series is to move duplicated code on HW breakpoint/watchpoint
between GDB and GDBserver to a common place.  This is helpful for my
watchpoint support in aarch64 multi-arch debugging work.

Patch #1 ~ #3 are preparatory patches, which make some functions in GDB
and GDBserver looks similar, and patch #4 moves them to a common place,
nat/aarch64-linux-hw-point.c.

This series is regression tested on aarch64-linux both native and
gdbserver.

*** BLURB HERE ***

Yao Qi (4):
  int -> enum target_hw_bp_type in aarch64-linux-nat.c
  Use debug_printf to print debug message
  Pass aarch64_debug_reg_state to functions
  Move common aarch64 HW breakpoint/watchpoint code to nat/

 gdb/Makefile.in                   |   6 +-
 gdb/aarch64-linux-nat.c           | 635 +------------------------------------
 gdb/config/aarch64/linux.mh       |   2 +-
 gdb/gdbserver/Makefile.in         |   3 +
 gdb/gdbserver/configure.srv       |   2 +-
 gdb/gdbserver/linux-aarch64-low.c | 637 +-------------------------------------
 gdb/nat/aarch64-linux-hw-point.c  | 505 ++++++++++++++++++++++++++++++
 gdb/nat/aarch64-linux-hw-point.h  | 184 +++++++++++
 8 files changed, 726 insertions(+), 1248 deletions(-)
 create mode 100644 gdb/nat/aarch64-linux-hw-point.c
 create mode 100644 gdb/nat/aarch64-linux-hw-point.h

-- 
1.9.1

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-07-17 13:36 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-07 15:23 [PATCH 0/4] Move common aarch64 HW breakpoint/watchpoint code to nat/ Yao Qi
2015-07-07 15:23 ` [PATCH 1/4] int -> enum target_hw_bp_type in aarch64-linux-nat.c Yao Qi
2015-07-07 15:23 ` [PATCH 2/4] Use debug_printf to print debug message Yao Qi
2015-07-14 14:02   ` Gary Benson
2015-07-07 15:23 ` [PATCH 4/4] Move common aarch64 HW breakpoint/watchpoint code to nat/ Yao Qi
2015-07-07 15:23 ` [PATCH 3/4] Pass aarch64_debug_reg_state to functions Yao Qi
2015-07-14 14:05 ` [PATCH 0/4] Move common aarch64 HW breakpoint/watchpoint code to nat/ Gary Benson
2015-07-17 13:36   ` Yao Qi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).