Date: Mon, 6 Jun 2011 18:30:48 -0700 From: Garrett Cooper <yanegomi@gmail.com> To: Marcel Moolenaar <marcel@freebsd.org> 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 Message-ID: <BANLkTikRUP0YcpOXB8qV7tG%2BbZgx76H1tw@mail.gmail.com> In-Reply-To: <201106070128.p571SCVI059714@svn.freebsd.org> References: <201106070128.p571SCVI059714@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jun 6, 2011 at 6:28 PM, Marcel Moolenaar <marcel@freebsd.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?BANLkTikRUP0YcpOXB8qV7tG%2BbZgx76H1tw>