]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/ptrace.h
xnu-201.tar.gz
[apple/xnu.git] / bsd / sys / ptrace.h
index 5304ecdefb9a7ed50f37612bed00e3e090b1d792..fa63ab9d8dd52c07dd773fb0aa29457b894779f5 100644 (file)
@@ -70,6 +70,7 @@
 #define        PT_STEP         9       /* single step the child */
 #define        PT_ATTACH       10      /* trace some running process */
 #define        PT_DETACH       11      /* stop tracing a process */
+#define PT_DENY_ATTACH  31
 
 #define        PT_FIRSTMACH    32      /* for machine-specific requests */
 #include <machine/ptrace.h>    /* machine-specific requests, if any */