diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f93e6ba..ae0e585 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +2010-07-19 Hui Zhu <teawater@gmail.com> + + * breakpoint.c (single_step_breakpoints_inserted): New + function. + * breakpoint.h (single_step_breakpoints_inserted): Extern. + * infrun.c (maybe_software_singlestep): Add check code. + * record.c (record_resume): Add code for software single step. + (record_wait): Ditto. + 2010-07-18 Jan Kratochvil <jan.kratochvil@redhat.com> * linux-nat.c (linux_handle_extended_wait): Move variable new_lp into |