NetBSD/sys/ddb
jdolecek 9818f641c3 make db_command_table[] const; since there is no way to dynamically extend
or modify the table at the moment, there is no functionality lost.
See also the discussion on tech-kern (Subject: 'machine' DDB command).
2001-01-24 20:54:41 +00:00
..
TODO Add x/m option functionality 2000-12-28 07:30:06 +00:00
db_access.c constify a little 2001-01-17 19:50:03 +00:00
db_access.h
db_aout.c constify a little 2001-01-17 19:50:03 +00:00
db_aout.h
db_break.c
db_break.h
db_command.c make db_command_table[] const; since there is no way to dynamically extend 2001-01-24 20:54:41 +00:00
db_command.h Require the machine-dependant DDB commands to be in db_machine_command_table[] 2001-01-22 13:56:55 +00:00
db_elf.c constify a little 2001-01-17 19:50:03 +00:00
db_examine.c Add x/m option functionality 2000-12-28 07:30:06 +00:00
db_expr.c
db_extern.h
db_input.c
db_interface.h Require the machine-dependant DDB commands to be in db_machine_command_table[] 2001-01-22 13:56:55 +00:00
db_lex.c
db_lex.h
db_output.c
db_output.h
db_print.c make db_[e]regs[] const 2001-01-18 10:54:27 +00:00
db_run.c
db_run.h
db_sym.c constify a little 2001-01-17 19:50:03 +00:00
db_sym.h constify a little 2001-01-17 19:50:03 +00:00
db_trap.c When we hit a breakpoint in a process, print the pid of the process as 2000-12-20 15:42:37 +00:00
db_variables.c constify a little 2001-01-17 19:50:03 +00:00
db_variables.h make db_[e]regs[] const 2001-01-18 10:54:27 +00:00
db_watch.c
db_watch.h
db_write_cmd.c
db_xxx.c Make sure values for a %llx are long long. 2000-11-28 21:44:34 +00:00
ddbvar.h