Lines Matching refs:ptrace
45 ret = ptrace(PTRACE_POKEUSER, child_pid, in set_breakpoint_addr()
87 dr7 = ptrace(PTRACE_PEEKUSER, child_pid, in toggle_breakpoint()
107 ret = ptrace(PTRACE_POKEUSER, child_pid, in toggle_breakpoint()
208 ret = ptrace(PTRACE_TRACEME, 0, NULL, 0); in trigger_tests()
275 child_nr_tests = ptrace(PTRACE_PEEKDATA, child_pid, in check_success()
279 if (ptrace(PTRACE_POKEDATA, child_pid, &trapped, 1)) in check_success()
298 ptrace(PTRACE_CONT, child_pid, NULL, 0); in launch_instruction_breakpoints()
320 ptrace(PTRACE_CONT, child_pid, NULL, 0); in launch_watchpoints()
369 ptrace(PTRACE_CONT, child_pid, NULL, 0); in launch_tests()
373 ptrace(PTRACE_CONT, child_pid, NULL, 0); in launch_tests()
376 ptrace(PTRACE_CONT, child_pid, NULL, 0); in launch_tests()