Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [RFA][PATCH v4 0/5] Add TDB regset support
@ 2013-07-03 16:57 Andreas Arnez
  2013-07-03 17:00 ` [RFA][PATCH v4 1/5] S/390 regmap rework Andreas Arnez
                   ` (5 more replies)
  0 siblings, 6 replies; 19+ messages in thread
From: Andreas Arnez @ 2013-07-03 16:57 UTC (permalink / raw)
  To: gdb-patches; +Cc: Ulrich.Weigand

This is another iteration of GDB support for the "transaction diagnostic
block", TDB, which is provided by the transactional-execution facility
in newer z/Architecture systems.

There was some discussion on previous versions of this patch,
specifically about the part that introduces dynamic core file register
notes support.  Thus this version continues supporting the old "static"
interface.  Also, the architecture-specific patches are now separated
out for easier review.

 NEWS                       |    4 
 corelow.c                  |   42 +--
 doc/gdb.texinfo            |   38 ++
 features/Makefile          |    3 
 gdbarch.c                  |   35 ++
 gdbarch.h                  |   19 +
 gdbarch.sh                 |   36 +-
 gdbserver/Makefile.in      |    7 
 gdbserver/configure.srv    |    5 
 gdbserver/linux-s390-low.c |   25 +
 linux-tdep.c               |  103 ++++---
 ppc-linux-tdep.c           |   93 +------
 regset.c                   |   22 +
 regset.h                   |    7 
 s390-nat.c                 |  256 +++++++++----------
 s390-tdep.c                |  590 +++++++++++++++++++++------------------------
 s390-tdep.h                |   60 ++++
 17 files changed, 739 insertions(+), 606 deletions(-)


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

end of thread, other threads:[~2013-07-16 17:06 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-03 16:57 [RFA][PATCH v4 0/5] Add TDB regset support Andreas Arnez
2013-07-03 17:00 ` [RFA][PATCH v4 1/5] S/390 regmap rework Andreas Arnez
2013-07-15 14:46   ` Luis Machado
2013-07-15 17:15     ` Andreas Arnez
2013-07-03 17:02 ` [RFA][PATCH v4 2/5] S/390: Add TDB regset Andreas Arnez
2013-07-03 19:25   ` Eli Zaretskii
2013-07-03 17:04 ` [RFA][PATCH v4 3/5] Dynamic core regset sections support Andreas Arnez
2013-07-03 17:11 ` [RFA][PATCH v4 4/5] S/390: Exploit dynamic core regset sections Andreas Arnez
2013-07-03 17:21 ` [RFA][PATCH v4 5/5] PowerPC: " Andreas Arnez
2013-07-08 15:44 ` [ping] [RFA][PATCH v4 0/5] Add TDB regset support Andreas Arnez
2013-07-15  8:49   ` [ping 2] " Andreas Arnez
2013-07-15 13:27     ` Luis Machado
2013-07-15 15:34       ` Andreas Arnez
2013-07-15 15:40         ` Luis Machado
2013-07-15 16:30           ` Andreas Arnez
2013-07-16 15:26             ` Andreas Arnez
2013-07-16 16:03               ` Ulrich Weigand
2013-07-16 17:06                 ` Andreas Arnez
2013-07-15 15:58         ` Mark Kettenis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox