aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorPer Bothner <per@bothner.com>1997-09-17 02:57:39 +0000
committerPer Bothner <per@bothner.com>1997-09-17 02:57:39 +0000
commite49b476e24b6d01d388624381ad2433ca19e4321 (patch)
tree770a2dcda0a870f813a8f197bd7eeb5609e9f205 /gdb
parentc77bcbc2f741884134a1b8130023d7b92ff869b5 (diff)
downloadgdb-e49b476e24b6d01d388624381ad2433ca19e4321.zip
gdb-e49b476e24b6d01d388624381ad2433ca19e4321.tar.gz
gdb-e49b476e24b6d01d388624381ad2433ca19e4321.tar.bz2
* 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.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 427fa1c..1149607 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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.