* infrun.c (handle_inferior_event): Clear trap_expected after
authorDaniel Jacobowitz <drow@false.org>
Tue, 28 Jul 2009 17:43:58 +0000 (17:43 +0000)
committerDaniel Jacobowitz <drow@false.org>
Tue, 28 Jul 2009 17:43:58 +0000 (17:43 +0000)
stepping past a single-step breakpoint.

gdb/ChangeLog
gdb/infrun.c

index 90056a54eb2e858b33449a022bd407a32edd70ed..019d4416dc5f40a03a174433655e372a73274870 100644 (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,
index 631c1af1913ab438432fcec496c71e3ca08a3ff0..f8179727df7ab21976b281ca7945ad460ce024f7 100644 (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)
This page took 0.034972 seconds and 4 git commands to generate.