diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-05-10 23:27:49 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-05-10 23:27:49 +0000 |
commit | 1596060827823b9bd8095f4275e5f7858bfc4b89 (patch) | |
tree | c573687884d4431734aeabbc01b612f9e882a1aa /gdb/ChangeLog | |
parent | 5ab5aa0fb44fc4324e3b94124fa9412a64a12207 (diff) | |
download | gdb-1596060827823b9bd8095f4275e5f7858bfc4b89.zip gdb-1596060827823b9bd8095f4275e5f7858bfc4b89.tar.gz gdb-1596060827823b9bd8095f4275e5f7858bfc4b89.tar.bz2 |
2004-05-10 Andrew Cagney <cagney@redhat.com>
* infrun.c (through_sigtramp_breakpoint): Delete variable.
(context_switch): Do not switch through_sigtramp_breakpoint.
* gdbthread.h (save_infrun_state, load_infrun_state)
(struct thread_info): Delete through_sigtramp_breakpoint parameter
and structure member.
* thread.c (load_infrun_state, save_infrun_state): Update.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 56f6047..33ac737 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +2004-05-10 Andrew Cagney <cagney@redhat.com> + + * infrun.c (through_sigtramp_breakpoint): Delete variable. + (context_switch): Do not switch through_sigtramp_breakpoint. + * gdbthread.h (save_infrun_state, load_infrun_state) + (struct thread_info): Delete through_sigtramp_breakpoint parameter + and structure member. + * thread.c (load_infrun_state, save_infrun_state): Update. + 2004-05-10 Mark Kettenis <kettenis@gnu.org> * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi. |