This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [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" <gdb-patches at sourceware dot org>
- Date: Wed, 27 Aug 2014 14:05:31 +0500
- Subject: Re: [PATCH v3 0/6] ARM process record/replay improvements
- Authentication-results: sourceware.org; auth=none
- References: <1407935535-27978-1-git-send-email-omair dot javaid at linaro dot org>
On 13 August 2014 18:12, Omair Javaid <omair.javaid@linaro.org> wrote:
> 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
>
Ping! Any more comments on this patch series?