* infrun.c (handle_inferior_event): Remove redundant resetting of
authorDoug Evans <dje@google.com>
Tue, 2 Dec 2008 19:20:23 +0000 (19:20 +0000)
committerDoug Evans <dje@google.com>
Tue, 2 Dec 2008 19:20:23 +0000 (19:20 +0000)
stepping_past_singlestep_breakpoint.

gdb/ChangeLog
gdb/infrun.c

index 834c5a56fb3a1dba51b1ec0d1162af2f337ccb39..8d06e3ff4503acd4688ee8cb0dc5886147a7379b 100644 (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.
index c3d3eb717b807b12553e5d14c0fe96e93183405a..605495082f9a0ff564176e99eedf049e693650f6 100644 (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.  */
This page took 0.042125 seconds and 4 git commands to generate.