]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
* frame.c (frame_unwind_id): Renamed to ...
authorDaniel Jacobowitz <drow@false.org>
Tue, 15 Jul 2008 18:58:32 +0000 (18:58 +0000)
committerDaniel Jacobowitz <drow@false.org>
Tue, 15 Jul 2008 18:58:32 +0000 (18:58 +0000)
commit54af988d1e631ef9f44c83cc23cbc33bdcf12cf5
treeb67c0b548851cb0185d7ce778de4bcfb412f6019
parentba2c6aec01a024592f7dce65f0628a93e39f4abe
* 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