2002-11-15 Andrew Cagney <ac131313@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Fri, 15 Nov 2002 22:16:25 +0000 (22:16 +0000)
committerAndrew Cagney <cagney@redhat.com>
Fri, 15 Nov 2002 22:16:25 +0000 (22:16 +0000)
commitf18c5a73039533b1d9e2f4f2044ec39627bbf8b4
treebdf028073b5d33bf857ec528aff113fc536f59b8
parentd9285969ae7ac75f10cdd4f6fc3c5ff5335133eb
2002-11-15  Andrew Cagney  <ac131313@redhat.com>

* frame.c (frame_pc_unwind): New function.
(frame_saved_regs_pc_unwind): New function.
(frame_register_unwind): Pass unwind_cache instead of
register_unwind_cache.
(set_unwind_by_pc): Add unwind_pc parameter, set.
(create_new_frame): Pass frame->pc_unwind to set_unwind_by_pc.
(get_prev_frame): Ditto.
* frame.h (frame_pc_unwind_ftype): Declare.
(struct frame_info): Add pc_unwind, pc_unwind_cache_p and
pc_unwind_cache.  Rename register_unwind_cache to unwind_cache.
(frame_pc_unwind): Declare.
* dummy-frame.c (dummy_frame_pc_unwind): New function.
(struct dummy_frame): Add comment mentioning that values are for
previous frame.
* dummy-frame.h (dummy_frame_pc_unwind): Declare.
* blockframe.c (file_frame_chain_valid): Use frame_pc_unwind.
(generic_file_frame_chain_valid): Ditto.
* stack.c (frame_info): Ditto.
gdb/ChangeLog
gdb/blockframe.c
gdb/dummy-frame.c
gdb/dummy-frame.h
gdb/frame.c
gdb/frame.h
gdb/stack.c
This page took 0.026045 seconds and 4 git commands to generate.