Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dptrace.h30 #define PTRACE_GETSIGINFO 0x4202 macro
/Linux-v4.19/tools/testing/selftests/breakpoints/
Dbreakpoint_test_arm64.c182 if (ptrace(PTRACE_GETSIGINFO, pid, NULL, &siginfo) != 0) { in run_test()
/Linux-v4.19/kernel/
Dptrace.c915 case PTRACE_GETSIGINFO: in ptrace_request()
1209 case PTRACE_GETSIGINFO: in compat_ptrace_request()
/Linux-v4.19/arch/um/os-Linux/skas/
Dprocess.c403 ptrace(PTRACE_GETSIGINFO, pid, 0, (struct siginfo *)&si); in userspace()
/Linux-v4.19/tools/testing/selftests/seccomp/
Dseccomp_bpf.c2720 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/
Dptrace.c1193 return ptrace_request(child, PTRACE_GETSIGINFO, addr, data); in arch_ptrace()