Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Jun 2011 01:28:12 +0000 (UTC)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/ddb db_command.c src/sys/kern kern_shutdown.c src/sys/sys conf.h
Message-ID:  <201106070128.p571ScnV072057@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

marcel      2011-06-07 01:28:12 UTC

  FreeBSD src repository

  Modified files:
    sys/ddb              db_command.c 
    sys/kern             kern_shutdown.c 
    sys/sys              conf.h 
  Log:
  SVN rev 222801 on 2011-06-07 01:28:12Z by marcel
  
  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.
  
  Revision  Changes    Path
  1.87      +24 -0     src/sys/ddb/db_command.c
  1.210     +16 -14    src/sys/kern/kern_shutdown.c
  1.261     +1 -0      src/sys/sys/conf.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106070128.p571ScnV072057>