This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[ping] [RFA][PATCH v4 0/5] Add TDB regset support
- From: Andreas Arnez <arnez at linux dot vnet dot ibm dot com>
- To: gdb-patches at sourceware dot org
- Cc: Ulrich dot Weigand at de dot ibm dot com
- Date: Mon, 08 Jul 2013 17:44:09 +0200
- Subject: [ping] [RFA][PATCH v4 0/5] Add TDB regset support
- References: <87zju3intq dot fsf at br87z6lw dot de dot ibm dot com>
Is this good to go now? Any remaining concerns with the patch set?
Andreas Arnez <arnez@linux.vnet.ibm.com> writes:
> This is another iteration of GDB support for the "transaction diagnostic
> block", TDB, which is provided by the transactional-execution facility
> in newer z/Architecture systems.
>
> There was some discussion on previous versions of this patch,
> specifically about the part that introduces dynamic core file register
> notes support. Thus this version continues supporting the old "static"
> interface. Also, the architecture-specific patches are now separated
> out for easier review.
>
> NEWS | 4
> corelow.c | 42 +--
> doc/gdb.texinfo | 38 ++
> features/Makefile | 3
> gdbarch.c | 35 ++
> gdbarch.h | 19 +
> gdbarch.sh | 36 +-
> gdbserver/Makefile.in | 7
> gdbserver/configure.srv | 5
> gdbserver/linux-s390-low.c | 25 +
> linux-tdep.c | 103 ++++---
> ppc-linux-tdep.c | 93 +------
> regset.c | 22 +
> regset.h | 7
> s390-nat.c | 256 +++++++++----------
> s390-tdep.c | 590 +++++++++++++++++++++------------------------
> s390-tdep.h | 60 ++++
> 17 files changed, 739 insertions(+), 606 deletions(-)