2002-11-08 Andrew Cagney <ac131313@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Fri, 8 Nov 2002 20:48:55 +0000 (20:48 +0000)
committerAndrew Cagney <cagney@redhat.com>
Fri, 8 Nov 2002 20:48:55 +0000 (20:48 +0000)
commit4c1e7e9d5ef8386ac128165af98529042158aa88
treeed6886dd7619ad7c851a4f43a9f1bf7545874f2e
parente78c0063c1d58fe319da742239347de50512b087
2002-11-08  Andrew Cagney  <ac131313@redhat.com>

* Makefile.in (frame.o): Update dependencies.
* blockframe.c (current_frame, frame_obstack_alloc)
(frame_saved_regs_zalloc, get_current_frame)
(set_current_frame, create_new_frame)
(set_unwind_by_pc, get_next_frame)
(flush_cached_frames, reinit_frame_cache)
(frame_saved_regs_register_unwind)
(deprecated_generic_get_saved_register)
(get_prev_frame, get_frame_pc, get_frame_saved_regs)
(_initialize_blockframe): Move frame code from
here...
* frame.c: ...to here.  Include "gdb_obstack.h", "gdbcore.h",
"annotate.h" and "dummy-frame.h".
(_initialize_frame): New function.
gdb/ChangeLog
gdb/Makefile.in
gdb/blockframe.c
gdb/frame.c