aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1991-12-16 21:01:34 +0000
committerFred Fish <fnf@specifix.com>1991-12-16 21:01:34 +0000
commit6fa6e49649adbb0ba0d998c36dd23d5e2cb355af (patch)
treec7af8de985a861d762568fac4745e0aa22d40e80
parentf8b76e70b7a1cb376bc4ac8ac071fff5c7cf6acd (diff)
downloadgdb-6fa6e49649adbb0ba0d998c36dd23d5e2cb355af.zip
gdb-6fa6e49649adbb0ba0d998c36dd23d5e2cb355af.tar.gz
gdb-6fa6e49649adbb0ba0d998c36dd23d5e2cb355af.tar.bz2
Print the names of files from which symbols are being loaded if verbose
is set.
-rw-r--r--gdb/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 3d20936..28ad9ec 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
Mon Dec 16 12:31:46 1991 Fred Fish (fnf at cygnus.com)
+ * symfile.c (symbol_file_add): When verbose is set, print
+ the names of files from which symbols are being loaded, as
+ when from_tty is true.
+
* solib.c: Completely reorganized (rewritten) to support
SVR4 shared libraries in a manner very close to the original
SunOS implementation. This support is expected to change and