Searched refs:PTRACE_PEEKSIGINFO (Results 1 – 3 of 3) sorted by relevance
| /linux-4.4.14/tools/testing/selftests/ptrace/ |
| D | peeksiginfo.c | 72 ret = sys_ptrace(PTRACE_PEEKSIGINFO, child, &arg, addr_rw); in check_error_paths() 82 ret = sys_ptrace(PTRACE_PEEKSIGINFO, child, &arg, in check_error_paths() 90 ret = sys_ptrace(PTRACE_PEEKSIGINFO, child, &arg, addr_ro); in check_error_paths() 121 ret = sys_ptrace(PTRACE_PEEKSIGINFO, child, &arg, siginfo); in check_direct_path()
|
| /linux-4.4.14/include/uapi/linux/ |
| D | ptrace.h | 56 #define PTRACE_PEEKSIGINFO 0x4209 macro
|
| /linux-4.4.14/kernel/ |
| D | ptrace.c | 863 case PTRACE_PEEKSIGINFO: in ptrace_request()
|