NetBSD/sys/ddb
lukem 4a2b49cb31 - change db_cmd_list() to list commands vertically rather than horizontally
- sort entries in the various command tables, so that the `help' lists
  are easier to use. this included hacking db_machine_commands_install()
  to search for the "machine" entry to change the `more cmds' pointer,
  rather than assuming it was the first entry
- add a `sync' command, which is effectively `reboot 0x100'.
- remove db_help_cmd(); it was unused (and was almost a duplicate of
  db_cmd_list()).
- move some extern decls to db_output.h, since they're used in more than one
  place now
- rename NEXT_TAB to DB_NEXT_TAB and move to db_output.h
1999-10-28 06:37:32 +00:00
..
db_access.c Quote "AS IS" as in the majority of Carnegy Mellon notices. 1999-04-12 20:38:17 +00:00
db_access.h Quote "AS IS" as in the majority of Carnegy Mellon notices. 1999-04-12 20:38:17 +00:00
db_aout.c Don't load the symbol table if it's corrupted. 1999-06-15 00:23:19 +00:00
db_aout.h
db_break.c Quote "AS IS" as in the majority of Carnegy Mellon notices. 1999-04-12 20:38:17 +00:00
db_break.h Quote "AS IS" as in the majority of Carnegy Mellon notices. 1999-04-12 20:38:17 +00:00
db_command.c - change db_cmd_list() to list commands vertically rather than horizontally 1999-10-28 06:37:32 +00:00
db_command.h - change db_cmd_list() to list commands vertically rather than horizontally 1999-10-28 06:37:32 +00:00
db_elf.c Update to match new SVR4-style definition names in <sys/exec_elf.h>. 1999-10-25 13:55:06 +00:00
db_examine.c New format modifier: `L' gives true `long' vs `l' or `legacy' long. 1999-05-31 06:53:45 +00:00
db_expr.c Quote "AS IS" as in the majority of Carnegy Mellon notices. 1999-04-12 20:38:17 +00:00
db_extern.h - Make the ddb_init() interface consistent for a.out and ELF. 1998-12-04 20:18:05 +00:00
db_input.c Quote "AS IS" as in the majority of Carnegy Mellon notices. 1999-04-12 20:38:17 +00:00
db_interface.h Assign copyright to TNF. 1998-09-05 14:42:05 +00:00
db_lex.c Quote "AS IS" as in the majority of Carnegy Mellon notices. 1999-04-12 20:38:17 +00:00
db_lex.h Quote "AS IS" as in the majority of Carnegy Mellon notices. 1999-04-12 20:38:17 +00:00
db_output.c - change db_cmd_list() to list commands vertically rather than horizontally 1999-10-28 06:37:32 +00:00
db_output.h - change db_cmd_list() to list commands vertically rather than horizontally 1999-10-28 06:37:32 +00:00
db_print.c Quote "AS IS" as in the majority of Carnegy Mellon notices. 1999-04-12 20:38:17 +00:00
db_run.c Fix a problem where SOFTWARE_SSTEP would skip one instruction each time 1999-04-21 00:00:06 +00:00
db_run.h Quote "AS IS" as in the majority of Carnegy Mellon notices. 1999-04-12 20:38:17 +00:00
db_sym.c Fix tyop in error message. 1999-06-26 16:58:12 +00:00
db_sym.h Quote "AS IS" as in the majority of Carnegy Mellon notices. 1999-04-12 20:38:17 +00:00
db_trap.c Quote "AS IS" as in the majority of Carnegy Mellon notices. 1999-04-12 20:38:17 +00:00
db_variables.c - change db_cmd_list() to list commands vertically rather than horizontally 1999-10-28 06:37:32 +00:00
db_variables.h Quote "AS IS" as in the majority of Carnegy Mellon notices. 1999-04-12 20:38:17 +00:00
db_watch.c Quote "AS IS" as in the majority of Carnegy Mellon notices. 1999-04-12 20:38:17 +00:00
db_watch.h Quote "AS IS" as in the majority of Carnegy Mellon notices. 1999-04-12 20:38:17 +00:00
db_write_cmd.c Quote "AS IS" as in the majority of Carnegy Mellon notices. 1999-04-12 20:38:17 +00:00
db_xxx.c XXX LOCKING XXX of allproc; DDB runs with interrupts blocked, and MD 1999-07-22 21:11:26 +00:00
ddbvar.h Add options DDB_FROMCONSOLE and sysctl ddb.fromconsole, analagous to 1998-10-29 21:22:32 +00:00