diff options
Diffstat (limited to 'gdb/infrun.c')
-rw-r--r-- | gdb/infrun.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/infrun.c b/gdb/infrun.c index 3b779de..0a15ea3 100644 --- a/gdb/infrun.c +++ b/gdb/infrun.c @@ -3646,6 +3646,8 @@ handle_inferior_event (struct execution_control_state *ecs) singlestep_breakpoints_inserted_p = 0; } + 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); |