Lines Matching refs:ptrace
35 if (ptrace(PTRACE_GETREGS, pid, 0, regs) < 0) in ptrace_dump_regs()
66 err = ptrace(PTRACE_CONT, pid, 0, 0); in wait_stub_done()
101 err = ptrace(PTRACE_CONT, pid, 0, SIGSEGV); in get_skas_faultinfo()
143 err = ptrace(PTRACE_POKEUSER, pid, PT_SYSCALL_NR_OFFSET, in handle_trap()
151 err = ptrace(PTRACE_SYSCALL, pid, 0, 0); in handle_trap()
190 ptrace(PTRACE_TRACEME, 0, 0, 0); in userspace_tramp()
293 if (ptrace(PTRACE_OLDSETOPTIONS, pid, NULL, in start_userspace()
335 if (ptrace(PTRACE_SETREGS, pid, 0, regs->gp)) in userspace()
347 if (ptrace(op, pid, 0, 0)) { in userspace()
361 if (ptrace(PTRACE_GETREGS, pid, 0, regs->gp)) { in userspace()
378 ptrace(PTRACE_GETSIGINFO, pid, 0, (struct siginfo *)&si); in userspace()
482 err = ptrace(PTRACE_CONT, pid, 0, 0); in copy_context_skas0()
511 if (ptrace(PTRACE_OLDSETOPTIONS, pid, NULL, in copy_context_skas0()