Searched refs:PTRACE_CONT (Results 1 - 25 of 25) sorted by relevance

/linux-master/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-hwbreak.c289 ptrace(PTRACE_CONT, child_pid, NULL, 0);
299 ptrace(PTRACE_CONT, child_pid, NULL, 0);
310 ptrace(PTRACE_CONT, child_pid, NULL, 0);
329 ptrace(PTRACE_CONT, child_pid, NULL, 0);
362 ptrace(PTRACE_CONT, child_pid, NULL, 0);
369 ptrace(PTRACE_CONT, child_pid, NULL, 0);
376 ptrace(PTRACE_CONT, child_pid, NULL, 0);
392 ptrace(PTRACE_CONT, child_pid, NULL, 0);
410 ptrace(PTRACE_CONT, child_pid, NULL, 0);
419 ptrace(PTRACE_CONT, child_pi
[all...]
H A Dptrace-syscall.c203 if (ptrace(PTRACE_CONT, chld, 0, 0) != 0)
204 err(1, "PTRACE_CONT");
H A Dptrace-perf-hwbreak.c61 return sys_ptrace(PTRACE_CONT, pid, 0, signal);
H A Dptrace.h97 ret = ptrace(PTRACE_CONT, child, NULL, NULL);
99 perror("ptrace(PTRACE_CONT) failed");
/linux-master/tools/testing/selftests/breakpoints/
H A Dbreakpoint_test.c299 ptrace(PTRACE_CONT, child_pid, NULL, 0);
321 ptrace(PTRACE_CONT, child_pid, NULL, 0);
377 ptrace(PTRACE_CONT, child_pid, NULL, 0);
381 ptrace(PTRACE_CONT, child_pid, NULL, 0);
384 ptrace(PTRACE_CONT, child_pid, NULL, 0);
H A Dbreakpoint_test_arm64.c146 if (ptrace(PTRACE_CONT, pid, NULL, NULL) < 0) {
148 "ptrace(PTRACE_CONT) failed: %s\n",
H A Dstep_after_suspend_test.c110 if (ptrace(PTRACE_CONT, pid, NULL, NULL) < 0) {
111 ksft_print_msg("ptrace(PTRACE_CONT) failed: %s\n",
122 ksft_print_msg("child did not exit after PTRACE_CONT: %s\n",
/linux-master/tools/perf/arch/x86/tests/
H A Dbp-modify.c101 if (ptrace(PTRACE_CONT, child, NULL, NULL)) {
102 pr_debug("failed to PTRACE_CONT: %s\n", strerror(errno));
177 if (ptrace(PTRACE_CONT, child, NULL, NULL)) {
178 pr_debug("failed to PTRACE_CONT: %s\n", strerror(errno));
/linux-master/include/uapi/linux/
H A Dptrace.h18 #define PTRACE_CONT 7 macro
/linux-master/arch/um/os-Linux/skas/
H A Dprocess.c119 err = ptrace(PTRACE_CONT, pid, 0, 0);
152 err = ptrace(PTRACE_CONT, pid, 0, SIGSEGV);
526 err = ptrace(PTRACE_CONT, pid, 0, 0);
H A Dmem.c67 err = ptrace(PTRACE_CONT, pid, 0, 0);
/linux-master/tools/testing/selftests/x86/
H A Dfsgsbase_restore.c210 if (ptrace(PTRACE_CONT, chld, NULL, NULL) != 0)
H A Dptrace_syscall.c283 if (ptrace(PTRACE_CONT, chld, 0, 0) != 0)
284 err(1, "PTRACE_CONT");
372 if (ptrace(PTRACE_CONT, chld, 0, 0) != 0)
373 err(1, "PTRACE_CONT");
H A Dfsgsbase.c509 ptrace(PTRACE_CONT, child, NULL, NULL);
589 ptrace(PTRACE_CONT, child, NULL, NULL);
/linux-master/arch/um/os-Linux/
H A Dprocess.c111 * then PTRACE_KILL it, then PTRACE_CONT it in case it's in a run state from
119 ptrace(PTRACE_CONT, pid);
H A Dstart_up.c119 if (ptrace(PTRACE_CONT, pid, 0, 0) < 0)
/linux-master/arch/powerpc/kernel/ptrace/
H A Dptrace32.c292 case PTRACE_CONT:
/linux-master/tools/testing/selftests/arm64/fp/
H A Dza-ptrace.c301 if (ptrace(PTRACE_CONT, pid, NULL, sig)) {
305 ksft_test_result_fail("PTRACE_CONT: %s\n",
H A Dzt-ptrace.c306 if (ptrace(PTRACE_CONT, pid, NULL, sig)) {
310 ksft_test_result_fail("PTRACE_CONT: %s\n",
H A Dsve-ptrace.c670 if (ptrace(PTRACE_CONT, pid, NULL, sig)) {
674 ksft_test_result_fail("PTRACE_CONT: %s\n",
H A Dfp-ptrace.c668 if (!continue_breakpoint(child, PTRACE_CONT))
/linux-master/tools/testing/selftests/arm64/abi/
H A Dptrace.c225 if (ptrace(PTRACE_CONT, pid, NULL, sig)) {
229 ksft_test_result_fail("PTRACE_CONT: %s\n",
/linux-master/tools/testing/selftests/mm/
H A Dprotection_keys.c1617 ret = ptrace(PTRACE_CONT, child, 0, 0);
1644 ret = ptrace(PTRACE_CONT, child, 0, 0);
1658 ret = ptrace(PTRACE_CONT, child, 0, 0);
/linux-master/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c1541 ret = ptrace(ptrace_syscall ? PTRACE_SYSCALL : PTRACE_CONT,
1574 ret = ptrace(ptrace_syscall ? PTRACE_SYSCALL : PTRACE_CONT,
2112 * SECCOMP_RET_TRACE+PTRACE_CONT or plain ptrace()+PTRACE_SYSCALL.
3100 ASSERT_EQ(0, ptrace(PTRACE_CONT, child_pid, NULL, 0));
3124 ASSERT_EQ(0, ptrace(PTRACE_CONT, child_pid, NULL, 0));
3139 ASSERT_EQ(0, ptrace(PTRACE_CONT, child_pid, NULL, 0));
3143 ASSERT_EQ(0, ptrace(PTRACE_CONT, child_pid, NULL, 0));
3170 ASSERT_EQ(0, ptrace(PTRACE_CONT, child_pid, NULL, 0));
/linux-master/kernel/
H A Dptrace.c1112 * happen after the current trap is ended with PTRACE_CONT.
1198 case PTRACE_CONT:

Completed in 192 milliseconds