* gdb.texinfo: Add `set print symbol-filename' doc.

This commit is contained in:
Peter Schauer 1993-05-27 13:23:56 +00:00
parent b7ccd8e069
commit 37ff799b81
2 changed files with 17 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
* gdb.texinfo: Add `set print symbol-filename' doc.
Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
* stabs.texinfo (Arrays): Talk about type definition vs. type

View File

@ -4259,6 +4259,19 @@ symbolic form of an address, if any symbol precedes it.
Ask how large the maximum offset is that @value{GDBN} will print in a
symbolic address.
@item set print symbol-filename on
@kindex set print symbol-filename
Tell @value{GDBN} to print the source filename and linenumber of a symbol
in the symbolic form of an address.
@item set print symbol-filename off
Do not print source filename and linenumber of a symbol. This is the default.
@item show print symbol-filename
@kindex show print symbol-filename
Show whether or not @value{GDBN} will print the source filename and linenumber
of a symbol in the symbolic form of an address.
@end table
@ifclear CONLY