Home | History | Annotate | Download | only in src

Lines Matching refs:SYS_ptrace

1040 #define sys_ptrace(r, p, a, d)  syscall(SYS_ptrace, (r), (p), (a), (d))
1041 // We use sys_ptrace to avoid thread locking
1044 if (sys_ptrace(PTRACE_GETREGS, thread_pids[i], NULL, &thread_regs) == 0) {