NetBSD/sys/ddb
bsh 1c34311d57 quick fix for crash(8) build failure caused by my previous commit (rev
1.20).

The problem was reported Ty Sarna and Geoff Wing.  Thanks.

XXX: I made #if too messy. split db_access.c into two files for
db_{get,put}_values and db_read_{int,ptr}?
2009-09-28 05:53:37 +00:00
..
TODO
db_access.c quick fix for crash(8) build failure caused by my previous commit (rev 2009-09-28 05:53:37 +00:00
db_access.h
db_aout.c
db_aout.h
db_break.c
db_break.h
db_command.c Add #ifdef MQUEUE for db_show_mqueue_cmd(). 2009-07-19 02:37:33 +00:00
db_command.h
db_cpu.c include <stdbool.h> if not _KERNEL, and don't include kauth.h if _KERNEL. 2009-03-09 06:07:05 +00:00
db_cpu.h
db_elf.c Change about 4500 of the K&R function definitions to ANSI ones. 2009-03-14 15:35:58 +00:00
db_examine.c
db_expr.c
db_extern.h
db_input.c
db_interface.h
db_kernel.c include ddb headers *after* sys/types.h or sys/param.h. 2009-03-08 11:40:00 +00:00
db_lex.c
db_lex.h
db_lwp.c include <stdbool.h> if not _KERNEL, and don't include kauth.h if _KERNEL. 2009-03-09 06:07:05 +00:00
db_lwp.h
db_output.c
db_output.h Remove all the __P() from sys (excluding sys/dist) 2009-03-14 14:45:51 +00:00
db_print.c
db_proc.c include <stdbool.h> if not _KERNEL, and don't include kauth.h if _KERNEL. 2009-03-09 06:07:05 +00:00
db_proc.h
db_run.c
db_run.h
db_sym.c
db_sym.h
db_trap.c
db_user.h
db_variables.c Switch the default value (if no options DDB_ONPANIC is defined) for 2009-03-11 23:22:57 +00:00
db_variables.h
db_watch.c
db_watch.h
db_write_cmd.c
db_xxx.c Add #ifdef MQUEUE for db_show_mqueue_cmd(). 2009-07-19 02:37:33 +00:00
ddb.h add boilerplate missed in initial commit 2009-04-10 22:29:30 +00:00
ddbvar.h
files.ddb kgdb still needs db_{get,put}_value in ddb/db_access.c when SOFTWARE_SSTEP is defined in db_machdep.h. 2009-09-27 18:24:23 +00:00