diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a191b62..dbd222d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2014-09-25 Pedro Alves <palves@redhat.com> + * infrun.c (user_visible_resume_ptid): Don't check + singlestep_breakpoints_inserted_p. + +2014-09-25 Pedro Alves <palves@redhat.com> + * breakpoint.c (should_be_inserted): Add debug output. 2014-09-25 Pedro Alves <palves@redhat.com> |