]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
2004-08-25 Andrew Cagney <cagney@gnu.org>
authorAndrew Cagney <cagney@redhat.com>
Wed, 25 Aug 2004 15:18:05 +0000 (15:18 +0000)
committerAndrew Cagney <cagney@redhat.com>
Wed, 25 Aug 2004 15:18:05 +0000 (15:18 +0000)
commit629a41eeaee0f807d2652e83f23aa3ab3022bc0e
treef4b85701c3a9b4dd2cb5282038e1dd87c08ba631
parent8fb3e588da490f3506c978264bdb2da01f3b6b51
2004-08-25  Andrew Cagney  <cagney@gnu.org>

* infrun.c (struct execution_control_state): Delete field
"stepping_through_sigtramp".
(init_execution_control_state): Do not set same.
(context_switch): Do not pass same to save_infrun_state and
load_infrun_state.
* gdbthread.h (struct thread_info): Delete field
stepping_through_sigtramp.
(save_infrun_state, load_infrun_state): Delete parameter
stepping_through_sigtramp.
* thread.c (load_infrun_state, save_infrun_state): Update.
gdb/ChangeLog
gdb/gdbthread.h
gdb/infrun.c
gdb/thread.c