NetBSD/sys/ddb
mrg c09a267949 set panicstr to "reboot forced via kernel debugger" when rebooting
from ddb, similar to how sync from ddb works.

this avoids various asserts and other issues during ddb reboot.
2011-11-13 03:21:51 +00:00
..
db_access.c
db_access.h
db_break.c
db_break.h
db_command.c set panicstr to "reboot forced via kernel debugger" when rebooting 2011-11-13 03:21:51 +00:00
db_command.h
db_cpu.c When looking for the next element of cpu_queue compare the pointer to the 2011-02-20 10:24:45 +00:00
db_cpu.h
db_elf.c
db_examine.c Introduce DDB_EXPR_FMT and replace the logic around DB_EXPR_T_IS_QUAD. 2011-05-26 15:34:12 +00:00
db_expr.c
db_extern.h
db_input.c
db_interface.h Introduce DDB_EXPR_FMT and replace the logic around DB_EXPR_T_IS_QUAD. 2011-05-26 15:34:12 +00:00
db_kernel.c
db_lex.c Introduce DDB_EXPR_FMT and replace the logic around DB_EXPR_T_IS_QUAD. 2011-05-26 15:34:12 +00:00
db_lex.h
db_lwp.c include <sys/cpu.h> when using cpu specific info. fixes building 2011-04-12 08:42:12 +00:00
db_lwp.h
db_output.c Retire varargs.h support. Move machine/stdarg.h logic into MI 2011-07-17 20:54:30 +00:00
db_output.h Retire varargs.h support. Move machine/stdarg.h logic into MI 2011-07-17 20:54:30 +00:00
db_print.c include <sys/cpu.h> when using cpu specific info. fixes building 2011-04-12 08:42:12 +00:00
db_proc.c Like ddb(4) "ps/l", use '>' sign to indicate running LWPs for the /w 2011-10-23 13:30:20 +00:00
db_proc.h
db_run.c
db_run.h
db_sym.c avoid compiling dead code into crash. 2011-04-11 04:26:18 +00:00
db_sym.h obsolete DB_AOUT_SYMBOLS. however, we need to leave most of the code 2011-04-11 04:22:30 +00:00
db_trap.c
db_user.h
db_variables.c
db_variables.h
db_watch.c
db_watch.h
db_write_cmd.c
db_xxx.c Welcome to 5.99.53! Merge rmind-uvmplock branch: 2011-06-12 03:35:36 +00:00
ddb.h
ddbvar.h
files.ddb Define SYMTAB_SPACE in opt_ksyms.h, not opt_ddbparam.h. Ensure 2011-07-28 13:42:16 +00:00
TODO