* infrun.c (handle_inferior_event): Remove redundant resetting of
stepping_past_singlestep_breakpoint.
This commit is contained in:
parent
f7c83eacc7
commit
a020da562e
2 changed files with 5 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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. */
|
||||
|
|
Loading…
Add table
Reference in a new issue