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

Changes from v2:

* Teach gdbserver to select an S/390 target description with TDB
  support, if applicable.

 gdb/NEWS                                |    4 
 gdb/amd64-linux-tdep.c                  |   32 +-
 gdb/arm-linux-tdep.c                    |   35 +-
 gdb/corelow.c                           |   42 +--
 gdb/doc/gdb.texinfo                     |   38 ++
 gdb/features/Makefile                   |    3 
 gdb/features/s390-tdb.xml               |   30 ++
 gdb/features/s390-te-linux64.c          |  118 ++++++++
 gdb/features/s390-te-linux64.xml        |   25 +
 gdb/features/s390x-te-linux64.c         |  102 +++++++
 gdb/features/s390x-te-linux64.xml       |   24 +
 gdb/gdbarch.c                           |   36 +-
 gdb/gdbarch.h                           |   19 +
 gdb/gdbarch.sh                          |   12 
 gdb/gdbserver/Makefile.in               |    7 
 gdb/gdbserver/configure.srv             |    5 
 gdb/gdbserver/linux-s390-low.c          |   25 +
 gdb/i386-linux-tdep.c                   |   47 +--
 gdb/linux-tdep.c                        |  103 ++++---
 gdb/ppc-linux-tdep.c                    |   93 +-----
 gdb/regformats/s390-te-linux64.dat      |   94 ++++++
 gdb/regformats/s390x-te-linux64.dat     |   78 +++++
 gdb/regset.h                            |    8 
 gdb/s390-nat.c                          |  217 +++++++---------
 gdb/s390-tdep.c                         |  165 +++---------
 gdb/s390-tdep.h                         |   20 +
 gdb/testsuite/gdb.arch/s390-tdbregs.c   |   62 ++++
 gdb/testsuite/gdb.arch/s390-tdbregs.exp |   75 +++++
 s390-nat.c                              |   37 +-
 s390-tdep.c                             |  434 +++++++++++++++++---------------
 s390-tdep.h                             |   40 ++
 31 files changed, 1361 insertions(+), 669 deletions(-)


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

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

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-12 15:12 [RFA PATCH v3 0/3] Add TDB regset support Andreas Arnez
2013-06-12 15:12 ` [PATCH v3 1/3] S/390 regmap rework Andreas Arnez
2013-06-12 15:13 ` [PATCH v3 2/3] Add TDB regset Andreas Arnez
2013-06-12 15:23 ` [PATCH v3 3/3] Dynamic core regset sections support Andreas Arnez
2013-06-12 16:06   ` Mark Kettenis
2013-06-13  9:32     ` Andreas Arnez
2013-06-13 11:02       ` Pedro Alves
2013-06-13 12:23         ` Andreas Arnez
2013-06-13 14:44           ` Pedro Alves
2013-06-13 17:36             ` Andreas Arnez

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