i386/XEN3PAE_DOMU: Enable KDTRACE_HOOKS.

XXX pullup-10
This commit is contained in:
riastradh 2023-07-21 02:10:37 +00:00
parent 7bb7566d76
commit 67dc2b7d6f
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: XEN3PAE_DOMU,v 1.19 2023/02/09 14:09:48 abs Exp $
# $NetBSD: XEN3PAE_DOMU,v 1.20 2023/07/21 02:10:37 riastradh Exp $
include "arch/i386/conf/std.xen"
@ -60,6 +60,7 @@ options DDB_HISTORY_SIZE=512 # enable history editing in DDB
#options KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x2f8,KGDB_DEVRATE=57600
#makeoptions DEBUG="-g" # compile full symbol table
options DDB_COMMANDONENTER="trace;show registers"
options KDTRACE_HOOKS # kernel DTrace hooks
# Compatibility options
include "conf/compat_netbsd09.config"