OSDN Git Service

* gdbthread.h (struct thread_info): Add comments around
authorPedro Alves <pedro@codesourcery.com>
Mon, 8 Sep 2008 21:48:52 +0000 (21:48 +0000)
committerPedro Alves <pedro@codesourcery.com>
Mon, 8 Sep 2008 21:48:52 +0000 (21:48 +0000)
commit7948b04690ec44ccab8373e49b3c18188b90fdf7
tree0f0a81aea1749d4f06921c2e4cad1cd203c6e00f
parent8e8a9c178a2794662975e1aaa92024c92622230f
* gdbthread.h (struct thread_info): Add comments around
proceed_to_finish.
(save_infrun_state, load_infrun_state): Remove proceed_to_finish
argument.
* thread.c (load_infrun_state, save_infrun_state): Delete
proceed_to_finish argument and references to it.

* infcall.c (call_function_by_hand): Adjust.
* infcmd.c (finish_command): Adjust.
* infrun.c (proceed_to_finish): Delete.
(clear_proceed_status): Adjust.
(context_switch): Don't context-switch proceed_to_finish.
(normal_stop, save_inferior_status, restore_inferior_status):
Adjust.
gdb/ChangeLog
gdb/gdbthread.h
gdb/infcall.c
gdb/infcmd.c
gdb/infrun.c
gdb/thread.c