From: Peter Schauer Date: Thu, 27 May 1993 13:23:56 +0000 (+0000) Subject: * gdb.texinfo: Add `set print symbol-filename' doc. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=37ff799b81d764a10c420977e41fcc22088219a2;p=binutils-gdb.git * gdb.texinfo: Add `set print symbol-filename' doc. --- diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 613466a4cb1..eac74d74932 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -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 diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 27cfa865c90..b586d23d74f 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -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