aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2011-09-08 15:24:25 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2011-09-08 15:24:25 +0000
commitb99b5f66e1d6f80624e8a28b8ebbf9235d50041e (patch)
treef07aff7b099135e1608734978e2097e8c5277fc8 /gdb/ChangeLog
parenta391a2f6df2553b9d2e0cf4bc8c58e85d73137ae (diff)
downloadgdb-b99b5f66e1d6f80624e8a28b8ebbf9235d50041e.zip
gdb-b99b5f66e1d6f80624e8a28b8ebbf9235d50041e.tar.gz
gdb-b99b5f66e1d6f80624e8a28b8ebbf9235d50041e.tar.bz2
gdb/
* stack.c (print_frame_args): New variable except. Wrap read_var_value and common_val_print into TRY_CATCH. gdb/testsuite/ * gdb.dwarf2/dw2-param-error-main.c: New file. * gdb.dwarf2/dw2-param-error.S: New file. * gdb.dwarf2/dw2-param-error.exp: New file.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 84a5193..e7f3da7 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
+ * stack.c (print_frame_args): New variable except. Wrap
+ read_var_value and common_val_print into TRY_CATCH.
+
+2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
+
* eval.c (evaluate_subexp_standard) <OP_THIS>: Update the value_of_this
caller to value_of_this.
* p-exp.y: Update the value_of_this caller to value_of_this_silent.