Home
last modified time | relevance | path

Searched refs:PC_IN_SIGTRAMP (Results 1 – 11 of 11) sorted by relevance

/NextBSD/contrib/gdb/gdb/
HDblockframe.c367 if (SIGTRAMP_START_P () && PC_IN_SIGTRAMP (mapped_pc, (char *) NULL)) in find_pc_sect_partial_function()
HDframe.c1166 if (PC_IN_SIGTRAMP (pc, name)) in frame_type_from_pc()
1700 if (PC_IN_SIGTRAMP (get_frame_pc (prev), name)) in legacy_get_prev_frame()
HDgdbarch.h2135 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (PC_IN_SIGTRAMP)
2138 #if !defined (PC_IN_SIGTRAMP)
2139 #define PC_IN_SIGTRAMP(pc, name) (gdbarch_pc_in_sigtramp (current_gdbarch, pc, name)) macro
HDamd64-tdep.c971 if (PC_IN_SIGTRAMP (pc, name)) in amd64_sigtramp_frame_sniffer()
HDalpha-tdep.c873 if (PC_IN_SIGTRAMP (pc, name)) in alpha_sigtramp_frame_sniffer()
HDi386-tdep.c1022 if (PC_IN_SIGTRAMP (pc, name)) in i386_sigtramp_frame_sniffer()
HDarm-tdep.c1118 && PC_IN_SIGTRAMP (frame_pc_unwind (next_frame), (char *) 0)) in arm_sigtramp_unwind_sniffer()
HDinfrun.c1236 return PC_IN_SIGTRAMP (pc, name); in pc_in_sigtramp()
HDgdbarch.c1938 #ifdef PC_IN_SIGTRAMP in gdbarch_dump()
1942 XSTRING (PC_IN_SIGTRAMP (pc, name))); in gdbarch_dump()
HDia64-tdep.c2079 if (PC_IN_SIGTRAMP (pc, name)) in ia64_sigtramp_frame_sniffer()
/NextBSD/contrib/gdb/gdb/doc/
HDgdbint.texinfo3639 @item PC_IN_SIGTRAMP (@var{pc}, @var{name})
3640 @findex PC_IN_SIGTRAMP