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 94dbba0..17d2f4f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2012-06-06 Pedro Alves <palves@redhat.com> + * infrun.c (handle_inferior_event): Remove calls to + reinit_frame_cache that follow a context_switch call. + +2012-06-06 Pedro Alves <palves@redhat.com> + * infrun.c (handle_inferior_event) <deferred_step_ptid>: Use context_switch and remove stale comment. |