*
* @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
unsigned short *
);
+static boolean_t
+kdp_reattach(
+ kdp_pkt_t *,
+ int *,
+ unsigned short *
+);
+
static boolean_t
kdp_hostinfo(
kdp_pkt_t *,
unsigned short *
);
+static boolean_t
+kdp_version(
+ kdp_pkt_t *,
+ int *,
+ unsigned short *
+);
+
static boolean_t
kdp_regions(
kdp_pkt_t *,
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 *
+);
+