* infrun.c (handle_inferior_event): Clear trap_expected after

stepping past a single-step breakpoint.
This commit is contained in:
Daniel Jacobowitz 2009-07-28 17:43:58 +00:00
parent 90445bd31f
commit 79626f8a5f
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
* infrun.c (handle_inferior_event): Clear trap_expected after
stepping past a single-step breakpoint.
2009-07-28 Joseph Myers <joseph@codesourcery.com>
* arm-tdep.c (enum arm_vfp_cprc_base_type,

View file

@ -2813,6 +2813,7 @@ targets should add new threads to the thread list themselves in non-stop mode.")
singlestep_breakpoints_inserted_p = 0;
ecs->random_signal = 0;
ecs->event_thread->trap_expected = 0;
context_switch (saved_singlestep_ptid);
if (deprecated_context_hook)