Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [RFA][PATCH v5 0/2] S/390: Add TDB regset support
@ 2013-09-11 15:15 Andreas Arnez
  2013-09-11 15:29 ` [RFA][PATCH v5 1/2] S/390 regmap rework Andreas Arnez
                   ` (3 more replies)
  0 siblings, 4 replies; 21+ messages in thread
From: Andreas Arnez @ 2013-09-11 15:15 UTC (permalink / raw)
  To: gdb-patches

Another attempt on adding the TDB regset for S/390 targets.  This
version avoids introducing dynamic regset support.  Instead, the TDB
regset is unconditionally written into a core dump.  Upon reading,
before supplying the TDB to the regcache, its validity is verified.  If
invalid, the TDB registers are cleared to "unavailable" status.

Common code should no longer be affected by this version of the patch
set.


 NEWS                                |    4 +
 doc/gdb.texinfo                     |   38 ++++++++++-
 features/Makefile                   |    3 
 features/s390-tdb.xml               |   30 +++++++++
 features/s390-te-linux64.c          |  118 ++++++++++++++++++++++++++++++++++++
 features/s390-te-linux64.xml        |   25 +++++++
 features/s390x-te-linux64.c         |  102 +++++++++++++++++++++++++++++++
 features/s390x-te-linux64.xml       |   24 +++++++
 gdbserver/Makefile.in               |    7 ++
 gdbserver/configure.srv             |    5 +
 gdbserver/linux-s390-low.c          |   25 ++++++-
 regformats/s390-te-linux64.dat      |   94 ++++++++++++++++++++++++++++
 regformats/s390x-te-linux64.dat     |   78 +++++++++++++++++++++++
 s390-nat.c                          |   37 +++++++----
 s390-tdep.c                         |   85 +++++++++++++++++++++++++
 s390-tdep.h                         |   40 +++++++++++-
 testsuite/gdb.arch/s390-tdbregs.c   |   64 +++++++++++++++++++
 testsuite/gdb.arch/s390-tdbregs.exp |   75 ++++++++++++++++++++++
 18 files changed, 831 insertions(+), 23 deletions(-)


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

end of thread, other threads:[~2013-09-17 18:39 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-11 15:15 [RFA][PATCH v5 0/2] S/390: Add TDB regset support Andreas Arnez
2013-09-11 15:29 ` [RFA][PATCH v5 1/2] S/390 regmap rework Andreas Arnez
2013-09-13 12:40   ` Ulrich Weigand
2013-09-11 15:30 ` [RFA][PATCH v5 2/2] S/390: Add TDB regset Andreas Arnez
2013-09-11 16:28   ` Eli Zaretskii
2013-09-11 16:55     ` Andreas Arnez
2013-09-11 16:59       ` Eli Zaretskii
2013-09-11 17:39         ` Andreas Arnez
2013-09-11 19:21           ` Eli Zaretskii
2013-09-13 12:42   ` Ulrich Weigand
2013-09-15 15:52     ` Build regression on 32-bit hosts [Re: [RFA][PATCH v5 2/2] S/390: Add TDB regset] Jan Kratochvil
2013-09-15 21:33       ` RFA: Fix build " Pierre Muller
2013-09-16  9:52         ` Ulrich Weigand
2013-09-16 11:35           ` Pierre Muller
2013-09-16 12:23             ` Joel Brobecker
2013-09-16 13:53               ` Eli Zaretskii
     [not found]           ` <38466.0263116986$1379331313@news.gmane.org>
2013-09-17 18:39             ` Tom Tromey
2013-09-16 10:43         ` Andreas Arnez
2013-09-12 15:36 ` [RFA][PATCH v5 0/2] S/390: Add TDB regset support Andreas Arnez
2013-09-13 14:19 ` Ulrich Weigand
2013-09-15 14:42   ` Pierre Muller

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