Module Name: src
Committed By: martin
Date: Sat Mar 29 10:47:38 UTC 2025
Modified Files:
src/sys/arch/amd64/conf [netbsd-10]: XEN3_DOMU
Log Message:
Pull up following revision(s) (requested by sborrill in ticket #1076):
sys/arch/amd64/conf/XEN3_DOMU: revision 1.101
sys/arch/amd64/conf/XEN3_DOMU: revision 1.102
amd64/XEN3_DOMU: Pass -g to build debug data like GENERIC.
Needed for CTF data by dtrace when MKDEBUG=no MKDEBUGKERNEL=no.
amd64/XEN3_DOMU: Enable KDTRACE_HOOKS.
To generate a diff of this commit:
cvs rdiff -u -r1.99.4.1 -r1.99.4.2 src/sys/arch/amd64/conf/XEN3_DOMU
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/amd64/conf/XEN3_DOMU
diff -u src/sys/arch/amd64/conf/XEN3_DOMU:1.99.4.1 src/sys/arch/amd64/conf/XEN3_DOMU:1.99.4.2
--- src/sys/arch/amd64/conf/XEN3_DOMU:1.99.4.1 Mon Oct 9 23:33:45 2023
+++ src/sys/arch/amd64/conf/XEN3_DOMU Sat Mar 29 10:47:38 2025
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOMU,v 1.99.4.1 2023/10/09 23:33:45 snj Exp $
+# $NetBSD: XEN3_DOMU,v 1.99.4.2 2025/03/29 10:47:38 martin Exp $
include "arch/amd64/conf/std.xen"
@@ -11,7 +11,7 @@ options INCLUDE_CONFIG_FILE # embed con
#options UVMHIST_PRINT
#options SYSCALL_DEBUG
-#ident "XEN3_DOMU-$Revision: 1.99.4.1 $"
+#ident "XEN3_DOMU-$Revision: 1.99.4.2 $"
maxusers 32 # estimated number of users
@@ -51,9 +51,10 @@ options DDB_ONPANIC=1 # see also sysctl
options DDB_HISTORY_SIZE=512 # enable history editing in DDB
#options KGDB # remote debugger
#options KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x2f8,KGDB_DEVRATE=57600
-#makeoptions DEBUG="-g" # compile full symbol table
+makeoptions DEBUG="-g" # compile full symbol table for CTF
makeoptions COPTS="-O2 -fno-omit-frame-pointer"
options DDB_COMMANDONENTER="trace;show registers"
+options KDTRACE_HOOKS # kernel DTrace hooks
# Compatibility options
include "conf/compat_netbsd15.config"