From Thierry Schneider <tpschneider1@yahoo.com>:
authorJoel Brobecker <brobecker@gnat.com>
Sun, 4 May 2003 04:02:07 +0000 (04:02 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Sun, 4 May 2003 04:02:07 +0000 (04:02 +0000)
        * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
        for new MI command.

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

index dda0e124297767e5e0cfe9fe11a2467f57144d56..f8904e1f7afbc52f65db16a6faf2f5457ca9cbb2 100644 (file)
@@ -1,3 +1,9 @@
+2003-05-03  J. Brobecker  <brobecker@gnat.com>
+
+       Thierry Schneider  <tpschneider1@yahoo.com>
+       * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
+       for new MI command.
+
 2003-05-03  Andrew Cagney  <cagney@redhat.com>
 
        * gdbint.texinfo (Target Architecture Definition): Document
 2003-05-03  Andrew Cagney  <cagney@redhat.com>
 
        * gdbint.texinfo (Target Architecture Definition): Document
index 0aea71613615624501a5c6a710f6d2035c25fe83..7524e763dbc474774941635e4b0e0a13bc921234 100644 (file)
@@ -17114,6 +17114,32 @@ List the functions in the executable.
 N.A.
 
 
 N.A.
 
 
+@subheading The @code{-symbol-list-lines} Command
+@findex -symbol-list-lines
+
+@subsubheading Synopsis
+
+@smallexample
+ -symbol-list-lines @var{filename}
+@end smallexample
+
+Print the list of lines that contain code and their associated program
+addresses for the given source filename.  The entries are sorted in
+ascending PC order.
+
+@subsubheading @value{GDBN} Command
+
+There is no corresponding @value{GDBN} command.
+
+@subsubheading Example
+@smallexample
+(@value{GDBP})
+-symbol-list-lines basics.c
+^done,lines=[{pc="0x08048554",line="7"},{pc="0x0804855a",line="8"}]
+(@value{GDBP})
+@end smallexample
+
+
 @subheading The @code{-symbol-list-types} Command
 @findex -symbol-list-types
 
 @subheading The @code{-symbol-list-types} Command
 @findex -symbol-list-types