public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH V4 0/2] BND register initialization
@ 2016-03-02 16:21 Walfred Tedeschi
  2016-03-02 16:21 ` [PATCH V4 1/2] Initialize bnd register before performing inferior calls Walfred Tedeschi
  2016-03-02 16:21 ` [PATCH V4 2/2] Add mpx-bnd-init-on-return set/show command for " Walfred Tedeschi
  0 siblings, 2 replies; 7+ messages in thread
From: Walfred Tedeschi @ 2016-03-02 16:21 UTC (permalink / raw)
  To: palves, eliz, brobecker; +Cc: gdb-patches, Walfred Tedeschi

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

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

end of thread, other threads:[~2016-03-16 14:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-02 16:21 [PATCH V4 0/2] BND register initialization Walfred Tedeschi
2016-03-02 16:21 ` [PATCH V4 1/2] Initialize bnd register before performing inferior calls Walfred Tedeschi
2016-03-16 14:57   ` Luis Machado
2016-03-02 16:21 ` [PATCH V4 2/2] Add mpx-bnd-init-on-return set/show command for " Walfred Tedeschi
2016-03-02 16:35   ` Eli Zaretskii
2016-03-03 11:04     ` Walfred Tedeschi
2016-03-03 20:34       ` Eli Zaretskii

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).