Searched refs:ptrace (Results 1 - 17 of 17) sorted by relevance

/macosx-10.10/xnu-2782.1.97/libsyscall/custom/
H A D__ptrace.s39 UNIX_SYSCALL_NONAME(ptrace, 4, cerror)
50 UNIX_SYSCALL_NONAME(ptrace, 4, cerror)
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dptrace.h61 * @(#)ptrace.h 8.2 (Berkeley) 1/4/94
95 int ptrace(int _request, pid_t _pid, caddr_t _addr, int _data);
H A DMakefile28 proc.h proc_info.h ptrace.h queue.h quota.h random.h reboot.h resource.h resourcevar.h \
/macosx-10.10/Libsystem-1213/
H A DCompatibilityHacks.c54 SYM(ptrace); variable
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dptrace-core.c34 #include <sys/ptrace.h>
H A Dconfigure9320 COREFILE=ptrace-core.lo
9455 ptrace-core.lo) COREFLAG=-DPTRACE_CORE ;;
/macosx-10.10/xnu-2782.1.97/bsd/man/man2/
H A DMakefile142 ptrace.2 \
/macosx-10.10/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dtests.h34 #include <sys/ptrace.h>
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dmach_process.c77 #include <sys/ptrace.h>
115 ptrace(struct proc *p, struct ptrace_args *uap, int32_t *retval) function
187 * We do not want ptrace to do anything with kernel or launchd
284 * Mach version of ptrace executes request directly here,
285 * thus simplifying the interaction of ptrace and signals.
H A Dkern_exit.c96 #include <sys/ptrace.h>
1006 * has already been extracted, if the process is a ptrace
1027 * If we got the child via a ptrace 'attach',
/macosx-10.10/system_cmds-643.1.1/sc_usage.tproj/
H A Dsc_usage.c42 #include <sys/ptrace.h>
412 ptrace(0,(pid_t)0,(caddr_t)0,0); /* PT_TRACE_ME */
465 ptrace(7, pid, (caddr_t)1, 0); /* PT_CONTINUE */
/macosx-10.10/system_cmds-643.1.1/trace.tproj/
H A Dtrace.c17 #include <sys/ptrace.h>
1282 ptrace(PT_KILL, pid, (caddr_t)0, 0);
1644 ptrace(PT_TRACE_ME, 0, (caddr_t)0, 0);
1654 ptrace(PT_CONTINUE, pid, (caddr_t)1, 0);
/macosx-10.10/xnu-2782.1.97/tools/tests/jitter/
H A Dtimer_jitter.c34 #include <sys/ptrace.h>
/macosx-10.10/xnu-2782.1.97/tools/tests/zero-to-n/
H A Dzero-to-n.c35 #include <sys/ptrace.h>
/macosx-10.10/vim-55/runtime/syntax/
H A Dsicad.vim60 syn keyword sicadStatement ptrace
H A Dbaan.vim1381 syn keyword baanBshell ptrace
/macosx-10.10/emacs-93/emacs/src/
H A Dsysdep.c816 ptrace (0, 0, 0, 0); /* set for ptrace - caught by csh */

Completed in 406 milliseconds