2002-12-05 Andrew Cagney <ac131313@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Fri, 6 Dec 2002 07:35:55 +0000 (07:35 +0000)
committerAndrew Cagney <cagney@redhat.com>
Fri, 6 Dec 2002 07:35:55 +0000 (07:35 +0000)
commitaa0cd9c15b5ced11efb415b6e8326b650f67f465
tree4cde6c69f33732512188919449485b2b3be62457
parent2f9bd3f641bd98189e086271ebb00bda8f53bb3a
2002-12-05  Andrew Cagney  <ac131313@redhat.com>

* gdbthread.h: Include "frame.h".
(struct thread_info): Replace step_frame_address with
step_frame_id.
* inferior.h: Include "frame.h".
(step_frame_id): Replace external variable step_frame_address.
* gdbthread.h (save_infrun_state): Replace step_frame_address
parameter with step_frame_id parameter.
(load_infrun_state): Ditto.
* Makefile.in (gdbthread_h, inferior_h): Add $(frame_h).
* infcmd.c (step_frame_id, step_1, step_once): Update.
* thread.c (load_infrun_state, save_infrun_state): Update.
* infrun.c (clear_proceed_status, save_inferior_status): Update.
(handle_inferior_event, step_over_function): Update.
(normal_stop, context_switch, restore_inferior_status): Update.
(struct inferior_status): Replace step_frame_address with
step_frame_id.
gdb/ChangeLog
gdb/Makefile.in
gdb/gdbthread.h
gdb/infcmd.c
gdb/inferior.h
gdb/infrun.c
gdb/thread.c
This page took 0.024878 seconds and 4 git commands to generate.