Home
last modified time | relevance | path

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

/NextBSD/contrib/gdb/gdb/
HDgdbarch.h1729 #if !defined (DEPRECATED_FRAME_SAVED_PC_P)
1730 #define DEPRECATED_FRAME_SAVED_PC_P() (1) macro
1735 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_FRAME_SAVED_PC_P)
1738 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) || !defined (DEPRECATED_FRAME_SAVED_PC_P)
1739 #define DEPRECATED_FRAME_SAVED_PC_P() (gdbarch_deprecated_frame_saved_pc_p (current_gdbarch)) macro
HDframe.c410 else if (DEPRECATED_FRAME_SAVED_PC_P ()) in frame_pc_unwind()
HDgdbarch.c1195 #ifdef DEPRECATED_FRAME_SAVED_PC_P in gdbarch_dump()
1199 XSTRING (DEPRECATED_FRAME_SAVED_PC_P ())); in gdbarch_dump()
1202 DEPRECATED_FRAME_SAVED_PC_P ()); in gdbarch_dump()