freebsd-dev/sbin/ddb
Robert Watson 0693424576 Add "ddb capture print" and "ddb capture status" commands do ddb(8),
alowing the DDB output capture buffer to be easily extracted from
user space.  Both of these commands include -M/-N arguments, allowing
them to be used with kernel crash dumps (or /dev/mem).

This makes it easier to use DDB scripting and output capture with
minidumps or full dumps rather than with text dumps, allowing DDB
output (scripted or otherwise) to be easily extracted from a crash
dump.

MFC after:	1 week
Discussed with:	brooks, jhb
2008-04-25 17:34:09 +00:00
..
ddb_capture.c Add "ddb capture print" and "ddb capture status" commands do ddb(8), 2008-04-25 17:34:09 +00:00
ddb_script.c
ddb.8 Add "ddb capture print" and "ddb capture status" commands do ddb(8), 2008-04-25 17:34:09 +00:00
ddb.c Add "ddb capture print" and "ddb capture status" commands do ddb(8), 2008-04-25 17:34:09 +00:00
ddb.h Add "ddb capture print" and "ddb capture status" commands do ddb(8), 2008-04-25 17:34:09 +00:00
Makefile Add "ddb capture print" and "ddb capture status" commands do ddb(8), 2008-04-25 17:34:09 +00:00