/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/ptrace/ |
H A D | ptrace-perf-hwbreak.c | 205 FAIL_IF_MSG(!WIFSTOPPED(status), "Child is not stopped"); in ptrace_fork_child() 263 FAIL_IF_MSG(!WIFSTOPPED(status), "Child is not stopped"); in same_watch_addr_test() 278 FAIL_IF_MSG(!WIFSTOPPED(status), "Child is not stopped"); in same_watch_addr_test() 296 FAIL_IF_MSG(!WIFSTOPPED(status), "Child is not stopped"); in same_watch_addr_test() 306 FAIL_IF_MSG(!WIFSTOPPED(status), "Child is not stopped"); in same_watch_addr_test() 321 FAIL_IF_MSG(!WIFSTOPPED(status), "Child is not stopped"); in same_watch_addr_test() 339 FAIL_IF_MSG(!WIFSTOPPED(status), "Child is not stopped"); in same_watch_addr_test() 354 FAIL_IF_MSG(!WIFSTOPPED(status), "Child is not stopped"); in same_watch_addr_test() 423 FAIL_IF_MSG(!WIFSTOPPED(status), "Child is not stopped"); in perf_then_ptrace_test()
|
H A D | ptrace-syscall.c | 88 if (waitpid(chld, &status, 0) != chld || !WIFSTOPPED(status)) in test_ptrace_syscall_restart()
|
/kernel/linux/linux-5.10/arch/um/os-Linux/ |
H A D | start_up.c | 108 if (!WIFSTOPPED(status) || (WSTOPSIG(status) != SIGSTOP)) in start_ptraced_child() 179 if (!WIFSTOPPED(status) || (WSTOPSIG(status) != SIGTRAP)) in check_sysemu() 220 if (WIFSTOPPED(status) && in check_sysemu() 234 else if (WIFSTOPPED(status) && (WSTOPSIG(status) == SIGTRAP)) in check_sysemu() 278 if (!WIFSTOPPED(status) || in check_ptrace()
|
/kernel/linux/linux-6.6/arch/um/os-Linux/ |
H A D | start_up.c | 108 if (!WIFSTOPPED(status) || (WSTOPSIG(status) != SIGSTOP)) in start_ptraced_child() 179 if (!WIFSTOPPED(status) || (WSTOPSIG(status) != SIGTRAP)) in check_sysemu() 220 if (WIFSTOPPED(status) && in check_sysemu() 234 else if (WIFSTOPPED(status) && (WSTOPSIG(status) == SIGTRAP)) in check_sysemu() 278 if (!WIFSTOPPED(status) || in check_ptrace()
|
/kernel/linux/linux-6.6/tools/testing/selftests/landlock/ |
H A D | ptrace_test.c | 353 ASSERT_EQ(1, WIFSTOPPED(status)); in TEST_F() 399 ASSERT_EQ(1, WIFSTOPPED(status)); in TEST_F() 426 ASSERT_EQ(1, WIFSTOPPED(status)); in TEST_F()
|
/kernel/linux/linux-5.10/arch/um/os-Linux/skas/ |
H A D | process.c | 62 if ((n < 0) || !WIFSTOPPED(status)) in wait_stub_done() 160 if ((err < 0) || !WIFSTOPPED(status) || in handle_trap() 305 } while (WIFSTOPPED(status) && (WSTOPSIG(status) == SIGALRM)); in start_userspace() 307 if (!WIFSTOPPED(status) || (WSTOPSIG(status) != SIGSTOP)) { in start_userspace() 404 if (WIFSTOPPED(status)) { in userspace()
|
/kernel/linux/linux-6.6/arch/um/os-Linux/skas/ |
H A D | process.c | 113 if ((n < 0) || !WIFSTOPPED(status)) in wait_stub_done() 210 if ((err < 0) || !WIFSTOPPED(status) || in handle_trap() 349 } while (WIFSTOPPED(status) && (WSTOPSIG(status) == SIGALRM)); in start_userspace() 351 if (!WIFSTOPPED(status) || (WSTOPSIG(status) != SIGSTOP)) { in start_userspace() 448 if (WIFSTOPPED(status)) { in userspace()
|
/kernel/linux/linux-5.10/tools/testing/selftests/x86/ |
H A D | fsgsbase_restore.c | 185 if (waitpid(chld, &status, 0) != chld || !WIFSTOPPED(status)) in main() 214 if (waitpid(chld, &status, 0) != chld || !WIFSTOPPED(status)) in main()
|
H A D | ptrace_syscall.c | 198 if (waitpid(chld, &status, 0) != chld || !WIFSTOPPED(status)) in test_ptrace_syscall_restart() 319 if (waitpid(chld, &status, 0) != chld || !WIFSTOPPED(status)) in test_restart_under_ptrace() 376 if (!WIFSTOPPED(status)) { in test_restart_under_ptrace()
|
H A D | test_syscall_vdso.c | 364 if (pid <= 0 || !WIFSTOPPED(status)) /* paranoia */ in ptrace_me()
|
/kernel/linux/linux-5.10/tools/testing/selftests/breakpoints/ |
H A D | breakpoint_test_arm64.c | 133 if (!WIFSTOPPED(status)) { in run_test() 165 if (!WIFSTOPPED(status)) { in run_test()
|
H A D | step_after_suspend_test.c | 68 if (!WIFSTOPPED(status)) { in run_test() 100 if (!WIFSTOPPED(status)) { in run_test()
|
/kernel/linux/linux-6.6/tools/testing/selftests/breakpoints/ |
H A D | breakpoint_test_arm64.c | 133 if (!WIFSTOPPED(status)) { in run_test() 165 if (!WIFSTOPPED(status)) { in run_test()
|
H A D | step_after_suspend_test.c | 68 if (!WIFSTOPPED(status)) { in run_test() 100 if (!WIFSTOPPED(status)) { in run_test()
|
/kernel/linux/linux-6.6/tools/testing/selftests/x86/ |
H A D | fsgsbase_restore.c | 185 if (waitpid(chld, &status, 0) != chld || !WIFSTOPPED(status)) in main() 214 if (waitpid(chld, &status, 0) != chld || !WIFSTOPPED(status)) in main()
|
H A D | ptrace_syscall.c | 198 if (waitpid(chld, &status, 0) != chld || !WIFSTOPPED(status)) in test_ptrace_syscall_restart() 319 if (waitpid(chld, &status, 0) != chld || !WIFSTOPPED(status)) in test_restart_under_ptrace() 376 if (!WIFSTOPPED(status)) { in test_restart_under_ptrace()
|
/kernel/linux/linux-5.10/tools/testing/selftests/ptrace/ |
H A D | vmaccess.c | 73 ASSERT_EQ(WIFSTOPPED(s), 1); in TEST()
|
H A D | get_syscall_info.c | 141 ASSERT_TRUE(WIFSTOPPED(status)) { in TEST() function
|
/kernel/linux/linux-6.6/tools/testing/selftests/ptrace/ |
H A D | vmaccess.c | 73 ASSERT_EQ(WIFSTOPPED(s), 1); in TEST()
|
H A D | get_syscall_info.c | 141 ASSERT_TRUE(WIFSTOPPED(status)) { in TEST() function
|
/kernel/linux/linux-5.10/tools/testing/selftests/arm64/fp/ |
H A D | sve-ptrace.c | 170 ksft_test_result(WIFSTOPPED(status), "WIFSTOPPED(%d)\n", in do_parent() 172 if (!WIFSTOPPED(status)) in do_parent()
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/ptrace/ |
H A D | ptrace-syscall.c | 88 if (waitpid(chld, &status, 0) != chld || !WIFSTOPPED(status)) in test_ptrace_syscall_restart()
|
/kernel/linux/linux-6.6/tools/testing/selftests/mm/ |
H A D | memfd_secret.c | 129 if ((ret != ppid) || !(WIFSTOPPED(status))) { in try_ptrace()
|
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/abi/ |
H A D | ptrace.c | 201 if (!WIFSTOPPED(status)) in do_parent()
|
/kernel/linux/linux-6.6/tools/testing/selftests/proc/ |
H A D | proc-empty-vm.c | 401 assert(WIFSTOPPED(wstatus)); in main()
|