2003-05-04 Andrew Cagney <cagney@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Mon, 5 May 2003 00:27:08 +0000 (00:27 +0000)
committerAndrew Cagney <cagney@redhat.com>
Mon, 5 May 2003 00:27:08 +0000 (00:27 +0000)
commit0ce3d317be781807abc8bf2643cd7e03e8dcbac5
treea6bacf9d5a2a2ba91c69a8003210dcb0aa325538
parent7ac151b7c8b6725044d1ca406531fd408ddd6ed7
2003-05-04  Andrew Cagney  <cagney@redhat.com>

* gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
(load_infrun_state): Ditto.
(struct thread_info): Drop "prev_func_name" field.
* thread.c (load_infrun_state): Update.
(save_infrun_state): Update.
* infrun.c (prev_func_name): Delete variable.
(init_wait_for_inferior): Do not clear prev_func_name.
(stop_stepping, keep_going, context_switch): Do not swap
prev_func_name.
(handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
instead of PC_IN_SIGTRAMP.
gdb/ChangeLog
gdb/gdbthread.h
gdb/infrun.c
gdb/thread.c
This page took 0.024608 seconds and 4 git commands to generate.