OSDN Git Service

2002-12-13 Andrew Cagney <ac131313@redhat.com>
authorcagney <cagney>
Fri, 13 Dec 2002 16:40:25 +0000 (16:40 +0000)
committercagney <cagney>
Fri, 13 Dec 2002 16:40:25 +0000 (16:40 +0000)
commita31a12205305c917d8f4345e6f61665e2a6c2da7
tree870b069f55245d0656fb72cdf258ffdd3d004a58
parent327343cd1151cfba651b929bcd6bfde13673da3a
2002-12-13  Andrew Cagney  <ac131313@redhat.com>

* frame.h (frame_id_unwind): Declare.
(struct frame_info): Add fields id_unwind, id_unwind_cache_p and
id_unwind_cache.
(frame_id_unwind_ftype): Declare.
* frame.c (frame_id_unwind): New function.
(set_unwind_by_pc): Add unwind_id parameter.  Initialized.
(create_new_frame, get_prev_frame): Pass id_unwind to
set_unwind_by_pc.
(frame_saved_regs_id_unwind): New function.
(frame_saved_regs_id_unwind): New function.
* dummy-frame.c (dummy_frame_id_unwind): New function.
(struct dummy_frame): Add field id.
(generic_push_dummy_frame): Initialize `id'.
* dummy-frame.h (dummy_frame_id_unwind): Declare.
gdb/ChangeLog
gdb/dummy-frame.c
gdb/dummy-frame.h
gdb/frame.c
gdb/frame.h