* main.c (main): Remove calls to {pre,post}_add_symbol_hooks.
authorKeith Seitz <keiths@cygnus>
Thu, 8 Oct 1998 23:04:53 +0000 (23:04 +0000)
committerKeith Seitz <keiths@cygnus>
Thu, 8 Oct 1998 23:04:53 +0000 (23:04 +0000)
commitd367c7b4479c01f8d8b9a71776b1c177433488a4
treee74f6eb52e41a323b1786edd322bc320ad86496f
parentd7a198b63657a7b9f031bf310d6202b9d8aaae75
    * 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.
gdb/ChangeLog
gdb/exec.c