]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
* gdbthread.h (struct thread_info): Add comments around
authorPedro Alves <palves@redhat.com>
Mon, 8 Sep 2008 21:48:52 +0000 (21:48 +0000)
committerPedro Alves <palves@redhat.com>
Mon, 8 Sep 2008 21:48:52 +0000 (21:48 +0000)
commit32400bebb23653900ef060aae37668a2a1961155
tree9b74d3a143584431a3999f0f54833aeb8cdea0b7
parent347bddb745acda8fb591511a547e66bbe00d768b
* 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