OSDN Git Service

* frame.c (frame_unwind_id): Renamed to ...
authordrow <drow>
Tue, 15 Jul 2008 18:58:32 +0000 (18:58 +0000)
committerdrow <drow>
Tue, 15 Jul 2008 18:58:32 +0000 (18:58 +0000)
commit99162be3b7cab4ead8095c61fe3d6985b82cd1c2
treedcd879d82f49148a0bcc6636a666086664c0ed4a
parentc94d437ecfb03af62a75f64de935937060c817ce
* frame.c (frame_unwind_id): Renamed to ...
(frame_unwind_caller_id): ... this.  All callers updated.
(frame_pc_unwind): Renamed to ...
(frame_unwind_caller_pc): ... this.  All callers updated.
* frame.h: Document frame_unwind_caller_WHAT functions.
(frame_unwind_id): Renamed to ...
(frame_unwind_caller_id): ... this.
(frame_pc_unwind): Renamed to ...
(frame_unwind_caller_pc): ... this.
* hppa-tdep.c (hppa_find_unwind_entry_in_block): Correct comment.
* stack.c (parse_frame_specification_1): Do not rely on
frame_unwind_id.
gdb/ChangeLog
gdb/frame.c
gdb/frame.h
gdb/glibc-tdep.c
gdb/hppa-tdep.c
gdb/infrun.c
gdb/mips-linux-tdep.c
gdb/obsd-tdep.c
gdb/sol2-tdep.c
gdb/stack.c