From: Per Bothner Date: Wed, 17 Sep 1997 02:57:39 +0000 (+0000) Subject: * util.c (run_cleanup_chain, make_run_cleanup, do_run_cleanups): X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e49b476e24b6d01d388624381ad2433ca19e4321;p=binutils-gdb.git * 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. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 427fa1c0c6f..1149607b9d3 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,13 @@ +Tue Sep 16 19:56:23 1997 Per Bothner + + * 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 * remote-sds.c (sds_load): New function.