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 3d2a4dc..7d686b8 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,15 @@
2014-07-14 Pedro Alves <palves@redhat.com>
+ * exceptions.c (print_any_exception): Delete.
+ (catch_exceptions_with_msg): Use exception_print instead of
+ print_any_exception.
+ (catch_errors): Use exception_fprintf instead of
+ print_any_exception.
+ (catch_command_errors, catch_command_errors_const): Use
+ exception_print instead of print_any_exception.
+
+2014-07-14 Pedro Alves <palves@redhat.com>
+
* infcall.c (run_inferior_call): Set 'sync_execution' while
running the inferior call.