This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[PATCH v3 0/6] ARM process record/replay improvements
- From: Omair Javaid <omair dot javaid at linaro dot org>
- To: gdb-patches at sourceware dot org
- Cc: patches at linaro dot org
- Date: Wed, 13 Aug 2014 18:12:09 +0500
- Subject: [PATCH v3 0/6] ARM process record/replay improvements
- Authentication-results: sourceware.org; auth=none
This set of patches is an update to a previously posted patch set here:
version 1) https://www.sourceware.org/ml/gdb-patches/2013-11/msg00749.html
version 2) https://sourceware.org/ml/gdb-patches/2014-02/msg00703.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 set has been tested with latest gdb trunk on ARM and x86_64 targets with no regressions.
All gdb.reverse tests now pass on arm targets.
Omair Javaid (6):
Implements support for recording arm/thumb mode coprocessor
instructions
Implements support for recording thumb2 ASIMD struct ld/st insn
Implement support for recording VFP data processing instructions
Implement support for recording extension register ld/st insn
Implement support for recording vector data transfer instructions
Fix reverse-step and reverse-next over undebuggable solib code
gdb/arm-tdep.c | 784 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
gdb/infrun.c | 5 +-
2 files changed, 776 insertions(+), 13 deletions(-)
--
1.9.1