NetBSD/sys/ddb
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
..
db_access.c
db_access.h
db_aout.c
db_aout.h
db_break.c
db_break.h
db_command.c
db_command.h
db_elf.c
db_examine.c
db_expr.c
db_extern.h Assign copyright to TNF. 1998-09-05 14:42:05 +00:00
db_input.c
db_interface.h Assign copyright to TNF. 1998-09-05 14:42:05 +00:00
db_lex.c
db_lex.h
db_output.c
db_output.h
db_print.c
db_run.c
db_run.h
db_sym.c
db_sym.h
db_trap.c Indent to 4 space for tabs 2 and 3 like the rest of the code 1998-08-16 03:29:16 +00:00
db_variables.c Add options DDB_FROMCONSOLE and sysctl ddb.fromconsole, analagous to 1998-10-29 21:22:32 +00:00
db_variables.h
db_watch.c
db_watch.h
db_write_cmd.c
db_xxx.c - Use proclists[], rather than checking allproc and zombproc explicitly. 1998-09-08 23:50:13 +00:00
ddbvar.h Add options DDB_FROMCONSOLE and sysctl ddb.fromconsole, analagous to 1998-10-29 21:22:32 +00:00