From: <Ezra.Sitorus@arm.com>
To: <gdb-patches@sourceware.org>
Cc: <luis.machado.foss@gmail.com>, <thiago.bauermann@linaro.org>,
<guinevere@redhat.com>, Ezra Sitorus <Ezra.Sitorus@arm.com>
Subject: [PATCH v2 0/4] gdb/aarch64: record/replay support for AArch64
Date: Wed, 13 May 2026 00:17:03 +0100 [thread overview]
Message-ID: <20260512231707.18123-1-Ezra.Sitorus@arm.com> (raw)
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
next reply other threads:[~2026-05-12 23:19 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-12 23:17 Ezra.Sitorus [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260512231707.18123-1-Ezra.Sitorus@arm.com \
--to=ezra.sitorus@arm.com \
--cc=gdb-patches@sourceware.org \
--cc=guinevere@redhat.com \
--cc=luis.machado.foss@gmail.com \
--cc=thiago.bauermann@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox