From 73938850720d5b3394edf0c145d5b782890d3420 Mon Sep 17 00:00:00 2001 From: uwe Date: Sun, 4 Jul 2004 22:02:04 +0000 Subject: [PATCH] Fix the comment for KGDB - it is a remote debugger. --- sys/arch/hpcsh/conf/DEBUG | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/hpcsh/conf/DEBUG b/sys/arch/hpcsh/conf/DEBUG index cb2b69ffd44d..105e4d3840ea 100644 --- a/sys/arch/hpcsh/conf/DEBUG +++ b/sys/arch/hpcsh/conf/DEBUG @@ -1,13 +1,13 @@ # # kernel config file for debugging. # -# $NetBSD: DEBUG,v 1.1 2004/07/02 18:05:23 uch Exp $ +# $NetBSD: DEBUG,v 1.2 2004/07/04 22:02:04 uwe Exp $ # include "arch/hpcsh/conf/GENERIC" options DDB # in-kernel debugger -#options KGDB # in-kernel debugger +#options KGDB # remote debugger #makeoptions DEBUG="-g" # compile full symbol table #options KGDB_DEVRATE=19200 # HP Jornada