From owner-svn-src-head@FreeBSD.ORG Tue Jun 7 01:30:50 2011 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 88B901065670; Tue, 7 Jun 2011 01:30:50 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id E35E58FC16; Tue, 7 Jun 2011 01:30:49 +0000 (UTC) Received: by vws18 with SMTP id 18so4551854vws.13 for ; Mon, 06 Jun 2011 18:30:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=dWoiKenNNO+11zS2AdZoxIiGA02SheQl5PMLShkpHc0=; b=RRgxE96qUuGY7G8ptM6Ot0BSOn2QoRls56hAYcU4rxfhpeawaOHGEYjCS8YLq07VQ+ zqVf+7LR5xMpUZTaCDyRptosoLp74cyy/zIZlug+uXYoH8y/ouq8epMwrORN2NmSx7DZ 77nQxk7ttsYTakNHCuounfEpguOaG3Hpvtga0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=bfBNTzPIEW1x5/qMy7msJGsJlxWMJlk+79ES7RVLLYvlRN2WnN45YHbllqvdw6P50m DfzCDuS9msfeY5WWUPErTiLlmef9Ii+pLnM5d0swqS4RLdBbY4dOIuLfNv6RjdgTRCXV TLtasUe1HUBiGG9bt0H1n8ij0OBojdHUJAeHY= MIME-Version: 1.0 Received: by 10.220.213.195 with SMTP id gx3mr839552vcb.23.1307410249030; Mon, 06 Jun 2011 18:30:49 -0700 (PDT) Received: by 10.220.189.202 with HTTP; Mon, 6 Jun 2011 18:30:48 -0700 (PDT) In-Reply-To: <201106070128.p571SCVI059714@svn.freebsd.org> References: <201106070128.p571SCVI059714@svn.freebsd.org> Date: Mon, 6 Jun 2011 18:30:48 -0700 Message-ID: From: Garrett Cooper To: Marcel Moolenaar Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r222801 - in head/sys: ddb kern sys X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jun 2011 01:30:50 -0000 On Mon, Jun 6, 2011 at 6:28 PM, Marcel Moolenaar wrote= : > Author: marcel > Date: Tue Jun =A07 01:28:12 2011 > New Revision: 222801 > URL: http://svn.freebsd.org/changeset/base/222801 > > Log: > =A0Fix making kernel dumps from the debugger by creating a command > =A0for it. Do not not expect a developer to call doadump(). Calling > =A0doadump does not necessarily work when it's declared static. Nor > =A0does it necessarily do what was intended in the context of text > =A0dumps. The dump command always creates a core dump. > > =A0Move printing of error messages from doadump to the dump command, > =A0now that we don't have to worry about being called from DDB. > > Modified: > =A0head/sys/ddb/db_command.c > =A0head/sys/kern/kern_shutdown.c > =A0head/sys/sys/conf.h You rock Marcel! Thanks, -Garrett