2003-05-04 Andrew Cagney <cagney@redhat.com>

* gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
This commit is contained in:
Andrew Cagney 2003-05-04 16:44:25 +00:00
parent 04c8243ffa
commit 54ff590850
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-05-04 Andrew Cagney <cagney@redhat.com>
* gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
2003-05-03 J. Brobecker <brobecker@gnat.com>
Thierry Schneider <tpschneider1@yahoo.com>

View File

@ -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