diff options
author | Alfred Perlstein <alfred@FreeBSD.org> | 2012-11-01 04:07:08 +0000 |
---|---|---|
committer | Alfred Perlstein <alfred@FreeBSD.org> | 2012-11-01 04:07:08 +0000 |
commit | 21d748a9573ee91dc2434ffd2688e4ea25fb5f06 (patch) | |
tree | e88b6b96e5a2b38ee55f4ff5bce4bacc8dbd543c /share/man/man4/ddb.4 | |
parent | 72a4047ca70a8a4f9e35e7eb596dd95f6a3139fe (diff) |
Small textdump enhancements.
Allow textdumps to be called explicitly from DDB.
If "dump" is called in DDB and textdumps are enabled then abort the
dump and tell the user to turn off textdumps.
Add options TEXTDUMP_PREFERRED to turn textdumps on by default.
Add options TEXTDUMP_VERBOSE to be a bit more verbose while textdumping.
Reviewed by: rwatson
MFC after: 2 weeks
Notes
Notes:
svn path=/head/; revision=242424
Diffstat (limited to 'share/man/man4/ddb.4')
-rw-r--r-- | share/man/man4/ddb.4 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/share/man/man4/ddb.4 b/share/man/man4/ddb.4 index cefa7dd4f6ac..c1751552b007 100644 --- a/share/man/man4/ddb.4 +++ b/share/man/man4/ddb.4 @@ -1176,6 +1176,7 @@ section for more information on the scripting facility. .It Ic textdump set .It Ic textdump status .It Ic textdump unset +.It Ic textdump dump The .Ic textdump set command may be used to force the next kernel core dump to be a textdump @@ -1184,6 +1185,9 @@ rather than a traditional memory dump or minidump. reports whether a textdump has been scheduled. .Ic textdump unset cancels a request to perform a textdump as the next kernel core dump. +Use the +.Ic textdump dump +command to immediately perform a textdump. More information may be found in .Xr textdump 4 . .El |