mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-29 02:20:51 +00:00
* infrun.c (init_execution_control_state): Initialize
ecs->another_trap.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user