Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH 0/4] S390: Guarded storage register set support
@ 2017-09-21 16:41 Andreas Arnez
  2017-09-21 16:41 ` [PATCH 1/4] S390: Add guarded-storage register definitions and tdescs Andreas Arnez
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Andreas Arnez @ 2017-09-21 16:41 UTC (permalink / raw)
  To: gdb-patches

This adds GDB support for the guarded storage register sets available on
z14 platforms with a new Linux kernel.  The kernel presents two register
sets, one of them representing actual hardware registers and the other one
being software-based.

Andreas Arnez (4):
  S390: Add guarded-storage register definitions and tdescs
  S390: Add guarded-storage register support to GDB
  S390: Add guarded-storage register support to gdbserver
  S390: Document guarded-storage register support

 gdb/NEWS                            |   3 +
 gdb/doc/gdb.texinfo                 |   8 ++
 gdb/features/Makefile               |   5 +
 gdb/features/s390-gs-linux64.c      | 198 ++++++++++++++++++++++++++++++++++++
 gdb/features/s390-gs-linux64.xml    |  28 +++++
 gdb/features/s390-gs.xml            |  13 +++
 gdb/features/s390-gsbc.xml          |  13 +++
 gdb/features/s390x-gs-linux64.c     | 182 +++++++++++++++++++++++++++++++++
 gdb/features/s390x-gs-linux64.xml   |  27 +++++
 gdb/gdbserver/configure.srv         |   8 ++
 gdb/gdbserver/linux-s390-low.c      |  68 ++++++++++++-
 gdb/gdbserver/linux-s390-tdesc.h    |   9 ++
 gdb/regformats/s390-gs-linux64.dat  | 133 ++++++++++++++++++++++++
 gdb/regformats/s390x-gs-linux64.dat | 117 +++++++++++++++++++++
 gdb/s390-linux-nat.c                |  22 +++-
 gdb/s390-linux-tdep.c               |  94 ++++++++++++++++-
 gdb/s390-linux-tdep.h               |  16 ++-
 17 files changed, 936 insertions(+), 8 deletions(-)
 create mode 100644 gdb/features/s390-gs-linux64.c
 create mode 100644 gdb/features/s390-gs-linux64.xml
 create mode 100644 gdb/features/s390-gs.xml
 create mode 100644 gdb/features/s390-gsbc.xml
 create mode 100644 gdb/features/s390x-gs-linux64.c
 create mode 100644 gdb/features/s390x-gs-linux64.xml
 create mode 100644 gdb/regformats/s390-gs-linux64.dat
 create mode 100644 gdb/regformats/s390x-gs-linux64.dat

-- 
2.5.0


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

end of thread, other threads:[~2017-10-05 16:38 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-21 16:41 [PATCH 0/4] S390: Guarded storage register set support Andreas Arnez
2017-09-21 16:41 ` [PATCH 1/4] S390: Add guarded-storage register definitions and tdescs Andreas Arnez
2017-09-21 16:42 ` [PATCH 2/4] S390: Add guarded-storage register support to GDB Andreas Arnez
2017-09-21 16:43 ` [PATCH 3/4] S390: Add guarded-storage register support to gdbserver Andreas Arnez
2017-09-21 16:44 ` [PATCH 4/4] S390: Document guarded-storage register support Andreas Arnez
2017-09-21 17:01   ` Eli Zaretskii
2017-09-21 18:19     ` Andreas Arnez
2017-09-25 14:10       ` Andreas Arnez
2017-10-05 16:38 ` [PATCH 0/4] S390: Guarded storage register set support Kevin Buettner

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