Home
last modified time | relevance | path

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

/NextBSD/contrib/gdb/gdb/
HDgdbarch.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
HDframe.c1624 if (DEPRECATED_INIT_FRAME_PC_P ()) in legacy_get_prev_frame()
2296 if (DEPRECATED_INIT_FRAME_PC_P () in legacy_frame_p()
HDgdbarch.c1252 #ifdef DEPRECATED_INIT_FRAME_PC_P in gdbarch_dump()
1256 XSTRING (DEPRECATED_INIT_FRAME_PC_P ())); in gdbarch_dump()
1259 DEPRECATED_INIT_FRAME_PC_P ()); in gdbarch_dump()