Searched refs:PTRACE_CONT (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/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.1.27/include/uapi/linux/ |
D | ptrace.h | 17 #define PTRACE_CONT 7 macro
|
/linux-4.1.27/arch/um/os-Linux/skas/ |
D | process.c | 65 err = ptrace(PTRACE_CONT, pid, 0, 0); in wait_stub_done() 100 err = ptrace(PTRACE_CONT, pid, 0, SIGSEGV); in get_skas_faultinfo() 503 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.1.27/arch/powerpc/kernel/ |
D | ptrace32.c | 304 case PTRACE_CONT: in compat_arch_ptrace()
|
/linux-4.1.27/arch/um/os-Linux/ |
D | process.c | 113 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.1.27/kernel/ |
D | ptrace.c | 1002 case PTRACE_CONT: in ptrace_request()
|