mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-26 13:30:30 +00:00
2003-05-04 Andrew Cagney <cagney@redhat.com>
* gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
This commit is contained in:
parent
04c8243ffa
commit
54ff590850
@ -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>
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user