Home
last modified time | relevance | path

Searched refs:PTRACE_CONT (Results 1 – 15 of 15) sorted by relevance

/Linux-v4.19/tools/testing/selftests/powerpc/ptrace/
Dptrace-hwbreak.c237 ptrace(PTRACE_CONT, child_pid, NULL, 0); in launch_watchpoints()
249 ptrace(PTRACE_CONT, child_pid, NULL, 0); in launch_watchpoints()
260 ptrace(PTRACE_CONT, child_pid, NULL, 0); in launch_watchpoints()
291 ptrace(PTRACE_CONT, child_pid, NULL, 0); in launch_tests()
302 ptrace(PTRACE_CONT, child_pid, NULL, 0); in launch_tests()
Dptrace.h97 ret = ptrace(PTRACE_CONT, child, NULL, NULL); in cont_trace()
/Linux-v4.19/tools/testing/selftests/breakpoints/
Dbreakpoint_test.c298 ptrace(PTRACE_CONT, child_pid, NULL, 0); in launch_instruction_breakpoints()
320 ptrace(PTRACE_CONT, child_pid, NULL, 0); in launch_watchpoints()
369 ptrace(PTRACE_CONT, child_pid, NULL, 0); in launch_tests()
373 ptrace(PTRACE_CONT, child_pid, NULL, 0); in launch_tests()
376 ptrace(PTRACE_CONT, child_pid, NULL, 0); in launch_tests()
Dstep_after_suspend_test.c118 if (ptrace(PTRACE_CONT, pid, NULL, NULL) < 0) { in run_test()
Dbreakpoint_test_arm64.c155 if (ptrace(PTRACE_CONT, pid, NULL, NULL) < 0) { in run_test()
/Linux-v4.19/tools/perf/arch/x86/tests/
Dbp-modify.c100 if (ptrace(PTRACE_CONT, child, NULL, NULL)) { in bp_modify1()
176 if (ptrace(PTRACE_CONT, child, NULL, NULL)) { in bp_modify2()
/Linux-v4.19/include/uapi/linux/
Dptrace.h18 #define PTRACE_CONT 7 macro
/Linux-v4.19/arch/um/os-Linux/skas/
Dprocess.c67 err = ptrace(PTRACE_CONT, pid, 0, 0); in wait_stub_done()
101 err = ptrace(PTRACE_CONT, pid, 0, SIGSEGV); in get_skas_faultinfo()
507 err = ptrace(PTRACE_CONT, pid, 0, 0); in copy_context_skas0()
Dmem.c65 err = ptrace(PTRACE_CONT, pid, 0, 0); in do_syscall_stub()
/Linux-v4.19/tools/testing/selftests/x86/
Dptrace_syscall.c283 if (ptrace(PTRACE_CONT, chld, 0, 0) != 0) in test_ptrace_syscall_restart()
372 if (ptrace(PTRACE_CONT, chld, 0, 0) != 0) in test_restart_under_ptrace()
/Linux-v4.19/arch/um/os-Linux/
Dprocess.c119 ptrace(PTRACE_CONT, pid); in os_kill_ptraced_process()
Dstart_up.c125 if (ptrace(PTRACE_CONT, pid, 0, 0) < 0) { in stop_ptraced_child()
/Linux-v4.19/arch/powerpc/kernel/
Dptrace32.c305 case PTRACE_CONT: in compat_arch_ptrace()
/Linux-v4.19/tools/testing/selftests/seccomp/
Dseccomp_bpf.c1349 ret = ptrace(ptrace_syscall ? PTRACE_SYSCALL : PTRACE_CONT, in start_tracer()
1372 ret = ptrace(ptrace_syscall ? PTRACE_SYSCALL : PTRACE_CONT, in start_tracer()
2707 ASSERT_EQ(0, ptrace(PTRACE_CONT, child_pid, NULL, 0)); in TEST()
2730 ASSERT_EQ(0, ptrace(PTRACE_CONT, child_pid, NULL, 0)); in TEST()
2740 ASSERT_EQ(0, ptrace(PTRACE_CONT, child_pid, NULL, 0)); in TEST()
2744 ASSERT_EQ(0, ptrace(PTRACE_CONT, child_pid, NULL, 0)); in TEST()
2771 ASSERT_EQ(0, ptrace(PTRACE_CONT, child_pid, NULL, 0)); in TEST()
/Linux-v4.19/kernel/
Dptrace.c1063 case PTRACE_CONT: in ptrace_request()