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, Ulrich Weigand <uweigand@de.ibm.com>
Subject: [RFA PATCH v2 0/3] Add TDB regset support
Date: Wed, 12 Jun 2013 12:00:00 -0000	[thread overview]
Message-ID: <87y5afpmnd.fsf@br87z6lw.de.ibm.com> (raw)

Thanks, Pedro and Luis, for your feedback.

Changes from the initial version:

* New target descriptions for S/390- and System z targets with the
  transactional-execution facility are added.

* An update for the NEWS file is provided.

* A new node for gdb.texinfo is provided, including a description of the
  new TDB feature.

* A bug is fixed in ppc_linux_iterate_over_regset_sections in
  ppc-linux-tdep.c, where the general-purpose registers were handled
  incorrectly on 64-bit targets.


 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/linux-s390-low.c          |    9 
 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 ++
 29 files changed, 1334 insertions(+), 668 deletions(-)


             reply	other threads:[~2013-06-12 11:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-12 12:00 Andreas Arnez [this message]
2013-06-12 13:17 ` Pedro Alves
2013-06-12 14:48   ` Andreas Arnez

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=87y5afpmnd.fsf@br87z6lw.de.ibm.com \
    --to=arnez@linux.vnet.ibm.com \
    --cc=gdb-patches@sourceware.org \
    --cc=uweigand@de.ibm.com \
    /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