Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH 32 0/2] Handle the new .note section introduced in Linux
@ 2025-12-08  8:38 Vignesh Balasubramanian
  2025-12-08  8:38 ` [PATCH 32 1/2] core: Consume the new .note section that contains descriptions of xsave layout Vignesh Balasubramanian
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Vignesh Balasubramanian @ 2025-12-08  8:38 UTC (permalink / raw)
  To: gdb-patches, jinisusan.george, christina.schimpe,
	AlokKumar.Sharma, jhb, simark
  Cc: Vignesh Balasubramanian

The XSAVE layout of the machine where the core file is dumped is not visible
to GDB. It is assumed currently using some heuristics.

It has been addressed to some extent recently but still uses heuristics.
https://inbox.sourceware.org/gdb-patches/2628f45a-77f7-8b2c-20aa-da65d1d82a37@simark.ca/T/#m4c67d59c18a5962f771ba8ca1e2bee9365ad1ab2

New patches have been committed to the linux kernel (version 6.12) to resolve
this issue by adding a new .note section which contains descriptions of the
xsave layout to the core file.

The first of this patch set consumes this new .note section and uses that to
identify the xsave layout.
The second one enables gdb to generate a similar .note section if the corefile
is dumped through the 'gcore' command.

Working on test case patch, will share it in a few days.

This patch shoud be applied on top of binutils patch: https://sourceware.org/pipermail/binutils/2025-September/144207.html

Co-Authored-By: Jini Susan George <jinisusan.george@amd.com>

Vignesh Balasubramanian (2):
  core: Consume the new .note section that contains descriptions of
    xsave layout
  gcore: Create a new .note section for x86

 gdb/amd64-linux-tdep.c     |  2 +-
 gdb/gcore-elf.c            | 18 ++++++++
 gdb/gcore-elf.h            |  8 ++++
 gdb/i386-linux-tdep.c      | 25 ++++++++---
 gdb/i386-linux-tdep.h      |  3 +-
 gdb/i387-tdep.c            | 86 ++++++++++++++++++++++++++++++++++++++
 gdb/i387-tdep.h            | 12 ++++++
 gdb/linux-tdep.c           |  1 +
 gdb/nat/x86-xstate.c       | 31 ++++++++++++++
 gdb/nat/x86-xstate.h       |  6 +++
 gdb/target-debug.h         |  6 +++
 gdb/target-delegates-gen.c | 26 ++++++++++++
 gdb/target.c               |  5 +++
 gdb/target.h               | 10 +++++
 gdb/x86-linux-nat.c        |  6 +++
 gdb/x86-linux-nat.h        |  1 +
 gdbsupport/x86-xstate.h    |  6 +++
 17 files changed, 244 insertions(+), 8 deletions(-)

-- 
2.34.1


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

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

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-12-08  8:38 [PATCH 32 0/2] Handle the new .note section introduced in Linux Vignesh Balasubramanian
2025-12-08  8:38 ` [PATCH 32 1/2] core: Consume the new .note section that contains descriptions of xsave layout Vignesh Balasubramanian
2025-12-08  8:38 ` [PATCH 32 2/2] gcore: Create a new .note section for x86 Vignesh Balasubramanian
2025-12-14 13:39 ` [PATCH 32 0/2] Handle the new .note section introduced in Linux Schimpe, Christina
2026-01-06  6:48   ` Balasubrmanian, Vignesh
2026-03-06  7:08     ` Schimpe, Christina
2026-03-06  7:42       ` Balasubrmanian, Vignesh
2026-03-06  8:13         ` Schimpe, Christina
2026-03-11  9:50           ` Schimpe, Christina
2026-03-13 14:08             ` Schimpe, Christina
2026-03-17 10:02               ` Schimpe, Christina
2026-02-08  4:18   ` Vignesh Balasubramanian
2026-03-16 12:59 ` [PATCH 32 0/2] Handle the new .note section introduced in Linux Schimpe, Christina

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