Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Walfred Tedeschi <walfred.tedeschi@intel.com>
To: gdb-patches@sourceware.org, walfred.tedeschi@intel.com,
	       mircea.gherzan@intel.com
Subject: [PATCH v3 8/8] Add MPX feature description to GDB manual.
Date: Fri, 30 Aug 2013 09:58:00 -0000	[thread overview]
Message-ID: <1377856683-11267-9-git-send-email-walfred.tedeschi@intel.com> (raw)
In-Reply-To: <1377856683-11267-1-git-send-email-walfred.tedeschi@intel.com>

Describes MPX feature registers including bnd0raw ... bnd3raw, bnd0 ... bnd3
bndstatus and bndcfgu.

2013-08-30  Walfred Tedeschi  <walfred.tedeschi>

doc/

	* gdb.texinfo (i386 Features): Add MPX feature.

Signed-off-by: Walfred Tedeschi <walfred.tedeschi@intel.com>
---
 gdb/doc/gdb.texinfo |   17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 21250fe..c594712 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -42563,6 +42563,23 @@ describe the upper 128 bits of @sc{ymm} registers:
 The @samp{org.gnu.gdb.i386.linux} feature is optional.  It should
 describe a single register, @samp{orig_eax}.
 
+The @samp{org.gnu.gdb.i386.mpx} feature is optional.  It should
+describe registers:
+
+@itemize @minus
+@item
+@samp{bnd0raw} through @samp{bnd3raw} for i386, amd64 and x32. Hardware
+representation of the bound registers.
+@item
+@samp{bnd0} through @samp{bnd3} for i386, amd64 and x32.
+User representation of the bound registers. Takes into account the one
+complement of the upper bound. The value of an upper bound taken from
+@samp{bnd0} through @samp{bnd3} is an address in memory.
+@item
+@samp{bndcfgu} and @samp{bndstatus} for i386, amd64 and x32.
+@end itemize
+
+
 @node MIPS Features
 @subsection @acronym{MIPS} Features
 @cindex target descriptions, @acronym{MIPS} features
-- 
1.7.10.4


  reply	other threads:[~2013-08-30  9:58 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-30  9:58 [PATCH v3 0/8] Intel(R) MPX registers Walfred Tedeschi
2013-08-30  9:58 ` Walfred Tedeschi [this message]
2013-08-30 12:06   ` [PATCH v3 8/8] Add MPX feature description to GDB manual Eli Zaretskii
2013-08-30  9:58 ` [PATCH v3 1/8] Fix conditions in creating a bitfield Walfred Tedeschi
2013-08-30  9:58 ` [PATCH v3 5/8] Add MPX support to gdbserver Walfred Tedeschi
2013-08-30  9:58 ` [PATCH v3 4/8] MPX for amd64 Walfred Tedeschi
2013-08-30  9:58 ` [PATCH v3 6/8] Add pretty-printer for MPX bnd registers Walfred Tedeschi
2013-08-30  9:58 ` [PATCH v3 7/8] Add MPX registers tests Walfred Tedeschi
2013-08-30  9:58 ` [PATCH v3 3/8] Add MPX support for i386 Walfred Tedeschi
2013-08-30  9:58 ` [PATCH v3 2/8] Add MPX registers XML files Walfred Tedeschi
2013-08-30 12:07 ` [PATCH v3 0/8] Intel(R) MPX registers Eli Zaretskii
2013-09-02 12:18   ` Tedeschi, Walfred

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1377856683-11267-9-git-send-email-walfred.tedeschi@intel.com \
    --to=walfred.tedeschi@intel.com \
    --cc=gdb-patches@sourceware.org \
    --cc=mircea.gherzan@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox