public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/3] low_new_clone in linux-nat.c and powerpc watchpoint fixes
@ 2019-07-26 12:50 Pedro Franco de Carvalho
  2019-07-26 12:50 ` [PATCH 3/3] [PowerPC] Fix debug register issues in ppc-linux-nat Pedro Franco de Carvalho
                   ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: Pedro Franco de Carvalho @ 2019-07-26 12:50 UTC (permalink / raw)
  To: gdb-patches; +Cc: uweigand

This patch series fixes some issues with hardware breakpoints and
watchpoints in the powerpc linux native target.

The first patch adds a new "low" method to linux-nat.c, which is needed
in ppc-linux-nat.c.  The second one is a small refactoring, and the third
one is the fix itself.

Pedro Franco de Carvalho (3):
  Add low_new_clone method to linux_nat_target.
  [PowerPC] Move up some register access routines
  [PowerPC] Fix debug register issues in ppc-linux-nat

 gdb/linux-nat.c     |    4 +
 gdb/linux-nat.h     |    4 +
 gdb/ppc-linux-nat.c | 1561 ++++++++++++++++++++++++++++---------------
 3 files changed, 1041 insertions(+), 528 deletions(-)

-- 
2.20.1

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

end of thread, other threads:[~2019-08-22 10:27 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-26 12:50 [PATCH 0/3] low_new_clone in linux-nat.c and powerpc watchpoint fixes Pedro Franco de Carvalho
2019-07-26 12:50 ` [PATCH 3/3] [PowerPC] Fix debug register issues in ppc-linux-nat Pedro Franco de Carvalho
2019-08-08 16:24   ` Ulrich Weigand
2019-08-08 20:27     ` Pedro Franco de Carvalho
2019-08-09 11:04       ` Ulrich Weigand
2019-08-09 15:04         ` Pedro Franco de Carvalho
2019-08-09 15:28           ` Ulrich Weigand
2019-08-09 15:53             ` Pedro Franco de Carvalho
2019-08-13 13:50             ` Pedro Franco de Carvalho
2019-08-21 15:31               ` Ulrich Weigand
2019-08-21 17:45                 ` Pedro Franco de Carvalho
2019-08-22 10:27                   ` Ulrich Weigand
2019-07-26 12:50 ` [PATCH 2/3] [PowerPC] Move up some register access routines Pedro Franco de Carvalho
2019-08-08 16:25   ` Ulrich Weigand
2019-07-26 12:50 ` [PATCH 1/3] Add low_new_clone method to linux_nat_target Pedro Franco de Carvalho
2019-08-08 14:05   ` Ulrich Weigand

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).