diff options
author | Pedro Alves <palves@redhat.com> | 2008-09-08 21:43:00 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2008-09-08 21:43:00 +0000 |
commit | 078130d0caa5d5ec686abe6ee5589a644885082a (patch) | |
tree | 141299f111f670c2198a92fc64af5b01320c4d6b /gdb/gdbthread.h | |
parent | 4e1c45eac7d0c2793eeb0675d7f7f8833aed5b60 (diff) | |
download | gdb-078130d0caa5d5ec686abe6ee5589a644885082a.zip gdb-078130d0caa5d5ec686abe6ee5589a644885082a.tar.gz gdb-078130d0caa5d5ec686abe6ee5589a644885082a.tar.bz2 |
* inferior.h (step_over_calls): Delete.
* gdbthread.h (save_infrun_state, load_infrun_state): Remove
step_over_calls argument.
* thread.c (save_infrun_state, load_infrun_state): Remove
step_over_calls argument. Adjust.
* infcmd.c (step_over_calls): Delete.
(step_1): Adjust.
* infrun.c (clear_proceed_status): Adjust.
(context_switch): Don't context-switch step_over_calls.
(handle_inferior_event, save_inferior_status)
(restore_inferior_status): Adjust.
Diffstat (limited to 'gdb/gdbthread.h')
-rw-r--r-- | gdb/gdbthread.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/gdbthread.h b/gdb/gdbthread.h index ea13ba5..953a1d2 100644 --- a/gdb/gdbthread.h +++ b/gdb/gdbthread.h @@ -219,7 +219,6 @@ extern void save_infrun_state (ptid_t ptid, struct continuation *continuations, struct continuation *intermediate_continuations, int proceed_to_finish, - enum step_over_calls_kind step_over_calls, int stop_step, int step_multi, enum target_signal stop_signal, @@ -231,7 +230,6 @@ extern void load_infrun_state (ptid_t ptid, struct continuation **continuations, struct continuation **intermediate_continuations, int *proceed_to_finish, - enum step_over_calls_kind *step_over_calls, int *stop_step, int *step_multi, enum target_signal *stop_signal, |