gdb/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Wed, 11 Aug 2010 13:24:32 +0000 (13:24 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Wed, 11 Aug 2010 13:24:32 +0000 (13:24 +0000)
commit39d7b0e29259dcf5cf966530ac416d1eb287ccbb
tree04a22b736e0581b3314ab29b5bd5c5ed2fcadd44
parent9f9a8002f04316add32d6f20538aaaaa3951b9c9
gdb/
Code cleanup.
* dummy-frame.c (dummy_frame_unwinder): Remove its static qualifier.
Rename to dummy_frame_unwind.
(dummy_frame_unwind): Remove.
* dummy-frame.h (dummy_frame_unwind): Reference directly the struct.
* frame-unwind.c (frame_unwind_init): Use address of
dummy_frame_unwind and inline_frame_unwind.
* frame.c (create_sentinel_frame): Use address of
sentinel_frame_unwind.
* inline-frame.c (inline_frame_unwinder): Rename to
inline_frame_unwind.
(inline_frame_unwind): Remove.
* inline-frame.h (inline_frame_unwind): Reference directly the struct.
* sentinel-frame.c (sentinel_frame_unwinder): Rename to
sentinel_frame_unwind.
(sentinel_frame_unwind): Remove.
* sentinel-frame.h (sentinel_frame_unwind): Reference directly the
struct.
gdb/ChangeLog
gdb/dummy-frame.c
gdb/dummy-frame.h
gdb/frame-unwind.c
gdb/frame.c
gdb/inline-frame.c
gdb/inline-frame.h
gdb/sentinel-frame.c
gdb/sentinel-frame.h
This page took 0.025487 seconds and 4 git commands to generate.