Searched refs:PTRACE_GETSIGINFO (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/include/uapi/linux/ |
D | ptrace.h | 30 #define PTRACE_GETSIGINFO 0x4202 macro
|
/Linux-v4.19/tools/testing/selftests/breakpoints/ |
D | breakpoint_test_arm64.c | 182 if (ptrace(PTRACE_GETSIGINFO, pid, NULL, &siginfo) != 0) { in run_test()
|
/Linux-v4.19/kernel/ |
D | ptrace.c | 915 case PTRACE_GETSIGINFO: in ptrace_request() 1209 case PTRACE_GETSIGINFO: in compat_ptrace_request()
|
/Linux-v4.19/arch/um/os-Linux/skas/ |
D | process.c | 403 ptrace(PTRACE_GETSIGINFO, pid, 0, (struct siginfo *)&si); in userspace()
|
/Linux-v4.19/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 2720 ASSERT_EQ(0, ptrace(PTRACE_GETSIGINFO, child_pid, NULL, &info)); in TEST() 2735 ASSERT_EQ(0, ptrace(PTRACE_GETSIGINFO, child_pid, NULL, &info)); in TEST()
|
/Linux-v4.19/arch/ia64/kernel/ |
D | ptrace.c | 1193 return ptrace_request(child, PTRACE_GETSIGINFO, addr, data); in arch_ptrace()
|