diff options
author | Bob Rossi <bob@brasko.net> | 2003-04-02 22:10:35 +0000 |
---|---|---|
committer | Bob Rossi <bob@brasko.net> | 2003-04-02 22:10:35 +0000 |
commit | 1abaf70c9430cffb9779153a4518e1c5093d742a (patch) | |
tree | d264a2ef537b7cc304279083e94a2ebcdc0c74b4 /gdb/doc/gdb.texinfo | |
parent | af22f5b24a0ca6ff93ca536bf12a6b6afb3713a2 (diff) | |
download | gdb-1abaf70c9430cffb9779153a4518e1c5093d742a.zip gdb-1abaf70c9430cffb9779153a4518e1c5093d742a.tar.gz gdb-1abaf70c9430cffb9779153a4518e1c5093d742a.tar.bz2 |
Adding -file-list-exec-source-file command to MI
Diffstat (limited to 'gdb/doc/gdb.texinfo')
-rw-r--r-- | gdb/doc/gdb.texinfo | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 5c4eb95..f00cf2b 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -16337,6 +16337,32 @@ information as this command. @code{gdbtk} has a corresponding command N.A. +@subheading The @code{-file-list-exec-source-file} Command +@findex -file-list-exec-source-file + +@subsubheading Synopsis + +@smallexample + -file-list-exec-source-file +@end smallexample + +List the line number, the current source file, and the absolute path +to the current source file for the current executable. + +@subsubheading @value{GDBN} Command + +There's no @value{GDBN} command which directly corresponds to this one. + +@subsubheading Example + +@smallexample +(@value{GDBP}) +123-file-list-exec-source-file +123^done,line="1",file="foo.c",fullname="/home/bar/foo.c" +(@value{GDBP}) +@end smallexample + + @subheading The @code{-file-list-exec-source-files} Command @findex -file-list-exec-source-files |