OSDN Git Service

* inferior.h (step_over_calls): Delete.
authorPedro Alves <pedro@codesourcery.com>
Mon, 8 Sep 2008 21:43:00 +0000 (21:43 +0000)
committerPedro Alves <pedro@codesourcery.com>
Mon, 8 Sep 2008 21:43:00 +0000 (21:43 +0000)
commit5e291f9222009c70187d6c77f5e4e6edbd53e221
treed61407c23838c160891408c5c12334298256c995
parenta2fa66f408a58f949dd521f2238aa1db3609c442
* 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