OSDN Git Service

* inferior.h (step_over_calls): Delete.
authorpalves <palves>
Mon, 8 Sep 2008 21:43:00 +0000 (21:43 +0000)
committerpalves <palves>
Mon, 8 Sep 2008 21:43:00 +0000 (21:43 +0000)
commit2458f71b37e9d4dae3c2a0e1385834c972407c73
tree17ead3fb978bf5460092357db71ba6ab563363eb
parent48832dbea84f4418bcceb9153a39259a78e80472
* 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