Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hpcmips/conf Enable DDB history.



details:   https://anonhg.NetBSD.org/src/rev/7e12ee6ec983
branches:  trunk
changeset: 482683:7e12ee6ec983
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Sat Feb 19 06:58:28 2000 +0000

description:
Enable DDB history.

diffstat:

 sys/arch/hpcmips/conf/MURUROA |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 05a551b823b1 -r 7e12ee6ec983 sys/arch/hpcmips/conf/MURUROA
--- a/sys/arch/hpcmips/conf/MURUROA     Sat Feb 19 05:36:23 2000 +0000
+++ b/sys/arch/hpcmips/conf/MURUROA     Sat Feb 19 06:58:28 2000 +0000
@@ -2,12 +2,12 @@
 # Mycroft's WorkPad z50
 
 #
-#      $NetBSD: MURUROA,v 1.1 2000/02/18 20:52:15 mycroft Exp $
+#      $NetBSD: MURUROA,v 1.2 2000/02/19 06:58:28 mycroft Exp $
 #      From: GENERIC,v 1.29 2000/02/12 03:21:06 shin Exp
 #
 include                "arch/hpcmips/conf/std.hpcmips"
 
-#ident                 "MURUROA-$Revision: 1.1 $"
+#ident                 "MURUROA-$Revision: 1.2 $"
 
 maxusers       8
 
@@ -22,6 +22,7 @@
 
 # Standard system options
 options        DDB                     # in-kernel debugger
+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



Home | Main Index | Thread Index | Old Index