Searched refs:PTRACE_CONT (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/tools/testing/selftests/breakpoints/ |
D | breakpoint_test.c | 296 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/ |
D | ptrace.h | 17 #define PTRACE_CONT 7 macro
|
/linux-4.4.14/arch/um/os-Linux/skas/ |
D | process.c | 66 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()
|
D | mem.c | 65 err = ptrace(PTRACE_CONT, pid, 0, 0); in do_syscall_stub()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | ptrace32.c | 304 case PTRACE_CONT: in compat_arch_ptrace()
|
/linux-4.4.14/arch/um/os-Linux/ |
D | process.c | 119 ptrace(PTRACE_CONT, pid); in os_kill_ptraced_process()
|
D | start_up.c | 125 if (ptrace(PTRACE_CONT, pid, 0, 0) < 0) { in stop_ptraced_child()
|
/linux-4.4.14/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 1050 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/ |
D | ptrace_syscall.c | 268 if (ptrace(PTRACE_CONT, chld, 0, 0) != 0) in test_ptrace_syscall_restart()
|
/linux-4.4.14/kernel/ |
D | ptrace.c | 1015 case PTRACE_CONT: in ptrace_request()
|