diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2002-08-11 23:05:21 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2002-08-11 23:05:21 +0000 |
commit | fb6be6eb37b3d1e05e5957e04c52443e6fafd75a (patch) | |
tree | dbd98ac13f392d510a62cabb60d24e7d4849c27a /sys/arch/sparc | |
parent | 616d76696dc3e73731931cdf9cc8e93a896a77f2 (diff) |
ELF support for DDB.
Diffstat (limited to 'sys/arch/sparc')
-rw-r--r-- | sys/arch/sparc/include/db_machdep.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/sparc/include/db_machdep.h b/sys/arch/sparc/include/db_machdep.h index fa8860c157d..b73d1a1c311 100644 --- a/sys/arch/sparc/include/db_machdep.h +++ b/sys/arch/sparc/include/db_machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: db_machdep.h,v 1.8 2002/03/14 01:26:43 millert Exp $ */ +/* $OpenBSD: db_machdep.h,v 1.9 2002/08/11 23:05:20 art Exp $ */ /* $NetBSD: db_machdep.h,v 1.10 1997/08/31 21:23:40 pk Exp $ */ /* @@ -93,6 +93,8 @@ int kdb_trap(int, struct trapframe *); * We use a.out symbols in DDB. */ #define DB_AOUT_SYMBOLS +#define DB_ELF_SYMBOLS +#define DB_ELFSIZE 32 /* |