summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2009-10-29 13:45:33 +0000
committerjhb <jhb@FreeBSD.org>2009-10-29 13:45:33 +0000
commit4a35dc71f098b4633be90750d5fdfc5b0c50c34a (patch)
treef5e9d980c9393affb0f2fa5d5dd6e8932792e950 /usr.sbin
parentde0cdbf89c7befff1842227b98ea74697bf0b37b (diff)
downloadFreeBSD-src-4a35dc71f098b4633be90750d5fdfc5b0c50c34a.zip
FreeBSD-src-4a35dc71f098b4633be90750d5fdfc5b0c50c34a.tar.gz
Include the output of the ddb(4) capture buffer.
Submitted by: Mikolaj Golub to my trociny of gmail MFC after: 3 days
Diffstat (limited to 'usr.sbin')
-rwxr-xr-xusr.sbin/crashinfo/crashinfo.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/usr.sbin/crashinfo/crashinfo.sh b/usr.sbin/crashinfo/crashinfo.sh
index cd41009..886affd 100755
--- a/usr.sbin/crashinfo/crashinfo.sh
+++ b/usr.sbin/crashinfo/crashinfo.sh
@@ -304,3 +304,10 @@ echo "------------------------------------------------------------------------"
echo "kernel config"
echo
config -x $KERNEL
+
+echo
+echo "------------------------------------------------------------------------"
+echo "ddb capture buffer"
+echo
+
+ddb capture -M $VMCORE -N $KERNEL print
OpenPOWER on IntegriCloud