diff options
author | Keith Seitz <keiths@cygnus> | 1998-10-08 23:04:53 +0000 |
---|---|---|
committer | Keith Seitz <keiths@cygnus> | 1998-10-08 23:04:53 +0000 |
commit | d367c7b4479c01f8d8b9a71776b1c177433488a4 (patch) | |
tree | e74f6eb52e41a323b1786edd322bc320ad86496f /gdb/ChangeLog | |
parent | d7a198b63657a7b9f031bf310d6202b9d8aaae75 (diff) | |
download | gdb-d367c7b4479c01f8d8b9a71776b1c177433488a4.zip gdb-d367c7b4479c01f8d8b9a71776b1c177433488a4.tar.gz gdb-d367c7b4479c01f8d8b9a71776b1c177433488a4.tar.bz2 |
* main.c (main): Remove calls to {pre,post}_add_symbol_hooks.
There should be sufficient information/hooks now to eliminate
this hack.
* exec.c (file_command): Add a new hook here to inform ui's
when the exec file has changed. Adding it here allows the
ui to be informed after symbol reading.
* gdbcore.h: Add declaration of file_changed_hook.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7788cdb..1e05155 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,15 @@ +1998-10-08 Keith Seitz <keiths@cygnus.com> + + * main.c (main): Remove calls to {pre,post}_add_symbol_hooks. + There should be sufficient information/hooks now to eliminate + this hack. + + * exec.c (file_command): Add a new hook here to inform ui's + when the exec file has changed. Adding it here allows the + ui to be informed after symbol reading. + + * gdbcore.h: Add declaration of file_changed_hook. + Thu Oct 8 08:40:42 1998 Mark Alexander <marka@cygnus.com> * rs6000-tdep.c (get_saved_register): Define only if |