Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dptrace.h29 #define PTRACE_GETSIGINFO 0x4202 macro
/linux-4.1.27/kernel/
Dptrace.c854 case PTRACE_GETSIGINFO: in ptrace_request()
1151 case PTRACE_GETSIGINFO: in compat_ptrace_request()
/linux-4.1.27/arch/um/os-Linux/skas/
Dprocess.c386 ptrace(PTRACE_GETSIGINFO, pid, 0, (struct siginfo *)&si); in userspace()
/linux-4.1.27/arch/ia64/kernel/
Dptrace.c1186 return ptrace_request(child, PTRACE_GETSIGINFO, addr, data); in arch_ptrace()