* gdb.texinfo: Add `set print symbol-filename' doc.
authorPeter Schauer <Peter.Schauer@mytum.de>
Thu, 27 May 1993 13:23:56 +0000 (13:23 +0000)
committerPeter Schauer <Peter.Schauer@mytum.de>
Thu, 27 May 1993 13:23:56 +0000 (13:23 +0000)
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index 613466a4cb1372eaed99bae3c09302ba009f9ccd..eac74d74932ae9aa43c6672ed425e568a646ccaa 100644 (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
index 27cfa865c90a913a5ca1e0757a10f52fe3bbe4dd..b586d23d74f01660e9c89513f24e888476bd3747 100644 (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