* gdb.texinfo: Add `set print symbol-filename' doc.
This commit is contained in:
parent
b7ccd8e069
commit
37ff799b81
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue