diff options
author | Eli Zaretskii <eliz@gnu.org> | 2013-12-04 19:44:30 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2013-12-04 19:44:30 +0200 |
commit | 22f25c9dd6e118ecb695e6d8500b90d572644386 (patch) | |
tree | 292db6e46a8553de03bbf0436867c0d921a1cb58 /gdb/doc/gdb.texinfo | |
parent | 3ea8680f84a240e58167ae77a2ec961bfd6b2947 (diff) | |
download | gdb-22f25c9dd6e118ecb695e6d8500b90d572644386.zip gdb-22f25c9dd6e118ecb695e6d8500b90d572644386.tar.gz gdb-22f25c9dd6e118ecb695e6d8500b90d572644386.tar.bz2 |
Fix the manual more thoroughly.
Diffstat (limited to 'gdb/doc/gdb.texinfo')
-rw-r--r-- | gdb/doc/gdb.texinfo | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 09ecd0e..87d5145 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -21393,10 +21393,9 @@ Show the current setting of the convention to return @code{struct}s from functions. @end table -@cindex Intel(R) Memory Protection Extensions (MPX). @subsubsection Intel(R) @dfn{Memory Protection Extensions} (MPX). +@cindex Intel(R) Memory Protection Extensions (MPX). -@item bnd0raw..bnd3raw and bnd0@dots{}bnd3 registers display. Memory Protection Extension (MPX) adds the bound registers @samp{BND0} @footnote{The register named with capital letters represent the architecture registers.} through @samp{BND3}. Bound registers store a pair of 64-bit values @@ -21421,10 +21420,11 @@ bnd0raw and bnd registers are presented as follows: bnd0 = @{lbound = 0x32, ubound = 0x71@} : size 64 @end smallexample -This way the raw value can be accessed via bnd0raw@dots{}bnd3raw. Any change -on bnd0@dots{}bnd3 or bnd0raw@dots{}bnd3raw is reflect on its counterpart. When the -bnd0@dots{}bnd3 registers are displayed via Python, the display includes the memory size, -in bits, accessible to the pointer. +This way the raw value can be accessed via bnd0raw@dots{}bnd3raw. Any +change on bnd0@dots{}bnd3 or bnd0raw@dots{}bnd3raw is reflect on its +counterpart. When the bnd0@dots{}bnd3 registers are displayed via +Python, the display includes the memory size, in bits, accessible to +the pointer. @node Alpha @subsection Alpha |