mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
2004-05-12 Andrew Cagney <cagney@redhat.com>
* thread.c (load_infrun_state): Delete step_sp. * infrun.c (context_switch): Ditto. * inferior.h (step_sp): Ditto. * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto. * gdbthread.h (struct thread_info, save_infrun_state) (restore_infrun_state): Ditto.
This commit is contained in:
@@ -1159,7 +1159,7 @@ context_switch (struct execution_control_state *ecs)
|
||||
ecs->stepping_through_solib_after_catch,
|
||||
ecs->stepping_through_solib_catchpoints,
|
||||
ecs->stepping_through_sigtramp,
|
||||
ecs->current_line, ecs->current_symtab, step_sp);
|
||||
ecs->current_line, ecs->current_symtab);
|
||||
|
||||
/* Load infrun state for the new thread. */
|
||||
load_infrun_state (ecs->ptid, &prev_pc,
|
||||
@@ -1170,7 +1170,7 @@ context_switch (struct execution_control_state *ecs)
|
||||
&ecs->stepping_through_solib_after_catch,
|
||||
&ecs->stepping_through_solib_catchpoints,
|
||||
&ecs->stepping_through_sigtramp,
|
||||
&ecs->current_line, &ecs->current_symtab, &step_sp);
|
||||
&ecs->current_line, &ecs->current_symtab);
|
||||
}
|
||||
inferior_ptid = ecs->ptid;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user