public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH v4 0/5] Process record and reverse debugging support on aarch64-linux
@ 2015-02-03  1:17 Omair Javaid
  2015-02-03  1:17 ` [PATCH v4 1/5] NEWS entry about aarch64-linux record/replay support Omair Javaid
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Omair Javaid @ 2015-02-03  1:17 UTC (permalink / raw)
  To: gdb-patches

This is another attempt to get these aarch64 record replay patches approved.

These have been lingering since mid last year and I ll be very thankful if some of our maintainers can help me get them committed.

I have added a couple of bug fixes which has improved the testsuite failure rate.

Here are the fresh results from gdb.reverse testsuite ran on aarch64 hardware:
Remote & Native:

Patch#1  NEWS entry about aarch64-linux record/replay support
has been previously posted and approved here:
https://sourceware.org/ml/gdb-patches/2014-06/msg00185.html
https://sourceware.org/ml/gdb-patches/2014-09/msg00611.html

Patch#2  Implements aarch64 process record and reverse debugging support
has been discussed and updated in several iteration. Previous versions and
discussions can be found here:
https://sourceware.org/ml/gdb-patches/2014-10/msg00540.html
https://sourceware.org/ml/gdb-patches/2014-08/msg00662.html


Patch#3  Support for recording syscall on aarch64-linux
has been previously discussed and improved in this version too.
Previous discussions can be found here:
https://sourceware.org/ml/gdb-patches/2014-10/msg00541.html

Patch#4  Support for recording aarch64 advanced SIMD instructions
has also been previously posted and discussed here:
https://sourceware.org/ml/gdb-patches/2014-10/msg00345.html

Patch#5  Enables gdb.reverse testsuite for aarch64*-linux targets
is a pretty trivial patch to enable gdb testsuite. Its previously posted and discussed here:
https://sourceware.org/ml/gdb-patches/2014-06/msg00242.html

Omair Javaid (5):
  NEWS entry about aarch64-linux record/replay support
  Implements aarch64 process record and reverse debugging support
  Support for recording syscall on aarch64-linux
  Support for recording aarch64 advanced SIMD instructions
  Enables gdb.reverse testsuite for aarch64*-linux targets

 gdb/NEWS                  |   4 +
 gdb/aarch64-linux-tdep.c  | 917 ++++++++++++++++++++++++++++++++++++++++++++++
 gdb/aarch64-linux-tdep.h  | 266 ++++++++++++++
 gdb/aarch64-tdep.c        | 815 ++++++++++++++++++++++++++++++++++++++++
 gdb/aarch64-tdep.h        |   6 +
 gdb/configure.tgt         |   2 +-
 gdb/linux-record.h        |   2 +
 gdb/testsuite/lib/gdb.exp |   2 +
 8 files changed, 2013 insertions(+), 1 deletion(-)

-- 
1.9.1

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

end of thread, other threads:[~2015-02-20  9:57 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-03  1:17 [PATCH v4 0/5] Process record and reverse debugging support on aarch64-linux Omair Javaid
2015-02-03  1:17 ` [PATCH v4 1/5] NEWS entry about aarch64-linux record/replay support Omair Javaid
2015-02-03  3:38   ` Eli Zaretskii
2015-02-03  1:17 ` [PATCH v4 4/5] Support for recording aarch64 advanced SIMD instructions Omair Javaid
2015-02-20  9:53   ` Yao Qi
2015-02-03  1:17 ` [PATCH v4 3/5] Support for recording syscall on aarch64-linux Omair Javaid
2015-02-19 16:55   ` Yao Qi
2015-02-03  1:17 ` [PATCH v4 5/5] Enables gdb.reverse testsuite for aarch64*-linux targets Omair Javaid
2015-02-20  9:57   ` Yao Qi
2015-02-03  1:17 ` [PATCH v4 2/5] Implements aarch64 process record and reverse debugging support Omair Javaid
2015-02-19 12:35   ` Yao Qi
2015-02-03  1:32 ` [PATCH v4 0/5] Process record and reverse debugging support on aarch64-linux Omair Javaid

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).