* doc/gdb.texinfo: Escape "{" and "}".

This commit is contained in:
Jie Zhang 2009-09-21 12:48:36 +00:00
parent a7f2871e66
commit 4f412fd0b6
2 changed files with 5 additions and 1 deletions

View 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

View 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