Searched hist:222801 (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/ddb/
H A Ddb_command.cdiff 222801 Mon Jun 06 23:38:21 MDT 2011 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.
/freebsd-11-stable/sys/kern/
H A Dkern_shutdown.cdiff 222801 Mon Jun 06 23:38:21 MDT 2011 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.
/freebsd-11-stable/sys/sys/
H A Dconf.hdiff 222801 Mon Jun 06 23:38:21 MDT 2011 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.

Completed in 295 milliseconds