aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 700afe7..836ed8a 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,15 @@
2019-05-08 Tom Tromey <tromey@adacore.com>
+ * maint.c (_initialize_maint_cmds): Move initialization code to
+ remote.c.
+ (watchdog, show_watchdog): Move to remote.c.
+ * remote.c (watchdog, show_watchdog): Move from maint.c. Make
+ "watchdog" static.
+ (_initialize_remote): Move initialization code from maint.c.
+ * defs.h (watchdog): Don't declare.
+
+2019-05-08 Tom Tromey <tromey@adacore.com>
+
* tui/tui-interp.c: Include main.h.
* interps.c: Include main.h.
* main.h (interpreter_p): Declare.