Home
last modified time | relevance | path

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

/linux-4.4.14/tools/testing/selftests/breakpoints/
Dbreakpoint_test.c296 ptrace(PTRACE_CONT, child_pid, NULL, 0); in launch_instruction_breakpoints()
318 ptrace(PTRACE_CONT, child_pid, NULL, 0); in launch_watchpoints()
366 ptrace(PTRACE_CONT, child_pid, NULL, 0); in launch_tests()
370 ptrace(PTRACE_CONT, child_pid, NULL, 0); in launch_tests()
373 ptrace(PTRACE_CONT, child_pid, NULL, 0); in launch_tests()
/linux-4.4.14/include/uapi/linux/
Dptrace.h17 #define PTRACE_CONT 7 macro
/linux-4.4.14/arch/um/os-Linux/skas/
Dprocess.c66 err = ptrace(PTRACE_CONT, pid, 0, 0); in wait_stub_done()
101 err = ptrace(PTRACE_CONT, pid, 0, SIGSEGV); in get_skas_faultinfo()
482 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-4.4.14/arch/powerpc/kernel/
Dptrace32.c304 case PTRACE_CONT: in compat_arch_ptrace()
/linux-4.4.14/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-4.4.14/tools/testing/selftests/seccomp/
Dseccomp_bpf.c1050 ptrace(PTRACE_CONT, tracee, NULL, 0); in tracer()
1071 ret = ptrace(PTRACE_CONT, tracee, NULL, NULL); in tracer()
2127 ASSERT_EQ(0, ptrace(PTRACE_CONT, child_pid, NULL, 0)); in TEST()
2150 ASSERT_EQ(0, ptrace(PTRACE_CONT, child_pid, NULL, 0)); in TEST()
2160 ASSERT_EQ(0, ptrace(PTRACE_CONT, child_pid, NULL, 0)); in TEST()
2164 ASSERT_EQ(0, ptrace(PTRACE_CONT, child_pid, NULL, 0)); in TEST()
2191 ASSERT_EQ(0, ptrace(PTRACE_CONT, child_pid, NULL, 0)); in TEST()
/linux-4.4.14/tools/testing/selftests/x86/
Dptrace_syscall.c268 if (ptrace(PTRACE_CONT, chld, 0, 0) != 0) in test_ptrace_syscall_restart()
/linux-4.4.14/kernel/
Dptrace.c1015 case PTRACE_CONT: in ptrace_request()