diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6feb429..d5404f8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +2006-06-15 Daniel Jacobowitz <dan@codesourcery.com> + + * infrun.c (insert_step_resume_breakpoint_at_caller): New function, + based on insert_step_resume_breakpoint_at_frame. + (handle_inferior_event): Update comments. Use + insert_step_resume_breakpoint_at_caller. + (insert_step_resume_breakpoint_at_frame): Revise comments. + 2006-06-14 Daniel Jacobowitz <dan@codesourcery.com> * dwarf2read.c (read_unspecified_type): New function. |