Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Dptrace.h30 #define PTRACE_GETSIGINFO 0x4202 macro
/Linux-v5.10/tools/testing/selftests/breakpoints/
Dbreakpoint_test_arm64.c173 if (ptrace(PTRACE_GETSIGINFO, pid, NULL, &siginfo) != 0) { in run_test()
/Linux-v5.10/tools/testing/selftests/cgroup/
Dtest_freezer.c679 if (ptrace(PTRACE_GETSIGINFO, pid, NULL, &siginfo)) in test_cgfreezer_ptrace()
805 if (ptrace(PTRACE_GETSIGINFO, pid, NULL, &siginfo)) in test_cgfreezer_ptraced()
/Linux-v5.10/tools/testing/selftests/arm64/fp/
Dsve-ptrace.c177 if (ptrace(PTRACE_GETSIGINFO, pid, NULL, &si)) { in do_parent()
/Linux-v5.10/arch/um/os-Linux/skas/
Dprocess.c403 ptrace(PTRACE_GETSIGINFO, pid, 0, (struct siginfo *)&si); in userspace()
/Linux-v5.10/kernel/
Dptrace.c1028 case PTRACE_GETSIGINFO: in ptrace_request()
1335 case PTRACE_GETSIGINFO: in compat_ptrace_request()
/Linux-v5.10/tools/testing/selftests/powerpc/ptrace/
Dptrace-hwbreak.c211 ptrace(PTRACE_GETSIGINFO, child_pid, NULL, &siginfo); in check_success()
/Linux-v5.10/arch/ia64/kernel/
Dptrace.c1189 return ptrace_request(child, PTRACE_GETSIGINFO, addr, data); in arch_ptrace()
/Linux-v5.10/Documentation/virt/uml/
Duser_mode_linux_howto_v2.rst1109 …ptrace(PTRACE_GETSIGINFO, 16967, NULL, {si_signo=SIGTRAP, si_code=0x85, si_pid=16967, si_uid=0}) =…
1117 …ptrace(PTRACE_GETSIGINFO, 16967, NULL, {si_signo=SIGTRAP, si_code=0x85, si_pid=16967, si_uid=0}) =…
/Linux-v5.10/tools/testing/selftests/seccomp/
Dseccomp_bpf.c3033 ASSERT_EQ(0, ptrace(PTRACE_GETSIGINFO, child_pid, NULL, &info)); in TEST()
3047 ASSERT_EQ(0, ptrace(PTRACE_GETSIGINFO, child_pid, NULL, &info)); in TEST()