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: Pass -g to build debug...
details: https://anonhg.NetBSD.org/src/rev/f0707153d35f
branches: trunk
changeset: 378142:f0707153d35f
user: riastradh <riastradh%NetBSD.org@localhost>
date: Sat Jul 22 15:19:17 2023 +0000
description:
i386/XEN3PAE_DOMU: 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_DOMU | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 0183785842e0 -r f0707153d35f sys/arch/i386/conf/XEN3PAE_DOMU
--- a/sys/arch/i386/conf/XEN3PAE_DOMU Sat Jul 22 15:19:03 2023 +0000
+++ b/sys/arch/i386/conf/XEN3PAE_DOMU Sat Jul 22 15:19:17 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3PAE_DOMU,v 1.20 2023/07/21 02:10:37 riastradh Exp $
+# $NetBSD: XEN3PAE_DOMU,v 1.21 2023/07/22 15:19:17 riastradh Exp $
include "arch/i386/conf/std.xen"
@@ -58,7 +58,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="trace;show registers"
options KDTRACE_HOOKS # kernel DTrace hooks
Home |
Main Index |
Thread Index |
Old Index