Home
last modified time | relevance | path

Searched refs:ptrace (Results 1 – 6 of 6) sorted by relevance

/xnu-8792.41.9/libsyscall/custom/
H A D__ptrace.s39 UNIX_SYSCALL_NONAME(ptrace, 4, cerror)
50 UNIX_SYSCALL_NONAME(ptrace, 4, cerror)
62 SYSCALL_NONAME(ptrace, 4, cerror)
70 SYSCALL_NONAME(ptrace, 4, cerror)
/xnu-8792.41.9/tests/
H A Dtest_ptraceme.c58 ret = ptrace(PT_TRACE_ME, 0, NULL, 0);
76 ret = ptrace(PT_DETACH, child_pid, NULL, 0);
/xnu-8792.41.9/bsd/sys/
H A Dptrace.h101 int ptrace(int _request, pid_t _pid, caddr_t _addr, int _data);
H A DMakefile40 proc.h proc_info.h ptrace.h queue.h quota.h reboot.h resource.h resourcevar.h \
/xnu-8792.41.9/bsd/man/man2/
H A DMakefile159 ptrace.2 \
/xnu-8792.41.9/bsd/kern/
H A Dmach_process.c118 ptrace(struct proc *p, struct ptrace_args *uap, int32_t *retval) in ptrace() function