freebsd-dev/sys/ddb
Bruce Evans c7c34a24a3 Attached vm ddb commands show map', show vmochk', `show object',
`show vmopag', `show page' and `show pageq'.  Moved all vm ddb stuff
to the ends of the vm source files.

Changed printf() to db_printf(), `indent' to db_indent, and iprintf()
to db_iprintf() in ddb commands.  Moved db_indent and db_iprintf()
from vm to ddb.

vm_page.c:
Don't use __pure.  Staticized.

db_output.c:
Reduced page width from 80 to 79 to inhibit double spacing for long
lines (there are still some problems if words are printed across
column 79).
1996-09-14 11:54:59 +00:00
..
db_access.c
db_access.h
db_aout.c
db_break.c
db_break.h
db_command.c Support statically attaching of ddb commands in non-ddb modules. 1996-09-14 09:13:15 +00:00
db_command.h
db_examine.c
db_expr.c
db_input.c Finally implement a simple commandline history in DDB. 1996-08-10 13:38:44 +00:00
db_lex.c
db_lex.h
db_output.c Attached vm ddb commands show map', show vmochk', `show object', 1996-09-14 11:54:59 +00:00
db_output.h
db_print.c
db_ps.c A small bit of defensive programming in case the panic is during process 1996-06-15 07:08:02 +00:00
db_run.c
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
ddb.h Support statically attaching of ddb commands in non-ddb modules. 1996-09-14 09:13:15 +00:00