On Mon, Jun 6, 2011 at 6:28 PM, Marcel Moolenaar <mar...@freebsd.org> wrote:
> Author: marcel
> Date: Tue Jun  7 01:28:12 2011
> New Revision: 222801
> URL: http://svn.freebsd.org/changeset/base/222801
>
> Log:
>  Fix making kernel dumps from the debugger by creating a command
>  for it. Do not not expect a developer to call doadump(). Calling
>  doadump does not necessarily work when it's declared static. Nor
>  does it necessarily do what was intended in the context of text
>  dumps. The dump command always creates a core dump.
>
>  Move printing of error messages from doadump to the dump command,
>  now that we don't have to worry about being called from DDB.
>
> Modified:
>  head/sys/ddb/db_command.c
>  head/sys/kern/kern_shutdown.c
>  head/sys/sys/conf.h

You rock Marcel!
Thanks,
-Garrett
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to