diff options
author | jhb <jhb@FreeBSD.org> | 2009-10-29 13:45:33 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2009-10-29 13:45:33 +0000 |
commit | 4a35dc71f098b4633be90750d5fdfc5b0c50c34a (patch) | |
tree | f5e9d980c9393affb0f2fa5d5dd6e8932792e950 /usr.sbin | |
parent | de0cdbf89c7befff1842227b98ea74697bf0b37b (diff) | |
download | FreeBSD-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-x | usr.sbin/crashinfo/crashinfo.sh | 7 |
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 |