diff options
author | Nick Roberts <nickrob@snap.net.nz> | 2008-01-30 04:27:11 +0000 |
---|---|---|
committer | Nick Roberts <nickrob@snap.net.nz> | 2008-01-30 04:27:11 +0000 |
commit | 44288b4427d328fe143009a158dcf3f8c4051aae (patch) | |
tree | b2e286263e47d094e4836cf3426a93e57529f5f9 /gdb | |
parent | e275c0d929a629f316b971a204f5acc335671fe6 (diff) | |
download | gdb-44288b4427d328fe143009a158dcf3f8c4051aae.zip gdb-44288b4427d328fe143009a158dcf3f8c4051aae.tar.gz gdb-44288b4427d328fe143009a158dcf3f8c4051aae.tar.bz2 |
(GDB/MI File Commands): Describe new output
field for MI command -file-list-exec-source-file.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/doc/gdb.texinfo | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index c613270..353363b 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -21035,7 +21035,9 @@ N.A. @end smallexample List the line number, the current source file, and the absolute path -to the current source file for the current executable. +to the current source file for the current executable. The macro +information field has a value of @samp{1} or @samp{0} depending on +whether or not the file includes preprocessor macro information. @subsubheading @value{GDBN} Command @@ -21046,7 +21048,7 @@ The @value{GDBN} equivalent is @samp{info source} @smallexample (gdb) 123-file-list-exec-source-file -123^done,line="1",file="foo.c",fullname="/home/bar/foo.c" +123^done,line="1",file="foo.c",fullname="/home/bar/foo.c,macro-info="1" (gdb) @end smallexample |