Home
last modified time | relevance | path

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

/NextBSD/contrib/gdb/gdb/
HDgdbarch.h941 extern int gdbarch_deprecated_push_dummy_frame_p (struct gdbarch *gdbarch);
946 #define DEPRECATED_PUSH_DUMMY_FRAME_P() (gdbarch_deprecated_push_dummy_frame_p (current_gdbarch))
HDgdbarch.c3555 gdbarch_deprecated_push_dummy_frame_p (struct gdbarch *gdbarch) in gdbarch_deprecated_push_dummy_frame_p() function