Module Name: src
Committed By: andvar
Date: Tue Sep 12 21:50:12 UTC 2023
Modified Files:
src/sys/arch/hpcsh/conf: DEBUG
Log Message:
remove ksyms from hpcsh DEBUG kernel config. It is already defined in GENERAL.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/hpcsh/conf/DEBUG
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/hpcsh/conf/DEBUG
diff -u src/sys/arch/hpcsh/conf/DEBUG:1.6 src/sys/arch/hpcsh/conf/DEBUG:1.7
--- src/sys/arch/hpcsh/conf/DEBUG:1.6 Fri Aug 21 01:52:08 2015
+++ src/sys/arch/hpcsh/conf/DEBUG Tue Sep 12 21:50:11 2023
@@ -1,13 +1,12 @@
#
# kernel config file for debugging.
#
-# $NetBSD: DEBUG,v 1.6 2015/08/21 01:52:08 uebayasi Exp $
+# $NetBSD: DEBUG,v 1.7 2023/09/12 21:50:11 andvar Exp $
#
include "arch/hpcsh/conf/GENERIC"
options DDB # in-kernel debugger
-pseudo-device ksyms
#options KGDB # remote debugger
#makeoptions DEBUG="-g" # compile full symbol table
#options KGDB_DEVRATE=19200