jonathan 3ac3cbcfb8 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.
1998-10-29 21:22:32 +00:00
..
1998-10-03 20:39:32 +00:00
1998-10-03 20:39:32 +00:00
1998-10-03 20:39:32 +00:00
1998-10-19 22:19:25 +00:00
1998-10-03 19:21:11 +00:00
1998-10-19 22:19:26 +00:00
1998-10-27 23:48:22 +00:00