From: Andreas Arnez <arnez@linux.vnet.ibm.com>
To: gdb-patches@sourceware.org
Subject: [PATCH 0/4] S390: Guarded storage register set support
Date: Thu, 21 Sep 2017 16:41:00 -0000 [thread overview]
Message-ID: <1506012057-7965-1-git-send-email-arnez@linux.vnet.ibm.com> (raw)
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
next reply other threads:[~2017-09-21 16:41 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-21 16:41 Andreas Arnez [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1506012057-7965-1-git-send-email-arnez@linux.vnet.ibm.com \
--to=arnez@linux.vnet.ibm.com \
--cc=gdb-patches@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox