Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Christina Schimpe <christina.schimpe@intel.com>
To: gdb-patches@sourceware.org
Cc: hjl.tools@gmail.com, keiths@redhat.com
Subject: [PATCH 0/2] Add Intel APX support
Date: Tue,  2 Jun 2026 11:11:20 +0000	[thread overview]
Message-ID: <20260602111122.3187712-1-christina.schimpe@intel.com> (raw)

Hi all, 

this is a patch series to add Intel APX support on amd64 architecture.

I am looking forward to your feedback!
Christina

Felix Willgerodt (1):
  gdb: add maintenance set/show gcore xml-target-description command

H.J. Lu (1):
  gdb, gdbserver: Add Intel APX register support

 gdb/NEWS                                      |  10 +
 gdb/amd64-linux-tdep.c                        |   2 +
 gdb/amd64-tdep.c                              | 262 ++++++++++++++----
 gdb/amd64-tdep.h                              |   2 +
 gdb/arch/amd64.c                              |   4 +
 gdb/arch/x86-linux-tdesc-features.c           |   1 +
 gdb/doc/gdb.texinfo                           |  11 +
 gdb/elf-none-tdep.c                           |  16 +-
 gdb/fbsd-tdep.c                               |  15 +-
 gdb/features/Makefile                         |   1 +
 gdb/features/i386/64bit-apx.c                 |  29 ++
 gdb/features/i386/64bit-apx.xml               |  26 ++
 gdb/gcore.c                                   |  40 +++
 gdb/gcore.h                                   |   3 +
 gdb/i386-tdep.c                               |  32 ++-
 gdb/i386-tdep.h                               |  26 ++
 gdb/i387-tdep.c                               | 105 ++++++-
 gdb/i387-tdep.h                               |   6 +
 gdb/linux-tdep.c                              |  15 +-
 gdb/nat/x86-xstate.c                          |   1 +
 gdb/target-debug.h                            |   1 +
 gdb/testsuite/gdb.arch/amd64-apx-corefile.exp |  87 ++++++
 gdb/testsuite/gdb.arch/amd64-apx.c            |  83 ++++++
 gdb/testsuite/gdb.arch/amd64-apx.exp          | 106 +++++++
 gdb/testsuite/lib/gdb.exp                     |  59 ++++
 gdbserver/i387-fp.cc                          |  43 +++
 gdbserver/linux-x86-low.cc                    |   4 +-
 gdbsupport/x86-xstate.h                       |  12 +-
 28 files changed, 921 insertions(+), 81 deletions(-)
 create mode 100644 gdb/features/i386/64bit-apx.c
 create mode 100644 gdb/features/i386/64bit-apx.xml
 create mode 100644 gdb/testsuite/gdb.arch/amd64-apx-corefile.exp
 create mode 100644 gdb/testsuite/gdb.arch/amd64-apx.c
 create mode 100644 gdb/testsuite/gdb.arch/amd64-apx.exp

-- 
2.34.1

Intel Deutschland GmbH
Registered Address: Dornacher Strasse 1, 85622 Feldkirchen, Germany
Tel: +49 89 991 430, www.intel.de
Managing Directors: Harry Demas, Jeffrey Schneiderman, Yin Chong Sorrell
Chairperson of the Supervisory Board: Nicole Lau
Registered Seat: Munich
Commercial Register: Amtsgericht Muenchen HRB 186928


             reply	other threads:[~2026-06-02 11:12 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-02 11:11 Christina Schimpe [this message]
2026-06-02 11:11 ` [PATCH 1/2] gdb: add maintenance set/show gcore xml-target-description command Christina Schimpe
2026-06-02 12:22   ` Eli Zaretskii
2026-06-09 21:02     ` Schimpe, Christina
2026-06-10 11:43       ` Eli Zaretskii
2026-06-15  7:54         ` Schimpe, Christina
2026-06-18 17:31   ` Keith Seitz
2026-07-07 17:07     ` Schimpe, Christina
2026-07-10 11:57       ` Schimpe, Christina
2026-06-02 11:11 ` [PATCH 2/2] gdb, gdbserver: Add Intel APX register support Christina Schimpe
2026-06-02 12:25   ` Eli Zaretskii
2026-06-18 17:33   ` Keith Seitz
2026-07-07 17:15     ` Schimpe, Christina
2026-07-07 17:53       ` Keith Seitz
2026-07-07 17:15     ` Schimpe, Christina

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=20260602111122.3187712-1-christina.schimpe@intel.com \
    --to=christina.schimpe@intel.com \
    --cc=gdb-patches@sourceware.org \
    --cc=hjl.tools@gmail.com \
    --cc=keiths@redhat.com \
    /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