From: Doug Evans Date: Tue, 2 Dec 2008 19:20:23 +0000 (+0000) Subject: * infrun.c (handle_inferior_event): Remove redundant resetting of X-Git-Tag: sid-snapshot-20090201~540 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a020da562eb232b70d8669de08336d3e4736e8f7;p=external%2Fbinutils.git * infrun.c (handle_inferior_event): Remove redundant resetting of stepping_past_singlestep_breakpoint. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 834c5a5..8d06e3f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2008-12-02 Doug Evans + + * infrun.c (handle_inferior_event): Remove redundant resetting of + stepping_past_singlestep_breakpoint. + 2008-12-02 Pedro Alves * target.h (target_get_osdata): Describe. diff --git a/gdb/infrun.c b/gdb/infrun.c index c3d3eb7..6054950 100644 --- a/gdb/infrun.c +++ b/gdb/infrun.c @@ -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. */