Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gdb/gdb/
Dgdbarch.c173 gdbarch_deprecated_push_dummy_frame_ftype *deprecated_push_dummy_frame; member
1397 (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() argument
3575 gdbarch->deprecated_push_dummy_frame = deprecated_push_dummy_frame; in set_gdbarch_deprecated_push_dummy_frame()
Dgdbarch.h951 … (struct gdbarch *gdbarch, gdbarch_deprecated_push_dummy_frame_ftype *deprecated_push_dummy_frame);