diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 47a4d42..5de5681 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2014-10-15 Pedro Alves <palves@redhat.com> + + * infrun.c (step_over_info_valid_p): New function. + (resume): Use step_over_info_valid_p instead of checking the + threads's trap_expected flag. + 2014-10-15 Doug Evans <dje@google.com> Walfred Tedeschi <walfred.tedeschi@intel.com> |