From owner-svn-src-all@FreeBSD.ORG Wed Nov 4 16:05:18 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED39A106568B; Wed, 4 Nov 2009 16:05:18 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id DC05A8FC1D; Wed, 4 Nov 2009 16:05:18 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id nA4G5ITm037600; Wed, 4 Nov 2009 16:05:18 GMT (envelope-from jhb@svn.freebsd.org) Received: (from jhb@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id nA4G5I57037598; Wed, 4 Nov 2009 16:05:18 GMT (envelope-from jhb@svn.freebsd.org) Message-Id: <200911041605.nA4G5I57037598@svn.freebsd.org> From: John Baldwin Date: Wed, 4 Nov 2009 16:05:18 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org X-SVN-Group: stable-7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r198903 - stable/7/usr.sbin/crashinfo X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Nov 2009 16:05:19 -0000 Author: jhb Date: Wed Nov 4 16:05:18 2009 New Revision: 198903 URL: http://svn.freebsd.org/changeset/base/198903 Log: MFC 198586: Include the output of the ddb(4) capture buffer. Modified: stable/7/usr.sbin/crashinfo/crashinfo.sh Directory Properties: stable/7/usr.sbin/crashinfo/ (props changed) Modified: stable/7/usr.sbin/crashinfo/crashinfo.sh ============================================================================== --- stable/7/usr.sbin/crashinfo/crashinfo.sh Wed Nov 4 16:05:09 2009 (r198902) +++ stable/7/usr.sbin/crashinfo/crashinfo.sh Wed Nov 4 16:05:18 2009 (r198903) @@ -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