OSDN Git Service

* doc/gdb.texinfo: Escape "{" and "}".
authorjiez <jiez>
Mon, 21 Sep 2009 12:48:35 +0000 (12:48 +0000)
committerjiez <jiez>
Mon, 21 Sep 2009 12:48:35 +0000 (12:48 +0000)
gdb/ChangeLog
gdb/doc/gdb.texinfo

index 5b5c08d..14705d8 100644 (file)
@@ -1,3 +1,7 @@
+2009-09-21  Jie Zhang  <jie.zhang@analog.com>
+
+       * doc/gdb.texinfo: Escape "{" and "}".
+
 2009-09-21  Phil Muldoon <pmuldoon@redhat.com>
 
        PR python/10633
index 719cce5..52149f0 100644 (file)
@@ -23361,7 +23361,7 @@ structures and unions.
 @smallexample
 (gdb)
 -stack-list-variables --thread 1 --frame 0 --all-values
-^done,variables=[{name="x",value="11"},{name="s",value="{a = 1, b = 2}"}]
+^done,variables=[@{name="x",value="11"@},@{name="s",value="@{a = 1, b = 2@}"@}]
 (gdb)
 @end smallexample