Home
last modified time | relevance | path

Searched refs:unwind_data (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dtramp-frame.c127 const struct tramp_frame *tramp = self->unwind_data->tramp_frame; in tramp_frame_sniffer()
168 unwinder->unwind_data = data; in tramp_frame_prepend_unwinder()
Dframe-unwind.h170 const struct frame_data *unwind_data; member
DChangeLog-200410680 (struct frame_unwind): Add "unwind_data" and "sniffer".
/netbsd/src/external/gpl3/gdb/dist/gdb/python/
Dpy-unwind.c829 struct gdbarch *gdbarch = (struct gdbarch *) (self->unwind_data); in pyuw_sniffer()
990 unwinder->unwind_data = (const struct frame_data *) newarch; in pyuw_on_new_gdbarch()