Home
last modified time | relevance | path

Searched refs:frame_unwind_table (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dframe-unwind.c40 struct frame_unwind_table struct
47 static const registry<gdbarch>::key<struct frame_unwind_table>
62 static struct frame_unwind_table *
65 struct frame_unwind_table *table = frame_unwind_data.get (gdbarch); in get_frame_unwind_table()
69 table = new frame_unwind_table; in get_frame_unwind_table()
98 struct frame_unwind_table *table = get_frame_unwind_table (gdbarch); in frame_unwind_prepend_unwinder()
112 struct frame_unwind_table *table = get_frame_unwind_table (gdbarch); in frame_unwind_append_unwinder()
192 struct frame_unwind_table *table = get_frame_unwind_table (gdbarch); in frame_unwind_find_by_frame()
350 struct frame_unwind_table *table = get_frame_unwind_table (gdbarch); in maintenance_info_frame_unwinders()
DChangeLog-200410018 * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
10842 (struct frame_unwind_table): Replace "sniffer" with "head" and
DChangeLog-20035662 * frame-unwind.c (struct frame_unwind_table): Delete field "p".
5805 (struct frame_unwind_table): Add "sniffer", delete "middle".