aboutsummaryrefslogtreecommitdiff
path: root/i386/i386/db_machdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'i386/i386/db_machdep.h')
-rw-r--r--i386/i386/db_machdep.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/i386/i386/db_machdep.h b/i386/i386/db_machdep.h
index ee5853a0..cba259c0 100644
--- a/i386/i386/db_machdep.h
+++ b/i386/i386/db_machdep.h
@@ -34,6 +34,7 @@
#include <mach/machine/vm_types.h>
#include <mach/machine/vm_param.h>
#include <mach/machine/eflags.h>
+#include <machine/db_interface.h>
#include <i386/thread.h> /* for thread_status */
#include <i386/trap.h>
@@ -87,9 +88,6 @@ db_regs_t ddb_regs; /* register state */
((!(user) && DB_VALID_KERN_ADDR(addr)) || \
((user) && (addr) < VM_MIN_KERNEL_ADDRESS))
-boolean_t db_check_access(/* vm_offset_t, int, task_t */);
-boolean_t db_phys_eq(/* task_t, vm_offset_t, task_t, vm_offset_t */);
-
/* macros for printing OS server dependent task name */
#define DB_TASK_NAME(task) db_task_name(task)
@@ -97,8 +95,6 @@ boolean_t db_phys_eq(/* task_t, vm_offset_t, task_t, vm_offset_t */);
#define DB_TASK_NAME_LEN 23
#define DB_NULL_TASK_NAME "? "
-void db_task_name(/* task_t */);
-
/* macro for checking if a thread has used floating-point */
#define db_thread_fp_used(thread) ((thread)->pcb->ims.ifps != 0)