]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/kdp/kdp_private.h
xnu-344.12.2.tar.gz
[apple/xnu.git] / osfmk / kdp / kdp_private.h
index 021758873d0e7203d45bde86fcbab5961543c24e..e9399002a4f1474e62f22d0bcf205bcb6b403032 100644 (file)
  * 
  * @APPLE_LICENSE_HEADER_END@
  */
+
 /*
- * Copyright (c) 1993 NeXT Computer, Inc.  All rights reserved.
- *
- * kdp_private.h -- private functions for kdp.c
- *
+ * Private functions for kdp.c
  */
 
 static boolean_t
@@ -47,6 +45,13 @@ kdp_disconnect(
     unsigned short *
 );
 
+static boolean_t
+kdp_reattach(
+    kdp_pkt_t *,
+    int *,
+    unsigned short *
+);
+
 static boolean_t
 kdp_hostinfo(
     kdp_pkt_t *,
@@ -75,6 +80,13 @@ kdp_writeregs(
     unsigned short *
 );
 
+static boolean_t
+kdp_version(
+    kdp_pkt_t *,
+    int *,
+    unsigned short *
+);
+
 static boolean_t
 kdp_regions(
     kdp_pkt_t *,
@@ -110,3 +122,17 @@ kdp_resumecpus(
     unsigned short *
 );
 
+static boolean_t 
+kdp_breakpoint_set(
+    kdp_pkt_t *,
+    int        *,
+    unsigned short *t
+);
+
+static boolean_t
+kdp_breakpoint_remove(
+    kdp_pkt_t *,
+    int        *,
+    unsigned short *
+);
+