Home
last modified time | relevance | path

Searched refs:DEPRECATED_INIT_FRAME_PC_FIRST_P (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/gdb/gdb/
HDgdbarch.h1118 #if !defined (DEPRECATED_INIT_FRAME_PC_FIRST_P)
1119 #define DEPRECATED_INIT_FRAME_PC_FIRST_P() (1) macro
1124 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_INIT_FRAME_PC_FIRST_P)
1127 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) || !defined (DEPRECATED_INIT_FRAME_PC_FIRST_P)
1128 #define DEPRECATED_INIT_FRAME_PC_FIRST_P() (gdbarch_deprecated_init_frame_pc_first_p (current_gdbar… macro
HDframe.c1613 if (DEPRECATED_INIT_FRAME_PC_FIRST_P ()) in legacy_get_prev_frame()
2297 || DEPRECATED_INIT_FRAME_PC_FIRST_P () in legacy_frame_p()
HDgdbarch.c1271 #ifdef DEPRECATED_INIT_FRAME_PC_FIRST_P in gdbarch_dump()
1275 XSTRING (DEPRECATED_INIT_FRAME_PC_FIRST_P ())); in gdbarch_dump()
1278 DEPRECATED_INIT_FRAME_PC_FIRST_P ()); in gdbarch_dump()