From: Andreas Arnez <arnez@linux.vnet.ibm.com>
To: gdb-patches@sourceware.org
Subject: [PATCH v2 00/13] Regset rework preparations part 2
Date: Wed, 25 Jun 2014 16:49:00 -0000 [thread overview]
Message-ID: <1403714949-28133-1-git-send-email-arnez@linux.vnet.ibm.com> (raw)
Version 1 is here:
https://sourceware.org/ml/gdb-patches/2014-05/msg00631.html
Changes in version 2:
* New patch #1 that renames 'descr' -> 'regmap.
* Improved comment for 'struct regcache_map_entry'.
* Minor corrections in NIOS2 patch.
Andreas Arnez (13):
Rename 'descr' field in regset structure to 'regmap'.
regcache: Add functions suitable for regset_supply/collect.
S390: Migrate to regcache_supply/collect_regset.
AARCH64 Linux: Fill 'collect_regset' in regset structures.
ALPHA Linux: Fill 'collect_regset' in regset structures.
FRV Linux: Fill 'collect_regset' in regset structures.
HPPA Linux: Fill 'collect_regset' in regset structures.
M32R Linux: Fill 'collect_regset' in regset structure.
NIOS2 Linux: Fill 'collect_regset' in regset structure.
SCORE: Fill 'collect_regset' in regset structure.
TILEGX Linux: Fill 'collect_regset' in regset structure.
M68K Linux: Define regset structures.
IA64 Linux: Define regset structures.
gdb/aarch64-linux-nat.c | 38 ++-----
gdb/aarch64-linux-tdep.c | 90 ++++-----------
gdb/aarch64-linux-tdep.h | 18 ++-
gdb/alpha-linux-tdep.c | 56 ++++++----
gdb/frv-linux-tdep.c | 141 +++++++++---------------
gdb/hppa-linux-tdep.c | 101 ++++++-----------
gdb/ia64-linux-tdep.c | 87 +++++++++++++++
gdb/m32r-linux-tdep.c | 81 +++++++++++---
gdb/m68klinux-tdep.c | 65 +++++++++++
gdb/nios2-linux-tdep.c | 21 +++-
gdb/ppc-linux-tdep.c | 4 +-
gdb/regcache.c | 66 +++++++++++
gdb/regcache.h | 44 ++++++++
gdb/regset.h | 7 +-
gdb/rs6000-tdep.c | 12 +-
gdb/s390-linux-nat.c | 177 +++++++++++++-----------------
gdb/s390-linux-tdep.c | 278 ++++++++++-------------------------------------
gdb/s390-linux-tdep.h | 13 +--
gdb/score-tdep.c | 72 ++++--------
gdb/score-tdep.h | 34 +-----
gdb/tilegx-linux-tdep.c | 37 +++----
21 files changed, 708 insertions(+), 734 deletions(-)
--
1.8.4.2
next reply other threads:[~2014-06-25 16:49 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-25 16:49 Andreas Arnez [this message]
2014-06-25 16:49 ` [PATCH v2 11/13] TILEGX Linux: Fill 'collect_regset' in regset structure Andreas Arnez
2014-07-15 10:12 ` Ulrich Weigand
2014-07-16 13:30 ` Andreas Arnez
2014-06-25 16:49 ` [PATCH v2 12/13] M68K Linux: Define regset structures Andreas Arnez
2014-07-15 12:13 ` Ulrich Weigand
2014-07-16 18:01 ` Andreas Arnez
2014-06-25 16:49 ` [PATCH v2 06/13] FRV Linux: Fill 'collect_regset' in " Andreas Arnez
2014-06-25 16:49 ` [PATCH v2 01/13] Rename 'descr' field in regset structure to 'regmap' Andreas Arnez
2014-06-25 16:49 ` [PATCH v2 13/13] IA64 Linux: Define regset structures Andreas Arnez
2014-07-15 13:01 ` Ulrich Weigand
2014-07-18 9:06 ` Andreas Arnez
2014-06-25 16:49 ` [PATCH v2 07/13] HPPA Linux: Fill 'collect_regset' in " Andreas Arnez
2014-06-25 16:49 ` [PATCH v2 09/13] NIOS2 Linux: Fill 'collect_regset' in regset structure Andreas Arnez
2014-06-25 16:49 ` [PATCH v2 10/13] SCORE: " Andreas Arnez
2014-07-15 10:01 ` Ulrich Weigand
2014-07-15 12:25 ` Andreas Arnez
2014-06-25 16:49 ` [PATCH v2 03/13] S390: Migrate to regcache_supply/collect_regset Andreas Arnez
2014-07-15 9:27 ` Ulrich Weigand
2014-07-15 12:07 ` Andreas Arnez
2014-06-25 16:49 ` [PATCH v2 02/13] regcache: Add functions suitable for regset_supply/collect Andreas Arnez
2014-07-07 9:32 ` Omair Javaid
2014-07-08 11:32 ` Andreas Arnez
2014-07-08 19:09 ` Omair Javaid
2014-07-10 7:54 ` Andreas Arnez
2014-07-19 13:10 ` Omair Javaid
2014-06-25 16:49 ` [PATCH v2 04/13] AARCH64 Linux: Fill 'collect_regset' in regset structures Andreas Arnez
2014-07-07 9:57 ` Omair Javaid
2014-06-25 16:49 ` [PATCH v2 08/13] M32R Linux: Fill 'collect_regset' in regset structure Andreas Arnez
2014-06-25 16:49 ` [PATCH v2 05/13] ALPHA Linux: Fill 'collect_regset' in regset structures Andreas Arnez
2014-07-01 8:00 ` [ping][PATCH v2 00/13] Regset rework preparations part 2 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=1403714949-28133-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