Searched refs:deprecated_push_dummy_frame (Results 1 – 2 of 2) sorted by relevance
173 gdbarch_deprecated_push_dummy_frame_ftype *deprecated_push_dummy_frame; member1397 (long) current_gdbarch->deprecated_push_dummy_frame in gdbarch_dump()3558 return gdbarch->deprecated_push_dummy_frame != NULL; in gdbarch_deprecated_push_dummy_frame_p()3565 gdb_assert (gdbarch->deprecated_push_dummy_frame != NULL); in gdbarch_deprecated_push_dummy_frame()3568 gdbarch->deprecated_push_dummy_frame (); in gdbarch_deprecated_push_dummy_frame()3573 … gdbarch_deprecated_push_dummy_frame_ftype deprecated_push_dummy_frame) in set_gdbarch_deprecated_push_dummy_frame() argument3575 gdbarch->deprecated_push_dummy_frame = deprecated_push_dummy_frame; in set_gdbarch_deprecated_push_dummy_frame()
951 … (struct gdbarch *gdbarch, gdbarch_deprecated_push_dummy_frame_ftype *deprecated_push_dummy_frame);