Home
last modified time | relevance | path

Searched refs:PTRACE_SETSIGINFO (Results 1 – 8 of 8) sorted by relevance

/external/strace/xlat/
Dptrace_cmds.h73 #if defined(PTRACE_SETSIGINFO) || (defined(HAVE_DECL_PTRACE_SETSIGINFO) && HAVE_DECL_PTRACE_SETSIGI…
74 XLAT(PTRACE_SETSIGINFO),
Dptrace_cmds.in24 PTRACE_SETSIGINFO
/external/kernel-headers/original/uapi/linux/
Dptrace.h30 #define PTRACE_SETSIGINFO 0x4203 macro
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc294 #if (defined(PTRACE_GETSIGINFO) && defined(PTRACE_SETSIGINFO)) || \
297 int ptrace_setsiginfo = PTRACE_SETSIGINFO;
/external/strace/
DREADME-linux-ptrace197 corresponds to delivered signal. PTRACE_SETSIGINFO may be used to
198 modify it. If PTRACE_SETSIGINFO has been used to alter siginfo_t,
348 ptrace(PTRACE_SETSIGINFO, pid, 0, &siginfo);
Dprocess.c2158 #ifdef PTRACE_SETSIGINFO in sys_ptrace()
2159 case PTRACE_SETSIGINFO: { in sys_ptrace()
DChangeLog-CVS260 PTRACE_GETSIGINFO, PTRACE_SETSIGINFO.
/external/lldb/source/Plugins/Process/Linux/
DProcessMonitor.cpp124 case PTRACE_SETSIGINFO: in PtraceDisplayBytes()