Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch enable DDB_HISTORY_SIZE in a few more configs where...
details: https://anonhg.NetBSD.org/src/rev/a2c204095e49
branches: trunk
changeset: 756136:a2c204095e49
user: chs <chs%NetBSD.org@localhost>
date: Wed Jul 07 01:24:52 2010 +0000
description:
enable DDB_HISTORY_SIZE in a few more configs where DDB is enabled.
diffstat:
sys/arch/hp300/conf/GENERIC | 6 +++---
sys/arch/pmax/conf/GENERIC | 6 +++---
sys/arch/sun3/conf/GENERIC | 6 +++---
3 files changed, 9 insertions(+), 9 deletions(-)
diffs (81 lines):
diff -r 0ce3d35d124c -r a2c204095e49 sys/arch/hp300/conf/GENERIC
--- a/sys/arch/hp300/conf/GENERIC Wed Jul 07 01:23:42 2010 +0000
+++ b/sys/arch/hp300/conf/GENERIC Wed Jul 07 01:24:52 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.155 2010/05/08 22:16:27 mrg Exp $
+# $NetBSD: GENERIC,v 1.156 2010/07/07 01:24:52 chs Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.155 $"
+#ident "GENERIC-$Revision: 1.156 $"
maxusers 32 # estimated number of users
@@ -67,7 +67,7 @@
#options DEBUG # Enable misc. kernel debugging code
#options KMEMSTATS # kernel memory statistics (vmstat -m)
options DDB # Kernel Dynamic Debugger
-#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
+options DDB_HISTORY_SIZE=512 # Enable history editing in DDB
#options KGDB # remote debugger
#makeoptions DEBUG="-g" # netbsd.gdb with full debugging symbols
diff -r 0ce3d35d124c -r a2c204095e49 sys/arch/pmax/conf/GENERIC
--- a/sys/arch/pmax/conf/GENERIC Wed Jul 07 01:23:42 2010 +0000
+++ b/sys/arch/pmax/conf/GENERIC Wed Jul 07 01:24:52 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.165 2010/05/08 22:16:29 mrg Exp $
+# $NetBSD: GENERIC,v 1.166 2010/07/07 01:24:52 chs Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.165 $"
+#ident "GENERIC-$Revision: 1.166 $"
maxusers 64
@@ -44,7 +44,7 @@
# Standard system options
options DDB # in-kernel debugger
-#options DDB_HISTORY_SIZE=100 # enable history editing in DDB
+options DDB_HISTORY_SIZE=512 # enable history editing in DDB
options DDB_ONPANIC=0 # don't enter debugger on panic
#options DIAGNOSTIC # extra kernel debugging checks
#options DEBUG # extra kernel debugging support
diff -r 0ce3d35d124c -r a2c204095e49 sys/arch/sun3/conf/GENERIC
--- a/sys/arch/sun3/conf/GENERIC Wed Jul 07 01:23:42 2010 +0000
+++ b/sys/arch/sun3/conf/GENERIC Wed Jul 07 01:24:52 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.150 2010/04/29 22:40:54 chs Exp $
+# $NetBSD: GENERIC,v 1.151 2010/07/07 01:24:52 chs Exp $
#
# GENERIC machine description file
#
@@ -25,7 +25,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.150 $"
+#ident "GENERIC-$Revision: 1.151 $"
makeoptions COPTS="-Os" # bootloader has size limit (~2MB)
@@ -60,7 +60,7 @@
#options KGDB_DEV=0x0C01 # ttya=0C00 ttyb=0C01
# Other debugging options
-#options DDB_HISTORY_SIZE=100 # enable history editing in DDB
+options DDB_HISTORY_SIZE=512 # enable history editing in DDB
#options DEBUG # kernel debugging code
#options DIAGNOSTIC # extra kernel sanity checking
#options KMEMSTATS # kernel memory statistics (vmstat -m)
Home |
Main Index |
Thread Index |
Old Index