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_DOM0: Pass -g to build debug...
details: https://anonhg.NetBSD.org/src/rev/0183785842e0
branches: trunk
changeset: 378141:0183785842e0
user: riastradh <riastradh%NetBSD.org@localhost>
date: Sat Jul 22 15:19:03 2023 +0000
description:
i386/XEN3PAE_DOM0: Pass -g to build debug data like GENERIC.
Needed for CTF data by dtrace when MKDEBUG=no MKDEBUGKERNEL=no.
XXX pullup-10
diffstat:
sys/arch/i386/conf/XEN3PAE_DOM0 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 877ae87cca45 -r 0183785842e0 sys/arch/i386/conf/XEN3PAE_DOM0
--- a/sys/arch/i386/conf/XEN3PAE_DOM0 Sat Jul 22 15:18:48 2023 +0000
+++ b/sys/arch/i386/conf/XEN3PAE_DOM0 Sat Jul 22 15:19:03 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3PAE_DOM0,v 1.38 2023/07/21 02:08:45 riastradh Exp $
+# $NetBSD: XEN3PAE_DOM0,v 1.39 2023/07/22 15:19:03 riastradh Exp $
#
# XEN3_0: Xen 3.0 domain0 kernel
@@ -74,7 +74,7 @@ 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
options DDB_COMMANDONENTER="show registers"
options KDTRACE_HOOKS # kernel DTrace hooks
Home |
Main Index |
Thread Index |
Old Index