Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/conf i386/XEN3PAE_DOMU: Enable KDTRACE_HOOKS.



details:   https://anonhg.NetBSD.org/src/rev/8aa0559ffa7b
branches:  trunk
changeset: 378121:8aa0559ffa7b
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Fri Jul 21 02:10:37 2023 +0000

description:
i386/XEN3PAE_DOMU: Enable KDTRACE_HOOKS.

XXX pullup-10

diffstat:

 sys/arch/i386/conf/XEN3PAE_DOMU |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 8da4b9d13623 -r 8aa0559ffa7b sys/arch/i386/conf/XEN3PAE_DOMU
--- a/sys/arch/i386/conf/XEN3PAE_DOMU   Fri Jul 21 02:08:45 2023 +0000
+++ b/sys/arch/i386/conf/XEN3PAE_DOMU   Fri Jul 21 02:10:37 2023 +0000
@@ -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 h
 #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"



Home | Main Index | Thread Index | Old Index