aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
diff options
context:
space:
mode:
authorBob Rossi <bob@brasko.net>2003-04-02 22:10:35 +0000
committerBob Rossi <bob@brasko.net>2003-04-02 22:10:35 +0000
commit1abaf70c9430cffb9779153a4518e1c5093d742a (patch)
treed264a2ef537b7cc304279083e94a2ebcdc0c74b4 /gdb/doc
parentaf22f5b24a0ca6ff93ca536bf12a6b6afb3713a2 (diff)
downloadfsf-binutils-gdb-1abaf70c9430cffb9779153a4518e1c5093d742a.zip
fsf-binutils-gdb-1abaf70c9430cffb9779153a4518e1c5093d742a.tar.gz
fsf-binutils-gdb-1abaf70c9430cffb9779153a4518e1c5093d742a.tar.bz2
Adding -file-list-exec-source-file command to MI
Diffstat (limited to 'gdb/doc')
-rw-r--r--gdb/doc/gdb.texinfo26
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