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 deccd31..14aaa2c 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,14 @@
2014-07-30 Tom Tromey <tromey@redhat.com>
+ * corefile.c (hook_type, call_extra_exec_file_hooks)
+ (specify_exec_file_hook): Constify.
+ * exec.c (exec_file_attach): Make "filename" const.
+ * gdbcore.h (deprecated_exec_file_display_hook)
+ (specify_exec_file_hook, exec_file_attach): Constify.
+ * main.c (captured_main): Use catch_command_errors_const.
+
+2014-07-30 Tom Tromey <tromey@redhat.com>
+
* target.c (open_target): New function.
(add_target_with_completer, add_deprecated_target_alias): Use
set_cmd_sfunc, set_cmd_context.