Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jonathan Stone <jonathan@netbsd.org>
List: source-changes
Date: 10/29/1998 13:22:34
Module Name:	src
Committed By:	jonathan
Date:		Thu Oct 29 21:22:34 UTC 1998

Modified Files:
	src/sys/kern: subr_prf.c
	src/sys/sys: sysctl.h systm.h
	src/sys/ddb: db_variables.c ddbvar.h
	src/sys/conf: files
	src/share/man/man4: options.4
Log Message:
Add options DDB_FROMCONSOLE and sysctl ddb.fromconsole, analagous to
DDB_ONPANIC. Lets user ignore breaks but enter DDB on panic.  Intended
for machines where debug on panic is useful, but DDB entry is not,
(public-access console, or terminal-servers which send spurious breaks)

Add new ddb hook, console_debugger(), which decides whether or not to
ignore console ddb requests. Console drivers should be updated to call
console_debugger(), not Debugger(), in response to serial-console
break or ddb keyboard sequence.