aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/ChangeLog
diff options
context:
space:
mode:
authorUlrich Weigand <uweigand@de.ibm.com>2009-06-17 18:32:40 +0000
committerUlrich Weigand <uweigand@de.ibm.com>2009-06-17 18:32:40 +0000
commit568d657528fe676571c95e51a2f64112782edfdb (patch)
treecc319c1e1b6e7d7cf018dcee6209662c250a5ffb /gdb/testsuite/ChangeLog
parent64e77c6d5fe85b9f3d20579b496f31c329b1e62b (diff)
downloadgdb-568d657528fe676571c95e51a2f64112782edfdb.zip
gdb-568d657528fe676571c95e51a2f64112782edfdb.tar.gz
gdb-568d657528fe676571c95e51a2f64112782edfdb.tar.bz2
ChangeLog:
* infrun.c (handle_inferior_event): Use current frame architecture or thread architecture instead of current_gdbarch. Pass to handle_step_into_function and handle_step_into_function_backward. (handle_step_into_function): Add GDBARCH parameter. Use it instead of current_gdbarch. (handle_step_into_function_backward): Likewise. (insert_step_resume_breakpoint_at_frame): Use frame architecture instead of current_gdbarch. (insert_step_resume_breakpoint_at_caller): Likewise. testsuite/ChangeLog: * gdb.base/annota1.exp: Allow multiple occurrences of the frames-invalid annotation. * gdb.cp/annota2.exp: Likewise.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r--gdb/testsuite/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 5c43ca7..d4a35c8 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,9 @@
+2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
+
+ * gdb.base/annota1.exp: Allow multiple occurrences of the
+ frames-invalid annotation.
+ * gdb.cp/annota2.exp: Likewise.
+
2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
* gdb.cp/gdb2495.cc: New file.