ddb.conf revision 256281
125184Sjkh# $FreeBSD: stable/10/etc/ddb.conf 176835 2008-03-05 18:32:58Z brooks $
225184Sjkh#
349122Sbrian#  This file is read when going to multi-user and its contents piped thru
425184Sjkh#  ``ddb'' to define debugging scripts.
525184Sjkh#
625184Sjkh# see ``man 4 ddb'' and ``man 8 ddb'' for details.
725184Sjkh#
825184Sjkh
925184Sjkhscript lockinfo=show locks; show alllocks; show lockedvnods
1025184Sjkh
1125184Sjkh# kdb.enter.panic	panic(9) was called.
1225184Sjkhscript kdb.enter.panic=textdump set; capture on; run lockinfo; show pcpu; bt; ps; alltrace; capture off; call doadump; reset
1325184Sjkh
1425184Sjkh# kdb.enter.witness	witness(4) detected a locking error.
1525184Sjkhscript kdb.enter.witness=run lockinfo
1625184Sjkh