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
..
1995-12-10 19:08:32 +00:00
1995-12-10 19:08:32 +00:00
1995-12-10 19:08:32 +00:00
1995-12-10 19:08:32 +00:00
1995-12-10 19:08:32 +00:00
1995-12-10 19:08:32 +00:00
1996-01-21 19:18:46 +00:00
1995-12-10 19:08:32 +00:00
1995-12-10 19:08:32 +00:00
1996-01-21 16:30:43 +00:00
1995-12-10 19:08:32 +00:00
1995-12-10 19:08:32 +00:00
1995-12-10 19:08:32 +00:00
1995-12-10 19:08:32 +00:00