NetBSD/sys/ddb
riastradh 7b4abd4b1d ddb(4): Declare extern db_active if _KMEMUSER too, not just DDB.
crash(8) is built with _KMEMUSER defined but DDB not defined except
for a few specific files or on MIPS.

Seems to me crash(8) should really be built with DDB defined in all
.c files but that leads to other fallout I'm not really inclined to
diagnose right now.
2022-10-27 20:00:24 +00:00
..
TODO
db_access.c
db_access.h
db_active.h ddb(4): Declare extern db_active if _KMEMUSER too, not just DDB. 2022-10-27 20:00:24 +00:00
db_autoconf.c
db_autoconf.h
db_break.c
db_break.h
db_command.c Remove 'a' modifier from "show vmem". It was removed in sbur_vmem.c rev. 1.55. 2022-04-28 07:08:38 +00:00
db_command.h
db_cpu.c
db_cpu.h
db_elf.c
db_examine.c
db_expr.c
db_extern.h
db_input.c
db_interface.h
db_kernel.c
db_lex.c ddb(9): New db_num_to_strbuf. 2022-08-30 22:37:03 +00:00
db_lex.h ddb(9): New db_num_to_strbuf. 2022-08-30 22:37:03 +00:00
db_lwp.c
db_lwp.h
db_output.c
db_output.h
db_panic.c
db_print.c
db_proc.c
db_proc.h
db_run.c
db_run.h
db_sym.c ddb(9): Make db_symstr safe to use concurrently with pserialize(9). 2022-08-30 22:38:01 +00:00
db_sym.h
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
ddb.h
ddbvar.h
files.ddb