OSDN Git Service

2002-12-05 Andrew Cagney <ac131313@redhat.com>
authorcagney <cagney>
Fri, 6 Dec 2002 07:35:54 +0000 (07:35 +0000)
committercagney <cagney>
Fri, 6 Dec 2002 07:35:54 +0000 (07:35 +0000)
commit4c20d15607727f117700c070a8650f90a95f5b46
tree4826c38283cc62c96fdda4e4a1935a40ddb3a1c2
parent74bc422667256d4cbe6cfa3dd1c541709e6e15af
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