This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v3 0/6] ARM process record/replay improvements


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?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]