NetBSD/sys/ddb
jdolecek 8b24036797 Require the machine-dependant DDB commands to be in db_machine_command_table[]
and link it directly to db_command_table[] so that it's not necessary
to do this at runtime. Make db_machine_command_table[] const on all ports.
g/c now unneded stuff, like db_machine_commands_install(), db_machine_init()

Patch written by enami.
2001-01-22 13:56:55 +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 Require the machine-dependant DDB commands to be in db_machine_command_table[] 2001-01-22 13:56:55 +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
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
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
ddbvar.h
TODO