Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH v2 0/4] gdb/aarch64: record/replay support for AArch64
@ 2026-05-12 23:17 Ezra.Sitorus
  2026-05-12 23:17 ` [PATCH v2 1/4] gdb/aarch64: record/replay support for LRCPC3 Ezra.Sitorus
                   ` (4 more replies)
  0 siblings, 5 replies; 18+ messages in thread
From: Ezra.Sitorus @ 2026-05-12 23:17 UTC (permalink / raw)
  To: gdb-patches; +Cc: luis.machado.foss, thiago.bauermann, guinevere, Ezra Sitorus

From: Ezra Sitorus <Ezra.Sitorus@arm.com>

This patch series enables record/replay for the following AArch64
features:
* FEAT_LRCPC3 (+rcpc3)
* FEAT_CSSC (+cssc)
* FEAT_RPRFM (+rprfm)
* FEAT_LSE128 (+lse128)

These were tested either with QEMU or Shrinkwrap, using both GCC 15 and
Clang 21. 

Thiago mentioned about copyright years in the previous version. I think
I should be using the range 2024-2026 since the tests are based on
previous tests and I should be retaining the original years. In my case,
these come from the aarch64-mops.{c,exp} tests. The GDB contribution
checklist site says so too!

Changes from v1->v2:
* Removal of register keyword in the tests.
* Simplifying the setup macros in the tests. 
* Fixup of globals in the tcl files.
* General formatting cleanup of files.
* gdb.exp fixup for feature detection

Ezra

Ezra Sitorus (4):
  gdb/aarch64: record/replay support for LRCPC3
  gdb/aarch64: Test record/replay support for CSSC
  gdb/aarch64: record/replay support for RPRFM, PRFM (reg), PRFUM
  gdb/aarch64: record/replay support for LSE128

 gdb/aarch64-tdep.c                           | 113 +++++++++-
 gdb/testsuite/gdb.reverse/aarch64-cssc.c     |  88 ++++++++
 gdb/testsuite/gdb.reverse/aarch64-cssc.exp   | 139 ++++++++++++
 gdb/testsuite/gdb.reverse/aarch64-lrcpc3.c   | 216 +++++++++++++++++++
 gdb/testsuite/gdb.reverse/aarch64-lrcpc3.exp | 203 +++++++++++++++++
 gdb/testsuite/gdb.reverse/aarch64-lse128.c   | 100 +++++++++
 gdb/testsuite/gdb.reverse/aarch64-lse128.exp | 137 ++++++++++++
 gdb/testsuite/lib/gdb.exp                    | 171 +++++++++++++++
 8 files changed, 1165 insertions(+), 2 deletions(-)
 create mode 100644 gdb/testsuite/gdb.reverse/aarch64-cssc.c
 create mode 100644 gdb/testsuite/gdb.reverse/aarch64-cssc.exp
 create mode 100644 gdb/testsuite/gdb.reverse/aarch64-lrcpc3.c
 create mode 100644 gdb/testsuite/gdb.reverse/aarch64-lrcpc3.exp
 create mode 100644 gdb/testsuite/gdb.reverse/aarch64-lse128.c
 create mode 100644 gdb/testsuite/gdb.reverse/aarch64-lse128.exp

-- 
2.53.0


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

end of thread, other threads:[~2026-05-27  0:06 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-05-12 23:17 [PATCH v2 0/4] gdb/aarch64: record/replay support for AArch64 Ezra.Sitorus
2026-05-12 23:17 ` [PATCH v2 1/4] gdb/aarch64: record/replay support for LRCPC3 Ezra.Sitorus
2026-05-15  3:50   ` Thiago Jung Bauermann
2026-05-15 11:45     ` Ezra Sitorus
2026-05-15 23:03       ` Thiago Jung Bauermann
2026-05-26 14:30   ` Guinevere Larsen
2026-05-26 23:36     ` Ezra Sitorus
2026-05-27  0:05       ` Thiago Jung Bauermann
2026-05-12 23:17 ` [PATCH v2 2/4] gdb/aarch64: Test record/replay support for CSSC Ezra.Sitorus
2026-05-15  3:50   ` Thiago Jung Bauermann
2026-05-26 19:40     ` Guinevere Larsen
2026-05-26 16:40   ` Guinevere Larsen
2026-05-12 23:17 ` [PATCH v2 3/4] gdb/aarch64: record/replay support for RPRFM, PRFM (reg), PRFUM Ezra.Sitorus
2026-05-15  3:56   ` Thiago Jung Bauermann
2026-05-12 23:17 ` [PATCH v2 4/4] gdb/aarch64: record/replay support for LSE128 Ezra.Sitorus
2026-05-15  3:58   ` Thiago Jung Bauermann
2026-05-26 19:40   ` Guinevere Larsen
2026-05-15  3:59 ` [PATCH v2 0/4] gdb/aarch64: record/replay support for AArch64 Thiago Jung Bauermann

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