This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[PATCH v2 0/5] ARM process record support for asimd, vfp etc instructions
- From: Omair Javaid <omair dot javaid at linaro dot org>
- To: gdb-patches at sourceware dot org
- Cc: patches at linaro dot org, Omair Javaid <omair dot javaid at linaro dot org>
- Date: Sat, 22 Feb 2014 21:48:50 +0500
- Subject: [PATCH v2 0/5] ARM process record support for asimd, vfp etc instructions
- Authentication-results: sourceware.org; auth=none
This set of patches is an update to a previously posted patch here:
https://www.sourceware.org/ml/gdb-patches/2013-11/msg00749.html
New series splits the previous patch by feature and also makes appropriate
changes required to accomodate recently committed changes in arm process record
code.
This patch series further improves arm process record instruction coverage and
fixes a few more testsuite failures in gdb.record.
This patch series adds following improvements:
Omair Javaid (5):
Support for recording arm/thumb mode coprocessor instructions
Support for recording thumb2 ASIMD struct load/store instructions
Support for recording VFP data processing instructions
Support for recording extension register load/store instructions
Support for recording vector data transfer instructions
gdb/arm-tdep.c | 784 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 775 insertions(+), 9 deletions(-)
--
1.8.3.2