From 45a8a1573c086203341f94a21561004a4cee6da7 Mon Sep 17 00:00:00 2001 From: Brandon Creighton Date: Wed, 26 Apr 2000 03:08:44 +0000 Subject: vax resurrection, part 1: sync with early-april netbsd many changes here, notable: uvm, ansi.h, more (and cleaner) vsbus support --- sys/arch/vax/include/db_machdep.h | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'sys/arch/vax/include/db_machdep.h') diff --git a/sys/arch/vax/include/db_machdep.h b/sys/arch/vax/include/db_machdep.h index edce4e8527d..9cdb4d5ecf6 100644 --- a/sys/arch/vax/include/db_machdep.h +++ b/sys/arch/vax/include/db_machdep.h @@ -1,5 +1,5 @@ -/* $OpenBSD: db_machdep.h,v 1.6 1997/09/12 09:21:19 maja Exp $ */ -/* $NetBSD: db_machdep.h,v 1.4 1997/06/26 01:27:01 thorpej Exp $ */ +/* $OpenBSD: db_machdep.h,v 1.7 2000/04/26 03:08:41 bjc Exp $ */ +/* $NetBSD: db_machdep.h,v 1.6 1998/08/10 14:33:33 ragge Exp $ */ /* * Mach Operating System @@ -38,9 +38,10 @@ #include #include #include +#include typedef vm_offset_t db_addr_t; /* address - unsigned */ -typedef int db_expr_t; /* expression - signed */ +typedef long db_expr_t; /* expression - signed */ typedef struct trapframe db_regs_t; db_regs_t ddb_regs; /* register state */ @@ -73,4 +74,10 @@ db_regs_t ddb_regs; /* register state */ /* Prototypes */ void kdb_trap __P((struct trapframe *)); + +/* + * We use a.out symbols in DDB. + */ +#define DB_AOUT_SYMBOLS + #endif /* _VAX_DB_MACHDEP_H_ */ -- cgit v1.2.3