public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Remove MPX
@ 2024-06-18 14:31 Schimpe, Christina
  2024-06-18 14:31 ` [PATCH v2 1/2] gdb, testsuite, python: Add missing imports Schimpe, Christina
  2024-06-18 14:32 ` [PATCH v2 2/2] gdb, gdbserver, python, testsuite: Remove MPX Schimpe, Christina
  0 siblings, 2 replies; 8+ messages in thread
From: Schimpe, Christina @ 2024-06-18 14:31 UTC (permalink / raw)
  To: gdb-patches; +Cc: felix.willgerodt, eliz

Hi all,

this is my v2 of the series "Remove MPX".  It implements the feedback of
Felix.  Also it resolves some conflicts and adds some new changes in the
gdb/arch/* part that were necessary due to the rebase on latest master.

Changes since v1:
- Document the removal of the i386 and amd64 implementation of the hooks
  report_signal_info and get_siginfo_type in the NEWS and in the commit
  message.
- New changes in arch/x86-linux-tdesc-features.c and nat/x86-linux-tdesc.c
  that were neccessary due to the rebase on latest master.

Due to the changes in the NEWS part it would be great if Eli could have
a look at it again.

v1 of this series can be found here: 
https://sourceware.org/pipermail/gdb-patches/2024-June/209680.html

I am looking forward to your feedback!

Christina

Schimpe, Christina (2):
  gdb, testsuite, python: Add missing imports.
  gdb, gdbserver, python, testsuite: Remove MPX.

 gdb/NEWS                                      |   7 +
 gdb/amd64-linux-nat.c                         |   2 +
 gdb/amd64-linux-tdep.c                        |   5 +-
 gdb/amd64-tdep.c                              |  22 +-
 gdb/amd64-tdep.h                              |   2 +
 gdb/arch/amd64.c                              |   8 -
 gdb/arch/i386.c                               |   4 +-
 gdb/arch/x86-linux-tdesc-features.c           |   7 +-
 gdb/data-directory/Makefile.in                |   3 +-
 gdb/doc/gdb.texinfo                           | 122 -----
 gdb/features/Makefile                         |   2 -
 gdb/features/i386/32bit-mpx.c                 |  51 --
 gdb/features/i386/32bit-mpx.xml               |  45 --
 gdb/features/i386/64bit-mpx.c                 |  51 --
 gdb/features/i386/64bit-mpx.xml               |  44 --
 gdb/i386-linux-tdep.c                         |  67 +--
 gdb/i386-linux-tdep.h                         |   9 -
 gdb/i386-tdep.c                               | 509 +-----------------
 gdb/i386-tdep.h                               |  24 +-
 gdb/i387-tdep.c                               | 222 +-------
 gdb/i387-tdep.h                               |  12 -
 gdb/nat/x86-linux-tdesc.c                     |   6 -
 gdb/nat/x86-xstate.c                          |   3 +-
 gdb/python/lib/gdb/dap/varref.py              |   1 +
 gdb/python/lib/gdb/printer/bound_registers.py |  39 --
 gdb/target-debug.h                            |   4 +-
 gdb/testsuite/gdb.arch/i386-mpx-call.c        | 105 ----
 gdb/testsuite/gdb.arch/i386-mpx-call.exp      | 398 --------------
 gdb/testsuite/gdb.arch/i386-mpx-map.c         |  61 ---
 gdb/testsuite/gdb.arch/i386-mpx-map.exp       |  56 --
 gdb/testsuite/gdb.arch/i386-mpx-sigsegv.c     |  92 ----
 gdb/testsuite/gdb.arch/i386-mpx-sigsegv.exp   |  64 ---
 gdb/testsuite/gdb.arch/i386-mpx-simple_segv.c |  36 --
 .../gdb.arch/i386-mpx-simple_segv.exp         | 124 -----
 gdb/testsuite/gdb.arch/i386-mpx.c             |  59 --
 gdb/testsuite/gdb.arch/i386-mpx.exp           | 123 -----
 gdb/testsuite/gdb.python/py-pp-cast.py        |   1 +
 gdb/testsuite/gdb.python/py-pp-maint.exp      |   8 +-
 gdb/testsuite/gdb.python/py-pp-re-notag.py    |   2 +-
 .../gdb.python/py-prettyprint-stub.py         |   1 +
 gdb/testsuite/lib/gdb.exp                     |  89 ---
 gdbserver/i387-fp.cc                          |  89 +--
 gdbserver/linux-x86-low.cc                    |   2 +
 gdbserver/netbsd-amd64-low.cc                 |   2 +
 gdbsupport/x86-xstate.h                       |  20 +-
 45 files changed, 78 insertions(+), 2525 deletions(-)
 delete mode 100644 gdb/features/i386/32bit-mpx.c
 delete mode 100644 gdb/features/i386/32bit-mpx.xml
 delete mode 100644 gdb/features/i386/64bit-mpx.c
 delete mode 100644 gdb/features/i386/64bit-mpx.xml
 delete mode 100644 gdb/python/lib/gdb/printer/bound_registers.py
 delete mode 100644 gdb/testsuite/gdb.arch/i386-mpx-call.c
 delete mode 100644 gdb/testsuite/gdb.arch/i386-mpx-call.exp
 delete mode 100644 gdb/testsuite/gdb.arch/i386-mpx-map.c
 delete mode 100644 gdb/testsuite/gdb.arch/i386-mpx-map.exp
 delete mode 100644 gdb/testsuite/gdb.arch/i386-mpx-sigsegv.c
 delete mode 100644 gdb/testsuite/gdb.arch/i386-mpx-sigsegv.exp
 delete mode 100644 gdb/testsuite/gdb.arch/i386-mpx-simple_segv.c
 delete mode 100644 gdb/testsuite/gdb.arch/i386-mpx-simple_segv.exp
 delete mode 100644 gdb/testsuite/gdb.arch/i386-mpx.c
 delete mode 100644 gdb/testsuite/gdb.arch/i386-mpx.exp

-- 
2.34.1

Intel Deutschland GmbH
Registered Address: Am Campeon 10, 85579 Neubiberg, Germany
Tel: +49 89 99 8853-0, www.intel.de
Managing Directors: Sean Fennelly, Jeffrey Schneiderman, Tiffany Doon Silva
Chairperson of the Supervisory Board: Nicole Lau
Registered Office: Munich
Commercial Register: Amtsgericht Muenchen HRB 186928


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

end of thread, other threads:[~2024-06-27  8:37 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-18 14:31 [PATCH v2 0/2] Remove MPX Schimpe, Christina
2024-06-18 14:31 ` [PATCH v2 1/2] gdb, testsuite, python: Add missing imports Schimpe, Christina
2024-06-18 14:32 ` [PATCH v2 2/2] gdb, gdbserver, python, testsuite: Remove MPX Schimpe, Christina
2024-06-18 14:47   ` Eli Zaretskii
2024-06-19  9:24   ` Willgerodt, Felix
2024-06-24 14:55     ` Schimpe, Christina
2024-06-25  7:25       ` Willgerodt, Felix
2024-06-27  8:37         ` Schimpe, Christina

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).