This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[DOC:-file-list-exec-source-file]
- From: Nick Roberts <nickrob at snap dot net dot nz>
- To: gdb-patches at sourceware dot org
- Date: Wed, 30 Jan 2008 17:00:01 +1300
- Subject: [DOC:-file-list-exec-source-file]
This patch updates the manual to my recent change
to -file-list-exec-source-file.
OK to commit?
--
Nick http://www.inet.net.nz/~nickrob
2008-01-30 Nick Roberts <nickrob@snap.net.nz>
* gdb.texinfo (GDB/MI File Commands): Describe new output
field for MI command -file-list-exec-source-file.
*** gdb.texinfo.~1.462.~ 2008-01-30 14:25:13.000000000 +1300
--- gdb.texinfo 2008-01-30 16:56:00.000000000 +1300
*************** N.A.
*** 21035,21041 ****
@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
--- 21035,21043 ----
@end smallexample
List the line number, the current source file, and the absolute path
! 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
*************** The @value{GDBN} equivalent is @samp{inf
*** 21046,21052 ****
@smallexample
(gdb)
123-file-list-exec-source-file
! 123^done,line="1",file="foo.c",fullname="/home/bar/foo.c"
(gdb)
@end smallexample
--- 21048,21054 ----
@smallexample
(gdb)
123-file-list-exec-source-file
! 123^done,line="1",file="foo.c",fullname="/home/bar/foo.c,macro-info="1"
(gdb)
@end smallexample