i386/XEN3PAE_DOM0: Enable KDTRACE_HOOKS.

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

View File

@ -1,4 +1,4 @@
# $NetBSD: XEN3PAE_DOM0,v 1.37 2023/02/09 14:09:48 abs Exp $
# $NetBSD: XEN3PAE_DOM0,v 1.38 2023/07/21 02:08:45 riastradh Exp $
#
# XEN3_0: Xen 3.0 domain0 kernel
@ -76,6 +76,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="show registers"
options KDTRACE_HOOKS # kernel DTrace hooks
# Compatibility options
include "conf/compat_netbsd09.config"