Home
last modified time | relevance | path

Searched refs:deprecated_init_frame_pc_first (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/gdb/gdb/
H A Dgdbarch.c184 gdbarch_deprecated_init_frame_pc_first_ftype *deprecated_init_frame_pc_first; member
1287 (long) current_gdbarch->deprecated_init_frame_pc_first in gdbarch_dump()
3795 return gdbarch->deprecated_init_frame_pc_first != NULL; in gdbarch_deprecated_init_frame_pc_first_p()
3802 gdb_assert (gdbarch->deprecated_init_frame_pc_first != NULL); in gdbarch_deprecated_init_frame_pc_first()
3805 return gdbarch->deprecated_init_frame_pc_first (fromleaf, prev); in gdbarch_deprecated_init_frame_pc_first()
3810 … gdbarch_deprecated_init_frame_pc_first_ftype deprecated_init_frame_pc_first) in set_gdbarch_deprecated_init_frame_pc_first() argument
3812 gdbarch->deprecated_init_frame_pc_first = deprecated_init_frame_pc_first; in set_gdbarch_deprecated_init_frame_pc_first()
H A Dgdbarch.h1133 …ct gdbarch *gdbarch, gdbarch_deprecated_init_frame_pc_first_ftype *deprecated_init_frame_pc_first);