Page MenuHomeFreeBSD

Add ddb show panicstr command.
ClosedPublic

Authored by bz on Dec 12 2015, 12:06 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Dec 11, 2:34 AM
Unknown Object (File)
Sun, Nov 24, 12:31 PM
Unknown Object (File)
Sun, Nov 24, 12:29 PM
Unknown Object (File)
Nov 12 2024, 3:55 AM
Unknown Object (File)
Oct 25 2024, 5:44 PM
Unknown Object (File)
Oct 23 2024, 7:47 PM
Unknown Object (File)
Sep 29 2024, 11:26 PM
Unknown Object (File)
Sep 24 2024, 5:23 PM
Subscribers

Details

Summary

While it should be easy to print the panicstr people (incl. me)
seem to constantly fail to get it right. Add a ddb(4) command
to show the panicstr. Let sysops know when it is not set.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 1598
Build 1604: arc lint + arc unit

Event Timeline

bz retitled this revision from to Add ddb show panicstr command..
bz updated this object.
bz edited the test plan for this revision. (Show Details)

I would maybe just call it 'show panic'? Some ddb commands are documented in ddb.4 and this one makes sense to add there.

This revision was automatically updated to reflect the committed changes.