aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1994-11-23 03:27:40 +0000
committerStan Shebs <shebs@codesourcery.com>1994-11-23 03:27:40 +0000
commit43ab4ba582a495a5c0f13c1e0869b6a241442611 (patch)
treef6776668f994d9e1377da311573902addf35b19a /gdb/ChangeLog
parentaa30c7ee221fb88e6106951b00d47cd3ef36e75c (diff)
downloadgdb-43ab4ba582a495a5c0f13c1e0869b6a241442611.zip
gdb-43ab4ba582a495a5c0f13c1e0869b6a241442611.tar.gz
gdb-43ab4ba582a495a5c0f13c1e0869b6a241442611.tar.bz2
Maintenance commands to report time and space usage.
* main.c (display_time, display_space): New globals. (main): Add argument --statistics to enable reporting, display time and space after startup is done. * maint.c (maintenance_time_display, maintenance_space_display): New commands. * top.c (command_loop): Display time and space after command execution. * top.c (pre_init_ui_hook): New global. (gdb_init): If pre_init_ui_hook set, call before all other init.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index ad22eef..0b32c94 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,17 @@
+Tue Nov 22 19:13:39 1994 Stan Shebs (shebs@andros.cygnus.com)
+
+ Maintenance commands to report time and space usage.
+ * main.c (display_time, display_space): New globals.
+ (main): Add argument --statistics to enable reporting, display
+ time and space after startup is done.
+ * maint.c (maintenance_time_display, maintenance_space_display):
+ New commands.
+ * top.c (command_loop): Display time and space after command
+ execution.
+
+ * top.c (pre_init_ui_hook): New global.
+ (gdb_init): If pre_init_ui_hook set, call before all other init.
+
Tue Nov 22 10:25:59 1994 Kung Hsu (kung@mexican.cygnus.com)
* a29k-tdep.c (examine_tag): Fix a bug in stack frame size.