diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-05-04 16:44:25 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-05-04 16:44:25 +0000 |
commit | 54ff5908500fc0a8e83fcd8ffa779bf81eebd51b (patch) | |
tree | c6dd91d23f39eb10ff2e51055860ce099c40bb81 /gdb | |
parent | 04c8243ffa217415c474b89f4c7f1cae3a135b96 (diff) | |
download | gdb-54ff5908500fc0a8e83fcd8ffa779bf81eebd51b.zip gdb-54ff5908500fc0a8e83fcd8ffa779bf81eebd51b.tar.gz gdb-54ff5908500fc0a8e83fcd8ffa779bf81eebd51b.tar.bz2 |
2003-05-04 Andrew Cagney <cagney@redhat.com>
* gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index f8904e1..13bcf7d 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -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> diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 7524e76..370ad3a 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 |