Searched refs:DEPRECATED_INIT_FRAME_PC_P (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/contrib/gdb/gdb/
H A Dgdbarch.h1143 #if !defined (DEPRECATED_INIT_FRAME_PC_P)
1144 #define DEPRECATED_INIT_FRAME_PC_P() (1) macro
1149 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_INIT_FRAME_PC_P)
1152 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) || !defined (DEPRECATED_INIT_FRAME_PC_P)
1153 #define DEPRECATED_INIT_FRAME_PC_P() (gdbarch_deprecated_init_frame_pc_p (current_gdbarch)) macro
H A Dframe.c1624 if (DEPRECATED_INIT_FRAME_PC_P ())
2296 if (DEPRECATED_INIT_FRAME_PC_P ()
H A Dgdbarch.c1252 #ifdef DEPRECATED_INIT_FRAME_PC_P
1255 "DEPRECATED_INIT_FRAME_PC_P()",
1256 XSTRING (DEPRECATED_INIT_FRAME_PC_P ()));
1258 "gdbarch_dump: DEPRECATED_INIT_FRAME_PC_P() = %d\n",
1259 DEPRECATED_INIT_FRAME_PC_P ());

Completed in 115 milliseconds