Searched refs:PTRACE_GETSIGINFO (Results 1 – 12 of 12) sorted by relevance
/Linux-v6.1/include/uapi/linux/ |
D | ptrace.h | 30 #define PTRACE_GETSIGINFO 0x4202 macro
|
/Linux-v6.1/tools/testing/selftests/breakpoints/ |
D | breakpoint_test_arm64.c | 173 if (ptrace(PTRACE_GETSIGINFO, pid, NULL, &siginfo) != 0) { in run_test()
|
/Linux-v6.1/tools/testing/selftests/arm64/abi/ |
D | ptrace.c | 178 if (ptrace(PTRACE_GETSIGINFO, pid, NULL, &si)) { in do_parent()
|
/Linux-v6.1/tools/testing/selftests/cgroup/ |
D | test_freezer.c | 622 if (ptrace(PTRACE_GETSIGINFO, pid, NULL, &siginfo)) in test_cgfreezer_ptrace() 748 if (ptrace(PTRACE_GETSIGINFO, pid, NULL, &siginfo)) in test_cgfreezer_ptraced()
|
/Linux-v6.1/tools/testing/selftests/arm64/fp/ |
D | za-ptrace.c | 272 if (ptrace(PTRACE_GETSIGINFO, pid, NULL, &si)) { in do_parent()
|
D | sve-ptrace.c | 641 if (ptrace(PTRACE_GETSIGINFO, pid, NULL, &si)) { in do_parent()
|
/Linux-v6.1/kernel/ |
D | ptrace.c | 1062 case PTRACE_GETSIGINFO: in ptrace_request() 1360 case PTRACE_GETSIGINFO: in compat_ptrace_request()
|
/Linux-v6.1/arch/um/os-Linux/skas/ |
D | process.c | 465 ptrace(PTRACE_GETSIGINFO, pid, 0, (struct siginfo *)&si); in userspace()
|
/Linux-v6.1/tools/testing/selftests/powerpc/ptrace/ |
D | ptrace-hwbreak.c | 223 ptrace(PTRACE_GETSIGINFO, child_pid, NULL, &siginfo); in check_success()
|
/Linux-v6.1/arch/ia64/kernel/ |
D | ptrace.c | 1135 return ptrace_request(child, PTRACE_GETSIGINFO, addr, data); in arch_ptrace()
|
/Linux-v6.1/Documentation/virt/uml/ |
D | user_mode_linux_howto_v2.rst | 1118 …ptrace(PTRACE_GETSIGINFO, 16967, NULL, {si_signo=SIGTRAP, si_code=0x85, si_pid=16967, si_uid=0}) =… 1126 …ptrace(PTRACE_GETSIGINFO, 16967, NULL, {si_signo=SIGTRAP, si_code=0x85, si_pid=16967, si_uid=0}) =…
|
/Linux-v6.1/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 3097 ASSERT_EQ(0, ptrace(PTRACE_GETSIGINFO, child_pid, NULL, &info)); in TEST() 3111 ASSERT_EQ(0, ptrace(PTRACE_GETSIGINFO, child_pid, NULL, &info)); in TEST()
|