From 5e291f9222009c70187d6c77f5e4e6edbd53e221 Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Mon, 8 Sep 2008 21:43:00 +0000 Subject: * 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. --- gdb/gdbthread.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'gdb/gdbthread.h') diff --git a/gdb/gdbthread.h b/gdb/gdbthread.h index ea13ba5ff48..953a1d2c1ae 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, -- cgit v1.2.1