2003-05-04 Andrew Cagney <cagney@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Sun, 4 May 2003 16:44:25 +0000 (16:44 +0000)
committerAndrew Cagney <cagney@redhat.com>
Sun, 4 May 2003 16:44:25 +0000 (16:44 +0000)
* gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.

gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index f8904e1f7afbc52f65db16a6faf2f5457ca9cbb2..13bcf7da19db6904b6e787615cf290d7645fe8e6 100644 (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>
index 7524e763dbc474774941635e4b0e0a13bc921234..370ad3aa6e433cbf1b6e4bd15b0780d5d711644a 100644 (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