Home
last modified time | relevance | path

Searched refs:inline_frame_unwind (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dinline-frame.h30 extern const struct frame_unwind inline_frame_unwind;
Dframe-unwind.c85 link = add_unwinder (obstack, &inline_frame_unwind, link); in get_frame_unwind_table()
Dinline-frame.c267 const struct frame_unwind inline_frame_unwind = { variable
DChangeLog-20102940 dummy_frame_unwind and inline_frame_unwind.
2944 inline_frame_unwind.
2945 (inline_frame_unwind): Remove.
2946 * inline-frame.h (inline_frame_unwind): Reference directly the struct.
DChangeLog-20118506 * inline-frame.c (inline_frame_unwind): Install
DChangeLog-20097144 * frame-unwind.c (frame_unwind_init): Add inline_frame_unwind.