diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2003-04-17 03:42:15 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2003-04-17 03:42:15 +0000 |
commit | d36015cb7ad92f7024a5754fc18618f0b0e13139 (patch) | |
tree | f134d2cf17198d6d3a9b68105527ee84adb387e4 /sys/arch/i386/include/db_machdep.h | |
parent | ddb3879f13964f6a99cf09d238b853194cbab068 (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.h | 4 |
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. |