svn commit: r198586 - head/usr.sbin/crashinfo

John Baldwin jhb at FreeBSD.org
Thu Oct 29 13:45:33 UTC 2009


Author: jhb
Date: Thu Oct 29 13:45:33 2009
New Revision: 198586
URL: http://svn.freebsd.org/changeset/base/198586

Log:
  Include the output of the ddb(4) capture buffer.
  
  Submitted by:	Mikolaj Golub  to my trociny of gmail
  MFC after:	3 days

Modified:
  head/usr.sbin/crashinfo/crashinfo.sh

Modified: head/usr.sbin/crashinfo/crashinfo.sh
==============================================================================
--- head/usr.sbin/crashinfo/crashinfo.sh	Thu Oct 29 13:44:58 2009	(r198585)
+++ head/usr.sbin/crashinfo/crashinfo.sh	Thu Oct 29 13:45:33 2009	(r198586)
@@ -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


More information about the svn-src-head mailing list