summaryrefslogtreecommitdiff
path: root/sys/arch/i386/include/db_machdep.h
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2003-04-17 03:42:15 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2003-04-17 03:42:15 +0000
commitd36015cb7ad92f7024a5754fc18618f0b0e13139 (patch)
treef134d2cf17198d6d3a9b68105527ee84adb387e4 /sys/arch/i386/include/db_machdep.h
parentddb3879f13964f6a99cf09d238b853194cbab068 (diff)
i386 changes to move to ELF. asm cleanup. Change MAXDSIZ to 512M for 1Gsep.
DARPA funded work.
Diffstat (limited to 'sys/arch/i386/include/db_machdep.h')
-rw-r--r--sys/arch/i386/include/db_machdep.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/i386/include/db_machdep.h b/sys/arch/i386/include/db_machdep.h
index a95248af211..724ec0630fb 100644
--- a/sys/arch/i386/include/db_machdep.h
+++ b/sys/arch/i386/include/db_machdep.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: db_machdep.h,v 1.7 2002/03/14 01:26:33 millert Exp $ */
+/* $OpenBSD: db_machdep.h,v 1.8 2003/04/17 03:42:14 drahn Exp $ */
/* $NetBSD: db_machdep.h,v 1.9 1996/05/03 19:23:59 christos Exp $ */
/*
@@ -97,6 +97,8 @@ boolean_t db_phys_eq(task_t, vaddr_t, task_t, vaddr_t);
#define DB_TASK_NAME_TITLE "COMMAND "
#define DB_TASK_NAME_LEN 23
#define DB_NULL_TASK_NAME "? "
+#define DB_ELF_SYMBOLS
+#define DB_ELFSIZE 32
/*
* Constants for KGDB.