NetBSD/sys/ddb
chuck e0ced7363a fix printf formatting of "ps" (aka "show all proc") so that lines never
overflow (always hated that).

replaced "/m" flag with:
	/a == show process address info
	/n == show normal process info [currently the default]
	/w == show process wait/emul info
1997-10-24 18:26:36 +00:00
..
db_access.c Last loop variable type change causes undesirable non-terminating loops. 1997-09-13 18:44:55 +00:00
db_access.h
db_aout.c
db_aout.h
db_break.c
db_break.h
db_command.c Add a 'reboot' command with a single parameter specifying the boot flags. 1997-09-11 06:55:56 +00:00
db_command.h Add a 'reboot' command with a single parameter specifying the boot flags. 1997-09-11 06:55:56 +00:00
db_elf.c
db_examine.c
db_expr.c
db_extern.h
db_input.c
db_interface.h
db_lex.c
db_lex.h
db_output.c kill db_ksprintn, db_printf_guts, kdbprintf, db_printf. 1997-10-24 18:20:23 +00:00
db_output.h kill kdbprintf [use db_printf] 1997-10-24 18:16:46 +00:00
db_print.c
db_run.c Use the macro PC_ADVANCE(), if defined, to skip over a breakpoint. 1997-09-10 19:37:31 +00:00
db_run.h
db_sym.c
db_sym.h
db_trap.c
db_variables.c
db_variables.h
db_watch.c
db_watch.h
db_write_cmd.c
db_xxx.c fix printf formatting of "ps" (aka "show all proc") so that lines never 1997-10-24 18:26:36 +00:00