Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH v3 0/6] ARM process record/replay improvements
@ 2014-08-13 13:13 Omair Javaid
  2014-08-13 13:13 ` [PATCH v3 6/6] Fix reverse-step and reverse-next over undebuggable solib code Omair Javaid
                   ` (6 more replies)
  0 siblings, 7 replies; 37+ messages in thread
From: Omair Javaid @ 2014-08-13 13:13 UTC (permalink / raw)
  To: gdb-patches; +Cc: patches

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


^ permalink raw reply	[flat|nested] 37+ messages in thread

end of thread, other threads:[~2014-09-10 11:55 UTC | newest]

Thread overview: 37+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-13 13:13 [PATCH v3 0/6] ARM process record/replay improvements Omair Javaid
2014-08-13 13:13 ` [PATCH v3 6/6] Fix reverse-step and reverse-next over undebuggable solib code Omair Javaid
2014-08-27  9:09   ` Omair Javaid
2014-08-27 10:34   ` Pedro Alves
2014-08-13 13:13 ` [PATCH v3 1/6] Implements support for recording arm/thumb mode coprocessor instructions Omair Javaid
2014-08-13 14:10   ` Will Newton
2014-08-27  9:07     ` Omair Javaid
2014-08-27 10:05       ` Pedro Alves
2014-08-28  9:50         ` [PATCH] Implement " Omair Javaid
2014-09-02 14:51           ` Will Newton
2014-08-13 13:13 ` [PATCH v3 4/6] Implement support for recording extension register ld/st insn Omair Javaid
2014-08-13 14:10   ` Will Newton
2014-08-27  9:21     ` Omair Javaid
2014-08-27 10:17       ` Pedro Alves
2014-08-28 12:56         ` Omair Javaid
2014-09-02 14:59           ` Will Newton
2014-09-10 11:29             ` Omair Javaid
2014-09-10 11:55               ` Will Newton
2014-08-13 13:13 ` [PATCH v3 2/6] Implements support for recording thumb2 ASIMD struct " Omair Javaid
2014-08-13 14:10   ` Will Newton
2014-08-27  9:08     ` Omair Javaid
2014-08-27 10:09       ` Pedro Alves
2014-08-28 10:56         ` [PATCH v3 2/6] Implement support for recording thumb2 ASIMD struct ld/st insns Omair Javaid
2014-09-02 14:55           ` Will Newton
2014-09-10 11:16             ` Omair Javaid
2014-09-10 11:54               ` Will Newton
2014-08-13 13:13 ` [PATCH v3 3/6] Implement support for recording VFP data processing instructions Omair Javaid
2014-08-13 14:10   ` Will Newton
2014-08-27  9:10     ` Omair Javaid
2014-08-27 10:11       ` Pedro Alves
2014-08-28 11:06         ` Omair Javaid
2014-08-13 13:13 ` [PATCH v3 5/6] Implement support for recording vector data transfer instructions Omair Javaid
2014-08-13 14:10   ` Will Newton
2014-08-27  9:09     ` Omair Javaid
2014-08-27 10:19     ` Pedro Alves
2014-08-28 13:07       ` Omair Javaid
2014-08-27  9:05 ` [PATCH v3 0/6] ARM process record/replay improvements Omair Javaid

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox