From: Jie Zhang Date: Mon, 21 Sep 2009 12:48:36 +0000 (+0000) Subject: * doc/gdb.texinfo: Escape "{" and "}". X-Git-Tag: sid-snapshot-20091001~137 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4f412fd0b647fcc2aea5f3ad18c0f7833e6a408b;p=external%2Fbinutils.git * doc/gdb.texinfo: Escape "{" and "}". --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5b5c08d..14705d8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2009-09-21 Jie Zhang + + * doc/gdb.texinfo: Escape "{" and "}". + 2009-09-21 Phil Muldoon PR python/10633 diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 719cce5..52149f0 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -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