aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>2003-02-14 01:13:45 +0000
committerJason Molenda <jmolenda@apple.com>2003-02-14 01:13:45 +0000
commitc4f90d873c3e033b1bea8fae1863313581908a41 (patch)
tree03888c75995a8731ee224b10e7295bcd2ea11102 /gdb/ChangeLog
parent8031856cdb7cebf10ac3db7695b16ababc78bddd (diff)
downloadgdb-c4f90d873c3e033b1bea8fae1863313581908a41.zip
gdb-c4f90d873c3e033b1bea8fae1863313581908a41.tar.gz
gdb-c4f90d873c3e033b1bea8fae1863313581908a41.tar.bz2
[ChangeLog]
2003-02-12 Jason Molenda (jmolenda@apple.com) * symmisc.c (print_objfile_statistics): Include information about the number of psymtabs and symtabs in each object file. [testsuite/ChangeLog] 2003-02-13 Jason Molenda (jmolenda@apple.com) * gdb.base/maint.exp: Update maint print statistics regexp to include new entries.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 6d39a74..34b1159 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2003-02-12 Jason Molenda (jmolenda@apple.com)
+
+ * symmisc.c (print_objfile_statistics): Include information about
+ the number of psymtabs and symtabs in each object file.
+
2003-02-13 Keith R Seitz <keiths@redhat.com>
* main.h (struct captured_main_args): Add interpreter_p.