* infrun.c (handle_inferior_event): Remove redundant resetting of

stepping_past_singlestep_breakpoint.
This commit is contained in:
Doug Evans 2008-12-02 19:20:23 +00:00
parent f7c83eacc7
commit a020da562e
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2008-12-02 Doug Evans <dje@google.com>
* infrun.c (handle_inferior_event): Remove redundant resetting of
stepping_past_singlestep_breakpoint.
2008-12-02 Pedro Alves <pedro@codesourcery.com>
* target.h (target_get_osdata): Describe.

View File

@ -2510,8 +2510,6 @@ targets should add new threads to the thread list themselves in non-stop mode.")
}
}
stepping_past_singlestep_breakpoint = 0;
if (!ptid_equal (deferred_step_ptid, null_ptid))
{
/* In non-stop mode, there's never a deferred_step_ptid set. */