Lines Matching refs:ptrace
43 ret = ptrace(PTRACE_POKEUSER, child_pid, in set_breakpoint_addr()
86 dr7 = ptrace(PTRACE_PEEKUSER, child_pid, in toggle_breakpoint()
106 ret = ptrace(PTRACE_POKEUSER, child_pid, in toggle_breakpoint()
207 ret = ptrace(PTRACE_TRACEME, 0, NULL, 0); in trigger_tests()
274 child_nr_tests = ptrace(PTRACE_PEEKDATA, child_pid, in check_success()
278 if (ptrace(PTRACE_POKEDATA, child_pid, &trapped, 1)) { in check_success()
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()