Home
last modified time | relevance | path

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

/external/strace/
Dptrace.h138 #ifndef PTRACE_SETSIGINFO
139 # define PTRACE_SETSIGINFO 0x4203 macro
Dprocess.c107 case PTRACE_SETSIGINFO: { in SYS_FUNC()
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);
DChangeLog-CVS260 PTRACE_GETSIGINFO, PTRACE_SETSIGINFO.
/external/kernel-headers/original/uapi/linux/
Dptrace.h30 #define PTRACE_SETSIGINFO 0x4203 macro
/external/strace/xlat/
Dptrace_cmds.h83 #if defined(PTRACE_SETSIGINFO) || (defined(HAVE_DECL_PTRACE_SETSIGINFO) && HAVE_DECL_PTRACE_SETSIGI…
84 XLAT(PTRACE_SETSIGINFO),
Dptrace_cmds.in25 PTRACE_SETSIGINFO
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc372 #if (defined(PTRACE_GETSIGINFO) && defined(PTRACE_SETSIGINFO)) || \
375 int ptrace_setsiginfo = PTRACE_SETSIGINFO;