* infrun.c (init_execution_control_state): Initialize
[deliverable/binutils-gdb.git] / gdb / infrun.c
index edaf17a40b47ed26abd076ace54d224442fbe2be..b0ac322555312b6882d6b91544e3c70f686f2c08 100644 (file)
@@ -1075,7 +1075,7 @@ fetch_inferior_event (void *client_data)
 void
 init_execution_control_state (struct execution_control_state *ecs)
 {
-  /* ecs->another_trap? */
+  ecs->another_trap = 0;
   ecs->random_signal = 0;
   ecs->step_after_step_resume_breakpoint = 0;
   ecs->handling_longjmp = 0;   /* FIXME */
This page took 0.023826 seconds and 4 git commands to generate.