From d25f45d93a552fa5951fef8799ad68086b7bfb32 Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Wed, 6 Jun 2012 18:40:06 +0000 Subject: 2012-06-06 Pedro Alves * infrun.c (handle_inferior_event) : Use context_switch and remove stale comment. --- gdb/ChangeLog | 5 +++++ gdb/infrun.c | 4 +--- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'gdb') diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f144713..94dbba0 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2012-06-06 Pedro Alves + * infrun.c (handle_inferior_event) : Use + context_switch and remove stale comment. + +2012-06-06 Pedro Alves + * infrun.c (struct execution_control_state): Remove `new_thread_event' field. (handle_inferior_event): Simplify new threads handling; don't diff --git a/gdb/infrun.c b/gdb/infrun.c index b008552..0017211 100644 --- a/gdb/infrun.c +++ b/gdb/infrun.c @@ -3813,9 +3813,7 @@ handle_inferior_event (struct execution_control_state *ecs) ecs->event_thread->control.trap_expected = 0; - /* Note: We do not call context_switch at this point, as the - context is already set up for stepping the original thread. */ - switch_to_thread (deferred_step_ptid); + context_switch (deferred_step_ptid); deferred_step_ptid = null_ptid; /* Suppress spurious "Switching to ..." message. */ previous_inferior_ptid = inferior_ptid; -- cgit v1.1