003 File Manager
Current Path:
/usr/src/sbin/ddb
usr
/
src
/
sbin
/
ddb
/
📁
..
📄
Makefile
(142 B)
📄
Makefile.depend
(301 B)
📄
ddb.8
(4.1 KB)
📄
ddb.c
(3.5 KB)
📄
ddb.conf
(506 B)
📄
ddb.h
(1.63 KB)
📄
ddb_capture.c
(6.87 KB)
📄
ddb_script.c
(4.26 KB)
Editing: ddb.conf
# $FreeBSD$ # # This file is read when going to multi-user and its contents piped thru # ``ddb'' to define debugging scripts. # # see ``man 4 ddb'' and ``man 8 ddb'' for details. # script lockinfo=show locks; show alllocks; show lockedvnods # kdb.enter.panic panic(9) was called. script kdb.enter.panic=textdump set; capture on; run lockinfo; show pcpu; bt; ps; alltrace; capture off; textdump dump; reset # kdb.enter.witness witness(4) detected a locking error. script kdb.enter.witness=run lockinfo
Upload File
Create Folder