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 V4 0/2] BND register initialization


Former patch series for Intel(R) MPX ABI was converted into
two patches.

1. Initialization of bnd registers previous of performing inferior calls.
2. Addition of mpx-bnd-init-on-return setting.

The initialization of bnd registers was added also for i386, instead of concentrating 
all code for amd64.

On the other hand the patch introducing the POINTER class, submitted
in V3, was removed.

Thanks again for your review,
-Fred


Walfred Tedeschi (2):
  Initialize bnd register before performing inferior calls.
  Add mpx-bnd-init-on-return set/show command for inferior calls.

 gdb/NEWS                                 |   4 +
 gdb/amd64-tdep.c                         |  60 +++++++++++++++
 gdb/doc/gdb.texinfo                      |  20 +++++
 gdb/i386-tdep.c                          |  72 +++++++++++++++++-
 gdb/i387-tdep.h                          |   3 +
 gdb/testsuite/gdb.arch/i386-mpx-call.c   | 126 +++++++++++++++++++++++++++++++
 gdb/testsuite/gdb.arch/i386-mpx-call.exp |  92 ++++++++++++++++++++++
 7 files changed, 376 insertions(+), 1 deletion(-)
 create mode 100644 gdb/testsuite/gdb.arch/i386-mpx-call.c
 create mode 100644 gdb/testsuite/gdb.arch/i386-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]