NetBSD/sys/ddb
thorpej 47514a31be Remove unneeded declarations of the db_machine_init() function. The
ARM ports are the only ones that actually have one, and it is about
to change.
2001-11-09 06:52:23 +00:00
..
db_access.c
db_access.h
db_aout.c
db_aout.h
db_break.c replace vm_map{,_entry}_t with struct vm_map{,_entry} *. 2001-06-02 18:09:08 +00:00
db_break.h replace vm_map{,_entry}_t with struct vm_map{,_entry} *. 2001-06-02 18:09:08 +00:00
db_command.c Add `show malloc' to dump the internal state of the MALLOC_DEBUG code. 2001-08-17 01:00:10 +00:00
db_command.h Add `show malloc' to dump the internal state of the MALLOC_DEBUG code. 2001-08-17 01:00:10 +00:00
db_elf.c PR/14498: Wesley Chen: Identify loaded modules vs. kernel, because we don't 2001-11-08 15:01:35 +00:00
db_examine.c
db_expr.c
db_extern.h
db_input.c
db_interface.h Remove unneeded declarations of the db_machine_init() function. The 2001-11-09 06:52:23 +00:00
db_lex.c
db_lex.h
db_output.c allow one to #define DB_MAX_LINE and DB_MAX_WIDTH independantly. 2001-07-01 12:16:25 +00:00
db_output.h
db_print.c The current API for MD support doesn't directly support the documented /u 2001-05-13 01:38:53 +00:00
db_run.c
db_run.h
db_sym.c PR/14498: Wesley Chen: Print a return after enumerating the matching symbols. 2001-11-08 15:00:17 +00:00
db_sym.h
db_trap.c
db_variables.c fix invalid reference to $fromconsole via DDB 2001-04-11 23:02:12 +00:00
db_variables.h The current API for MD support doesn't directly support the documented /u 2001-05-13 01:38:53 +00:00
db_watch.c When setting watchpoints, call pmap_update() for each watchpoint, rather 2001-10-13 15:17:38 +00:00
db_watch.h replace vm_map{,_entry}_t with struct vm_map{,_entry} *. 2001-06-02 18:09:08 +00:00
db_write_cmd.c
db_xxx.c use a for loop instead of goto. 2001-09-15 18:20:53 +00:00
ddbvar.h
TODO