aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 022b359..d04cd66 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,12 @@
+2004-05-24 Joel Brobecker <brobecker@gnat.com>
+
+ * infcmd.c (kill_if_already_running): New function, extracted
+ from run_command().
+ (run_command): Replace extracted code by call to
+ kill_if_already_running().
+ (start_command): New function.
+ (_initialize_infcmd): Add "start" command.
+
2004-05-24 Mark Kettenis <kettenis@gnu.org>
Add OpenBSD/m88k support.