diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f75a5ba..0a8bee8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2014-11-07 Pedro Alves <palves@redhat.com> + + * infrun.c (process_event_stop_test) <subroutine check>: Don't + check if we did a "nexti" inside a prologue. + * symtab.c (in_prologue): Delete function. + * symtab.h (in_prologue): Delete declaration. + 2014-11-06 Doug Evans <xdje42@gmail.com> * symtab.h (lookup_global_symbol): Improve function comment. |