* util.c (run_cleanup_chain, make_run_cleanup, do_run_cleanups):
authorPer Bothner <per@bothner.com>
Wed, 17 Sep 1997 02:57:39 +0000 (02:57 +0000)
committerPer Bothner <per@bothner.com>
Wed, 17 Sep 1997 02:57:39 +0000 (02:57 +0000)
New cleanup clean for cleanups to be run when at each 'run' command.
* infcmd.c (run_command):  Call do_run_cleanups.
* solib.c (find_solib):  Register cleanup to call clear_solib
on a new 'run' command.
(symbol_add_stub):  First look for existing objfile with same name.

gdb/ChangeLog

index 427fa1c0c6f2b83e9a4c8ced5429327c5b644f87..1149607b9d3a696522dbc2a994933eb49392dbcf 100644 (file)
@@ -1,3 +1,13 @@
+Tue Sep 16 19:56:23 1997  Per Bothner  <bothner@cygnus.com>
+
+       * util.c (run_cleanup_chain, make_run_cleanup, do_run_cleanups):
+       New cleanup clean for cleanups to be run when at each 'run' command.
+       * infcmd.c (run_command):  Call do_run_cleanups.
+
+       * solib.c (find_solib):  Register cleanup to call clear_solib
+       on a new 'run' command.
+       (symbol_add_stub):  First look for existing objfile with same name.
+
 Tue Sep 16 16:00:01 1997  Stan Shebs  <shebs@andros.cygnus.com>
 
        * remote-sds.c (sds_load): New function.