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.
Showing
- gdb/ChangeLog 12 additions, 0 deletionsgdb/ChangeLog
- gdb/infrun.c 53 additions, 41 deletionsgdb/infrun.c
- gdb/testsuite/ChangeLog 6 additions, 0 deletionsgdb/testsuite/ChangeLog
- gdb/testsuite/gdb.base/annota1.exp 4 additions, 4 deletionsgdb/testsuite/gdb.base/annota1.exp
- gdb/testsuite/gdb.cp/annota2.exp 2 additions, 2 deletionsgdb/testsuite/gdb.cp/annota2.exp
Loading
Please register or sign in to comment