* infrun.c (init_execution_control_state): Initialize

ecs->another_trap.
This commit is contained in:
Daniel Jacobowitz 2005-09-28 16:17:06 +00:00
parent 1a114b1284
commit 6ad80df050
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2005-09-28 Daniel Jacobowitz <dan@codesourcery.com>
* infrun.c (init_execution_control_state): Initialize
ecs->another_trap.
2005-09-28 Nick Roberts <nickrob@snap.net.nz>
* Makefile.in (TAGS): Put DEPFILES back and add as a dependency.

View 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 */