aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
diff options
context:
space:
mode:
authorPeter Schauer <Peter.Schauer@mytum.de>1993-05-27 13:23:56 +0000
committerPeter Schauer <Peter.Schauer@mytum.de>1993-05-27 13:23:56 +0000
commit37ff799b81d764a10c420977e41fcc22088219a2 (patch)
tree28c77bc28f39a4c77ff83e84a247f779bfca7e4d /gdb/doc
parentb7ccd8e069d9a07a2125cda24cb3c62bf401fe99 (diff)
downloadgdb-37ff799b81d764a10c420977e41fcc22088219a2.zip
gdb-37ff799b81d764a10c420977e41fcc22088219a2.tar.gz
gdb-37ff799b81d764a10c420977e41fcc22088219a2.tar.bz2
* gdb.texinfo: Add `set print symbol-filename' doc.
Diffstat (limited to 'gdb/doc')
-rw-r--r--gdb/doc/ChangeLog4
-rw-r--r--gdb/doc/gdb.texinfo13
2 files changed, 17 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 613466a..eac74d7 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 27cfa86..b586d23 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