From: Jiong Wang <jiong.wang@foss.arm.com>
To: GDB <gdb-patches@sourceware.org>
Cc: walfred.tedeschi@intel.com
Subject: Re: [PATCH v9] amd64-mpx: initialize BND register before performing inferior calls.
Date: Wed, 08 Mar 2017 11:11:00 -0000 [thread overview]
Message-ID: <0f14f1c3-d99f-e83b-9b88-8453eccac66d@foss.arm.com> (raw)
In-Reply-To: <1488215745-5625-1-git-send-email-walfred.tedeschi@intel.com>
[-- Attachment #1: Type: text/plain, Size: 633 bytes --]
On 27/02/17 17:15, Walfred Tedeschi wrote:
> +
> +@smallexample
> + $ break *upper
> + Breakpoint 2 at 0x4009de: file i386-mpx-call.c, line 47.
> + $ print upper (a, b, c, d, 1)
> + Breakpoint 2, upper (a=0x0, b=0x6e0000005b, c=0x0, d=0x0, len=48)....
> + $ print $bnd0
> + {lbound = 0x0, ubound = ffffffff} : size -1
> +@end smallexample
This caused "make html" failure, and it looks to me is missing @ before {.
I will commit this patch as obvious.
gdb/
2017-03-08 Jiong Wangg <jiong.wang@arm.com>
* doc/gdb.texinfo (Memory Protection Extensions): Add missing escape
character "@".
[-- Attachment #2: fix-doc.patch --]
[-- Type: text/x-diff, Size: 581 bytes --]
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index ba56ab282fcec17b3d703a4c53afd3fb14b14c37..5cf0f973bb5aaedd8ab3bd68ec2562f6046664fd 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -22574,7 +22574,7 @@ continuing the execution. For example:
$ print upper (a, b, c, d, 1)
Breakpoint 2, upper (a=0x0, b=0x6e0000005b, c=0x0, d=0x0, len=48)....
$ print $bnd0
- {lbound = 0x0, ubound = ffffffff} : size -1
+ @{lbound = 0x0, ubound = ffffffff@} : size -1
@end smallexample
At this last step the value of bnd0 can be changed for investigation of bound
next prev parent reply other threads:[~2017-03-08 11:11 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-27 17:16 Walfred Tedeschi
2017-03-07 11:18 ` Pedro Alves
2017-03-07 12:38 ` Tedeschi, Walfred
2017-03-08 11:11 ` Jiong Wang [this message]
2017-03-08 12:02 ` 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=0f14f1c3-d99f-e83b-9b88-8453eccac66d@foss.arm.com \
--to=jiong.wang@foss.arm.com \
--cc=gdb-patches@sourceware.org \
--cc=walfred.tedeschi@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