* inferior.h (step_over_calls): Delete.
authorPedro Alves <palves@redhat.com>
Mon, 8 Sep 2008 21:43:00 +0000 (21:43 +0000)
committerPedro Alves <palves@redhat.com>
Mon, 8 Sep 2008 21:43:00 +0000 (21:43 +0000)
commit078130d0caa5d5ec686abe6ee5589a644885082a
tree141299f111f670c2198a92fc64af5b01320c4d6b
parent4e1c45eac7d0c2793eeb0675d7f7f8833aed5b60
* 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/ChangeLog
gdb/gdbthread.h
gdb/infcmd.c
gdb/inferior.h
gdb/infrun.c
gdb/thread.c