Source-Changes-HG archive

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

[src/trunk]: src/sys/ddb defparam DB_MAX_WIDTH



details:   https://anonhg.NetBSD.org/src/rev/43f9363337a1
branches:  trunk
changeset: 951577:43f9363337a1
user:      dbj <dbj%NetBSD.org@localhost>
date:      Sat Feb 06 16:03:26 2021 +0000

description:
defparam DB_MAX_WIDTH

diffstat:

 sys/ddb/files.ddb |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 120803eeb95e -r 43f9363337a1 sys/ddb/files.ddb
--- a/sys/ddb/files.ddb Sat Feb 06 16:02:43 2021 +0000
+++ b/sys/ddb/files.ddb Sat Feb 06 16:03:26 2021 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.ddb,v 1.12 2018/03/04 07:14:50 mlelstv Exp $
+#      $NetBSD: files.ddb,v 1.13 2021/02/06 16:03:26 dbj Exp $
 
 #
 # DDB options
@@ -6,7 +6,7 @@
 defflag opt_ddb.h              DDB DDB_VERBOSE_HELP
 defparam opt_ddbparam.h                DDB_FROMCONSOLE DDB_ONPANIC DDB_HISTORY_SIZE
                                DDB_BREAK_CHAR DDB_KEYCODE DDB_PANICSTACKFRAMES
-                               DDB_COMMANDONENTER DB_MAX_LINE
+                               DDB_COMMANDONENTER DB_MAX_LINE DB_MAX_WIDTH
 
 define ddb
 file   ddb/db_access.c                 ddb | kgdb



Home | Main Index | Thread Index | Old Index