Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Andreas Arnez <arnez@linux.vnet.ibm.com>
To: gdb-patches@sourceware.org
Subject: [RFA][PATCH v5 0/2] S/390: Add TDB regset support
Date: Wed, 11 Sep 2013 15:15:00 -0000	[thread overview]
Message-ID: <877genmltz.fsf@br87z6lw.de.ibm.com> (raw)

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(-)


             reply	other threads:[~2013-09-11 15:15 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-11 15:15 Andreas Arnez [this message]
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

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=877genmltz.fsf@br87z6lw.de.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