This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH V3 0/2] MPX ABI adaptations.


Full patch is divided into two parts:

1. Add new POINTER class to the amd64 ABI.
2. Add new command to control the set to
the INIT states when using the "return" command.

Difference from previous version:
1. Add NEWS entry.
2. General indentation and comments improvements.
3. Command set/show is now initialized during
target initialization together with MPX map commands.


Walfred Tedeschi (2):
  ABI changes for MPX.
  Add mpx-bnd-init-on-return set/show command for inferior calls.

 gdb/NEWS                                  |   4 +
 gdb/amd64-tdep.c                          |  76 +++++++++++++++---
 gdb/doc/gdb.texinfo                       |  20 +++++
 gdb/i386-tdep.c                           |  27 +++++++
 gdb/testsuite/gdb.arch/amd64-mpx-call.c   | 126 ++++++++++++++++++++++++++++++
 gdb/testsuite/gdb.arch/amd64-mpx-call.exp |  90 +++++++++++++++++++++
 6 files changed, 334 insertions(+), 9 deletions(-)
 create mode 100644 gdb/testsuite/gdb.arch/amd64-mpx-call.c
 create mode 100644 gdb/testsuite/gdb.arch/amd64-mpx-call.exp

-- 
2.1.4


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]