Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/include/uapi/linux/
Dptrace.h17 #define PTRACE_CONT 7 macro
/linux-4.1.27/arch/um/os-Linux/skas/
Dprocess.c65 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()
Dmem.c65 err = ptrace(PTRACE_CONT, pid, 0, 0); in do_syscall_stub()
/linux-4.1.27/arch/powerpc/kernel/
Dptrace32.c304 case PTRACE_CONT: in compat_arch_ptrace()
/linux-4.1.27/arch/um/os-Linux/
Dprocess.c113 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.1.27/kernel/
Dptrace.c1002 case PTRACE_CONT: in ptrace_request()