freebsd kernel with SKQ
Go to file
Bruce Evans 6337f4efa8 Support statically attaching of ddb commands in non-ddb modules.
The details are hidden in the DB_COMMAND(cmd_name, func_name) and
DB_SHOW_COMMAND(cmd_name, func_name) macros.  DB_COMMAND() adds to
the top-level ddb command table and DB_SHOW_COMMAND adds to the
`show' subtable.  Most external commands will probably be `show'
commands with no side effects.  They should check their pointer
args more carefully than `show map' :-), or ddb should trap internal
faults better (like it does for memory accesses).

The vm ddb commands are temporarily unattached.

ddb.h:
Also declare `db_indent' and db_iprintf() which will replace vm's
`indent' and iprintf().
1996-09-14 09:13:15 +00:00
bin Mend 'exit' without breaking 'exit 1' 1996-09-12 12:41:46 +00:00
contrib Fix latin1 guessing 1996-09-11 17:55:20 +00:00
eBones Fix my typo here from last commit. 1996-09-02 23:49:09 +00:00
etc Add hylafax 1996-09-13 01:52:49 +00:00
games Fixed DPADD. 1996-09-05 17:16:10 +00:00
gnu Use `install -C' instead of lots of shell commands to install ld.so 1996-09-12 03:42:54 +00:00
include Don't use __dead or __pure in user code. They were obfuscations 1996-09-14 03:00:32 +00:00
lib Don't use __dead or __pure in user code. They were obfuscations 1996-09-14 03:00:32 +00:00
libexec Don't use __dead or __pure in user code. They were obfuscations 1996-09-14 03:00:32 +00:00
lkm Bannish ATAPI and ATAPI_STATIC #defines to opt_atapi.h. 1996-09-06 23:32:55 +00:00
release Turn off KTRACE on MFS boot floppy. 1996-09-09 21:25:40 +00:00
sbin Don't use __dead or __pure in user code. They were obfuscations 1996-09-14 03:00:32 +00:00
secure cmp -s || install -c --> install -C 1996-08-30 04:07:04 +00:00
share Add ports-chinese. 1996-09-14 02:32:30 +00:00
sys Support statically attaching of ddb commands in non-ddb modules. 1996-09-14 09:13:15 +00:00
tools Oops, two tiny typos. Serves me right for making a "Just a tiny change!" 1996-09-05 19:19:18 +00:00
usr.bin Closes PR bin/1567 1996-09-14 09:00:52 +00:00
usr.sbin Don't use __dead or __pure in user code. They were obfuscations 1996-09-14 03:00:32 +00:00
COPYRIGHT This is the official 4.4 Lite copyright. 1994-09-11 07:53:28 +00:00
Makefile Add usr.bin/sgmls to the build-tools target. 1996-09-10 04:21:36 +00:00