[gdb, doc] Add missing escape character '@'
authorJiong Wang <jiong.wang@arm.com>
Wed, 8 Mar 2017 11:14:41 +0000 (11:14 +0000)
committerJiong Wang <jiong.wang@arm.com>
Wed, 8 Mar 2017 11:17:22 +0000 (11:17 +0000)
gdb/doc/
        * gdb.texinfo (Memory Protection Extensions): Add missing escape
character "@".

gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index ed41c05b3dc8a2471d0230482349a1eaa3b0af71..e6d4320b79e025b5f136c085a1ba601c25f8c20f 100644 (file)
@@ -1,3 +1,8 @@
+2017-03-08  Jiong Wang  <jiong.wang@arm.com>
+
+        * gdb.texinfo (Memory Protection Extensions): Add missing escape
+       character "@".
+
 2017-03-07  Walfred Tedeschi <walfred.tedeschi@intel.com>
 
        * Memory Protection Extensions: Add information about inferior
index ba56ab282fcec17b3d703a4c53afd3fb14b14c37..5cf0f973bb5aaedd8ab3bd68ec2562f6046664fd 100644 (file)
@@ -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
This page took 0.047886 seconds and 4 git commands to generate.