From: Andrew Cagney Date: Sun, 4 May 2003 16:44:25 +0000 (+0000) Subject: 2003-05-04 Andrew Cagney X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=54ff5908500fc0a8e83fcd8ffa779bf81eebd51b;p=binutils-gdb.git 2003-05-04 Andrew Cagney * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}. --- diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index f8904e1f7af..13bcf7da19d 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2003-05-04 Andrew Cagney + + * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}. + 2003-05-03 J. Brobecker Thierry Schneider diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 7524e763dbc..370ad3aa6e4 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -17135,7 +17135,7 @@ There is no corresponding @value{GDBN} command. @smallexample (@value{GDBP}) -symbol-list-lines basics.c -^done,lines=[{pc="0x08048554",line="7"},{pc="0x0804855a",line="8"}] +^done,lines=[@{pc="0x08048554",line="7"@},@{pc="0x0804855a",line="8"@}] (@value{GDBP}) @end smallexample