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 fix various typos in comments and output/log messages. 2022-04-10 09:50:44 +00:00
db_access.c db_get_qvalue() with size=8 on 64bit arch returns incorrect value. fixed. 2019-09-12 17:09:00 +00:00
db_access.h changes of r1.39 was incomplete. only "examin/m" could handle 'q'. 2019-09-12 09:20:23 +00:00
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 sys: Split struct device into a private device_impl.h. 2022-03-28 12:38:57 +00:00
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 fix various typos in compatibility, mainly in comments. 2021-08-09 20:49:08 +00:00
db_cpu.c
db_cpu.h
db_elf.c
db_examine.c changes of r1.39 was incomplete. only "examin/m" could handle 'q'. 2019-09-12 09:20:23 +00:00
db_expr.c
db_extern.h
db_input.c Trailing whitespace 2020-10-30 06:57:08 +00:00
db_interface.h don't provide db_lstacktrace() for crash (yet?). 2021-04-18 01:28:50 +00:00
db_kernel.c Switch from kmem_intr_alloc(sz, KM_NOSLEEP) to kmem_alloc(sz, KM_SLEEP). 2020-05-31 23:34:34 +00:00
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 Fix typo in comment. 2020-01-26 01:42:55 +00:00
db_output.h Protect against multiple inclusion. 2020-06-28 04:06:14 +00:00
db_panic.c KNF: The function type must be declared on a line by itself. 2021-10-06 12:18:20 +00:00
db_print.c Make the db_kernelonly() macro visible to all files and re-use it. 2020-03-10 15:58:36 +00:00
db_proc.c For "ps/a" print all of p_comm instead of just the first 10 chars, add a 2021-01-11 07:49:04 +00:00
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 Make the db_kernelonly() macro visible to all files and re-use it. 2020-03-10 15:58:36 +00:00
db_variables.h
db_watch.c
db_watch.h
db_write_cmd.c
db_xxx.c Move proc_lock into the data segment. It was dynamically allocated because 2020-05-23 23:42:41 +00:00
ddb.h Revert introduction of db_alloc.h. 2020-05-31 09:51:55 +00:00
ddbvar.h Sort variable declarations. Add short comments while here. 2021-10-06 17:04:49 +00:00
files.ddb Add DDB_DUMPSTACK to opt_ddbparam.h. 2021-10-06 12:14:51 +00:00