Lines Matching refs:ptrace
34 if (ptrace(PTRACE_GETREGS, pid, 0, regs) < 0) in ptrace_dump_regs()
65 err = ptrace(PTRACE_CONT, pid, 0, 0); in wait_stub_done()
100 err = ptrace(PTRACE_CONT, pid, 0, SIGSEGV); in get_skas_faultinfo()
145 err = ptrace(PTRACE_POKEUSER, pid, PT_SYSCALL_NR_OFFSET, in handle_trap()
153 err = ptrace(PTRACE_SYSCALL, pid, 0, 0); in handle_trap()
185 ptrace(PTRACE_TRACEME, 0, 0, 0); in userspace_tramp()
294 if (ptrace(PTRACE_OLDSETOPTIONS, pid, NULL, in start_userspace()
343 if (ptrace(PTRACE_SETREGS, pid, 0, regs->gp)) in userspace()
355 if (ptrace(op, pid, 0, 0)) { in userspace()
369 if (ptrace(PTRACE_GETREGS, pid, 0, regs->gp)) { in userspace()
386 ptrace(PTRACE_GETSIGINFO, pid, 0, (struct siginfo *)&si); in userspace()
503 err = ptrace(PTRACE_CONT, pid, 0, 0); in copy_context_skas0()
532 if (ptrace(PTRACE_OLDSETOPTIONS, pid, NULL, in copy_context_skas0()