(GDB/MI File Commands): Describe new output
authorNick Roberts <nickrob@snap.net.nz>
Wed, 30 Jan 2008 04:27:11 +0000 (04:27 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Wed, 30 Jan 2008 04:27:11 +0000 (04:27 +0000)
field for MI command -file-list-exec-source-file.

gdb/doc/gdb.texinfo

index c61327094232967760bc2817db69de9f5defcea3..353363b96045ce33b974584a622729f7eeb33599 100644 (file)
@@ -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