Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH v3 0/4] GDB: aarch64-linux: Some header fixes
@ 2026-02-17  6:00 Thiago Jung Bauermann
  2026-02-17  6:00 ` [PATCH v3 1/4] GDB: Add gdb/arch/aarch64-pauth-linux.h Thiago Jung Bauermann
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Thiago Jung Bauermann @ 2026-02-17  6:00 UTC (permalink / raw)
  To: gdb-patches; +Cc: Chris Packham, Luis, Tom Tromey, Simon Marchi

Patch 4 fixes the problem I set out to fix in v1¹ and v2².

Patches 1 and 2 are new in v3 and add new feature-specific AArch64 headers
in gdb/arch as suggested by Luis in his review o v2.

Patch 3 is v2's patch 1 and grew out of Simon's patch review of v1, where
he noted that files in gdb/arch/ shouldn't depend on arch-specific include
files.

Thiago Jung Bauermann (4):
  GDB: Add gdb/arch/aarch64-pauth-linux.h
  GDB: Add gdb/arch/aarch64-fpmr-linux.h
  GDB: aarch64-linux: Move definition of struct user_gcs
  GDB: aarch64-linux: Fix build failure on musl systems

 gdb/Makefile.in                    |  3 +++
 gdb/aarch64-linux-nat.c            |  5 +++-
 gdb/aarch64-linux-tdep.c           |  9 ++++---
 gdb/aarch64-linux-tdep.h           |  6 -----
 gdb/arch/aarch64-fpmr-linux.h      | 28 +++++++++++++++++++++
 gdb/arch/aarch64-gcs-linux.h       | 17 ++-----------
 gdb/arch/aarch64-pauth-linux.h     | 31 ++++++++++++++++++++++++
 gdb/arch/aarch64.h                 |  8 ------
 gdb/nat/aarch64-gcs-linux-ptrace.h | 39 ++++++++++++++++++++++++++++++
 gdbserver/linux-aarch64-low.cc     | 10 ++++----
 gdbsupport/config.in               |  3 +++
 gdbsupport/configure               | 36 +++++++++++++++++++++++++++
 gdbsupport/configure.ac            | 19 +++++++++++++++
 13 files changed, 176 insertions(+), 38 deletions(-)
 create mode 100644 gdb/arch/aarch64-fpmr-linux.h
 create mode 100644 gdb/arch/aarch64-pauth-linux.h
 create mode 100644 gdb/nat/aarch64-gcs-linux-ptrace.h

¹ https://inbox.sourceware.org/gdb-patches/20260211045853.1436881-1-thiago.bauermann@linaro.org/
² https://inbox.sourceware.org/gdb-patches/20260214045504.361392-1-thiago.bauermann@linaro.org/

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

end of thread, other threads:[~2026-03-03  5:01 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-02-17  6:00 [PATCH v3 0/4] GDB: aarch64-linux: Some header fixes Thiago Jung Bauermann
2026-02-17  6:00 ` [PATCH v3 1/4] GDB: Add gdb/arch/aarch64-pauth-linux.h Thiago Jung Bauermann
2026-02-21 12:14   ` Luis
2026-02-21 15:57     ` Simon Marchi
2026-02-22 10:06       ` Luis
2026-02-22 14:22         ` Simon Marchi
2026-02-22 15:15           ` Luis
2026-02-22 15:25             ` Simon Marchi
2026-03-03  5:00               ` Thiago Jung Bauermann
2026-02-17  6:01 ` [PATCH v3 2/4] GDB: Add gdb/arch/aarch64-fpmr-linux.h Thiago Jung Bauermann
2026-02-21 12:15   ` Luis
2026-02-17  6:01 ` [PATCH v3 3/4] GDB: aarch64-linux: Move definition of struct user_gcs Thiago Jung Bauermann
2026-02-21 12:20   ` Luis
2026-02-17  6:01 ` [PATCH v3 4/4] GDB: aarch64-linux: Fix build failure on musl systems Thiago Jung Bauermann
2026-02-21 12:23   ` Luis

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