Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/hpcarm/conf Enable options DDB, which is enabled in...



details:   https://anonhg.NetBSD.org/src/rev/082ea67938dd
branches:  trunk
changeset: 755860:082ea67938dd
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Fri Jun 25 17:42:02 2010 +0000

description:
Enable options DDB, which is enabled in other kernels.

diffstat:

 sys/arch/hpcarm/conf/WZERO3 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 069a3a0d91c1 -r 082ea67938dd sys/arch/hpcarm/conf/WZERO3
--- a/sys/arch/hpcarm/conf/WZERO3       Fri Jun 25 17:40:32 2010 +0000
+++ b/sys/arch/hpcarm/conf/WZERO3       Fri Jun 25 17:42:02 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: WZERO3,v 1.6 2010/06/25 17:40:32 tsutsui Exp $
+#      $NetBSD: WZERO3,v 1.7 2010/06/25 17:42:02 tsutsui Exp $
 #
 #      WZERO3 -- Sharp Windows Mobile 5 based PDA
 #
@@ -7,7 +7,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.6 $"
+#ident                 "GENERIC-$Revision: 1.7 $"
 
 # estimated number of users
 maxusers       32
@@ -138,7 +138,7 @@
 options        DIAGNOSTIC      # internal consistency checks
 #options       DEBUG           # expensive debugging checks/support
 #options       PMAP_DEBUG      # Enable pmap_debug_level code
-#options       DDB             # in-kernel debugger
+options        DDB             # in-kernel debugger
 #options       DDB_HISTORY_SIZE=512    # Enable history editing in DDB
 #makeoptions   DEBUG="-g"      # compile full symbol table
 



Home | Main Index | Thread Index | Old Index