* infrun.c (handle_inferior_event): Remove write-only local variable
`sw_single_step_trap_p'.
+2011-06-22 Yao Qi <yao@codesourcery.com>
+
+ * infrun.c (handle_inferior_event): Remove write-only local variable
+ `sw_single_step_trap_p'.
+
2011-06-20 Tom Tromey <tromey@redhat.com>
* symtab.c (lookup_language_this): End loop if block is NULL.
{
struct frame_info *frame;
struct gdbarch *gdbarch;
- int sw_single_step_trap_p = 0;
int stopped_by_watchpoint;
int stepped_after_stopped_by_watchpoint = 0;
struct symtab_and_line stop_pc_sal;
}
else if (singlestep_breakpoints_inserted_p)
{
- sw_single_step_trap_p = 1;
ecs->random_signal = 0;
}
}