This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[ping][PATCH 00/12] Regset rework preparations part 2
- From: Andreas Arnez <arnez at linux dot vnet dot ibm dot com>
- To: gdb-patches at sourceware dot org
- Date: Wed, 04 Jun 2014 14:34:14 +0200
- Subject: [ping][PATCH 00/12] Regset rework preparations part 2
- Authentication-results: sourceware.org; auth=none
Ping:
https://sourceware.org/ml/gdb-patches/2014-05/msg00631.html
Current state of the patches:
> regcache: Add functions suitable for regset_supply/collect.
Adjusted comments upon suggestion from Yao Qi:
https://sourceware.org/ml/gdb-patches/2014-05/msg00664.html
Also posted a separate patch for renaming the regset's 'descr' field to
the (hopefully more meaningful) 'regmap':
https://sourceware.org/ml/gdb-patches/2014-06/msg00096.html
Maybe more discussion about the interface is needed?
> S390: Migrate to regcache_supply/collect_regset.
> AARCH64 Linux: Fill 'collect_regset' in regset structures.
Got a "LGTM" from Yufeng Zhang:
https://sourceware.org/ml/gdb-patches/2014-05/msg00683.html
> 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.
Changed the NIOS2 patch according to comments from Yao Qi:
https://sourceware.org/ml/gdb-patches/2014-06/msg00014.html
> 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.