summaryrefslogtreecommitdiff
path: root/sbin/ddb
diff options
context:
space:
mode:
authorAndriy Gapon <avg@FreeBSD.org>2019-10-18 12:32:01 +0000
committerAndriy Gapon <avg@FreeBSD.org>2019-10-18 12:32:01 +0000
commit47adb0e0e08e272b580d51db9c662f39f9366df7 (patch)
treeb6fe32e13059cf06fd3f702a3037e2b68b28d991 /sbin/ddb
parenta161fba99204b305d02108c94ce5b1eefbf1febc (diff)
downloadsrc-test2-47adb0e0e08e272b580d51db9c662f39f9366df7.tar.gz
src-test2-47adb0e0e08e272b580d51db9c662f39f9366df7.zip
Notes
Diffstat (limited to 'sbin/ddb')
-rw-r--r--sbin/ddb/ddb.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/ddb/ddb.conf b/sbin/ddb/ddb.conf
index a793705c6585..1246c0effdf4 100644
--- a/sbin/ddb/ddb.conf
+++ b/sbin/ddb/ddb.conf
@@ -9,7 +9,7 @@
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; call doadump; reset
+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