NetBSD/sys/ddb
thorpej c14ce368af Define db_onpanic variable; if non-zero, the DDB will be entered when
the kernel panics.  It may be initialized to 0 with the kernel option
"DDB_ONPANIC=0", and is patchable.  It may be changed at run-time
from within the DDB (as a DDB variable) or via the ddb.onpanic sysctl
node.

Export all DDB built-in variables via sysctl.
1997-01-09 05:37:02 +00:00
..
db_access.c
db_access.h
db_aout.c backout previous kprintf changes 1996-10-13 04:10:34 +00:00
db_aout.h
db_break.c
db_break.h
db_command.c
db_command.h
db_examine.c
db_expr.c
db_extern.h
db_input.c
db_interface.h
db_lex.c
db_lex.h
db_output.c Make this compile with -Wcast-qual 1996-10-28 08:42:13 +00:00
db_output.h
db_print.c
db_run.c
db_run.h
db_sym.c
db_sym.h
db_trap.c
db_variables.c Define db_onpanic variable; if non-zero, the DDB will be entered when 1997-01-09 05:37:02 +00:00
db_variables.h
db_watch.c
db_watch.h
db_write_cmd.c