Index: gdbmi.texinfo =================================================================== RCS file: /cvs/src/src/gdb/mi/gdbmi.texinfo,v retrieving revision 1.33 diff -c -3 -r1.33 gdbmi.texinfo *** gdbmi.texinfo 4 Feb 2003 18:41:29 -0000 1.33 --- gdbmi.texinfo 10 Mar 2003 01:25:21 -0000 *************** *** 2998,3003 **** --- 2998,3029 ---- N.A. + @subheading The @code{-symbol-info-linetable} Command + @findex -symbol-info-linetable + + @subsubheading Synopsis + + @example + -symbol-info-linetable @var{filename} + @end example + + 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} comamnd. + + @subsubheading Example + @smallexample + (@value{GDBP}) + -symbol-info-linetable basics.c + ^done,linetable=[{pc="0x08048554",line="7"},{pc="0x0804855a",line="8"}] + (@value{GDBP}) + @end smallexample + + @subheading The @code{-symbol-info-symbol} Command @findex -symbol-info-symbol