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


Former patch series for Intel(R) MPX ABI...

Differences from V4:
1. Documentation corrected following Eli comments.
2. Replicated code was refactored and added to i387, as recommended by Luis.
(in both patches of the series).


Thanks for your review and best regards,
-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                                 |   5 ++
 gdb/amd64-tdep.c                         |  32 ++++++++
 gdb/doc/gdb.texinfo                      |  24 ++++++
 gdb/i386-tdep.c                          |  45 ++++++++++-
 gdb/i387-tdep.c                          |  30 ++++++++
 gdb/i387-tdep.h                          |  15 ++++
 gdb/testsuite/gdb.arch/i386-mpx-call.c   | 126 +++++++++++++++++++++++++++++++
 gdb/testsuite/gdb.arch/i386-mpx-call.exp |  92 ++++++++++++++++++++++
 8 files changed, 368 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]