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
Cc: Ulrich Weigand <uweigand@de.ibm.com>
Subject: [PATCH 0/4] S390: Vector register support
Date: Wed, 25 Feb 2015 09:42:00 -0000	[thread overview]
Message-ID: <1424857321-20322-1-git-send-email-arnez@linux.vnet.ibm.com> (raw)

This patch set adds support to GDB and gdbserver for accessing the
vector registers on S/390 targets.

Andreas Arnez (4):
  S390: Add target descriptions for vector register sets
  S390: Add vector register support to gdb
  S390: Add vector register support to gdbserver
  S390: Vector register test case

 gdb/NEWS                              |   3 +
 gdb/doc/gdb.texinfo                   |   8 ++
 gdb/features/Makefile                 |   7 +-
 gdb/features/s390-tevx-linux64.c      | 188 ++++++++++++++++++++++++++++
 gdb/features/s390-tevx-linux64.xml    |  26 ++++
 gdb/features/s390-vx-linux64.c        | 166 ++++++++++++++++++++++++
 gdb/features/s390-vx-linux64.xml      |  25 ++++
 gdb/features/s390-vx.xml              |  59 +++++++++
 gdb/features/s390x-tevx-linux64.c     | 172 +++++++++++++++++++++++++
 gdb/features/s390x-tevx-linux64.xml   |  25 ++++
 gdb/features/s390x-vx-linux64.c       | 150 ++++++++++++++++++++++
 gdb/features/s390x-vx-linux64.xml     |  24 ++++
 gdb/gdbserver/Makefile.in             |  12 +-
 gdb/gdbserver/configure.srv           |   9 ++
 gdb/gdbserver/linux-s390-low.c        |  94 +++++++++++++-
 gdb/regformats/s390-tevx-linux64.dat  | 127 +++++++++++++++++++
 gdb/regformats/s390-vx-linux64.dat    | 107 ++++++++++++++++
 gdb/regformats/s390x-tevx-linux64.dat | 111 ++++++++++++++++
 gdb/regformats/s390x-vx-linux64.dat   |  91 ++++++++++++++
 gdb/s390-linux-nat.c                  |  84 ++++++++-----
 gdb/s390-linux-tdep.c                 | 229 +++++++++++++++++++++++++++++-----
 gdb/s390-linux-tdep.h                 |  45 ++++++-
 gdb/testsuite/gdb.arch/s390-vregs.S   |  96 ++++++++++++++
 gdb/testsuite/gdb.arch/s390-vregs.exp | 202 ++++++++++++++++++++++++++++++
 24 files changed, 1995 insertions(+), 65 deletions(-)
 create mode 100644 gdb/features/s390-tevx-linux64.c
 create mode 100644 gdb/features/s390-tevx-linux64.xml
 create mode 100644 gdb/features/s390-vx-linux64.c
 create mode 100644 gdb/features/s390-vx-linux64.xml
 create mode 100644 gdb/features/s390-vx.xml
 create mode 100644 gdb/features/s390x-tevx-linux64.c
 create mode 100644 gdb/features/s390x-tevx-linux64.xml
 create mode 100644 gdb/features/s390x-vx-linux64.c
 create mode 100644 gdb/features/s390x-vx-linux64.xml
 create mode 100644 gdb/regformats/s390-tevx-linux64.dat
 create mode 100644 gdb/regformats/s390-vx-linux64.dat
 create mode 100644 gdb/regformats/s390x-tevx-linux64.dat
 create mode 100644 gdb/regformats/s390x-vx-linux64.dat
 create mode 100644 gdb/testsuite/gdb.arch/s390-vregs.S
 create mode 100644 gdb/testsuite/gdb.arch/s390-vregs.exp

-- 
1.9.3


             reply	other threads:[~2015-02-25  9:42 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-25  9:42 Andreas Arnez [this message]
2015-02-25  9:42 ` [PATCH 1/4] S390: Add target descriptions for vector register sets Andreas Arnez
2015-02-25 15:58   ` Eli Zaretskii
2015-02-25  9:43 ` [PATCH 2/4] S390: Add vector register support to gdb Andreas Arnez
2015-02-25 15:58   ` Eli Zaretskii
2015-02-25  9:44 ` [PATCH 3/4] S390: Add vector register support to gdbserver Andreas Arnez
2015-02-25  9:44 ` [PATCH 4/4] S390: Vector register test case Andreas Arnez
2015-02-27 20:43 ` [PATCH 0/4] S390: Vector register support Ulrich Weigand

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=1424857321-20322-1-git-send-email-arnez@linux.vnet.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