Home
last modified time | relevance | path

Searched refs:SIGTRAMP_START_P (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/gdb/gdb/
Dblockframe.c367 if (SIGTRAMP_START_P () && PC_IN_SIGTRAMP (mapped_pc, (char *) NULL)) in find_pc_sect_partial_function()
Dgdbarch.h2144 #if !defined (SIGTRAMP_START_P)
2145 #define SIGTRAMP_START_P() (1) macro
2150 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (SIGTRAMP_START_P)
2153 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) || !defined (SIGTRAMP_START_P)
2154 #define SIGTRAMP_START_P() (gdbarch_sigtramp_start_p (current_gdbarch)) macro
Darch-utils.c302 if (SIGTRAMP_START_P ()) in legacy_pc_in_sigtramp()
Dgdbarch.c2098 #ifdef SIGTRAMP_START_P in gdbarch_dump()
2102 XSTRING (SIGTRAMP_START_P ())); in gdbarch_dump()
2105 SIGTRAMP_START_P ()); in gdbarch_dump()