Page MenuHomeFreeBSD

Rework the MPR/MPS debug print API.
ClosedPublic

Authored by scottl on Jan 18 2017, 10:53 PM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 20 2023, 2:19 AM
Unknown Object (File)
Nov 10 2023, 12:16 AM
Unknown Object (File)
Nov 9 2023, 5:46 AM
Unknown Object (File)
Nov 8 2023, 12:15 AM
Unknown Object (File)
Nov 7 2023, 5:47 AM
Unknown Object (File)
Nov 6 2023, 6:04 PM
Unknown Object (File)
Nov 5 2023, 5:32 AM
Unknown Object (File)
Oct 13 2023, 8:13 AM
Subscribers
None

Details

Summary

Rework the debug print API. Event printing no longer gets special handling. All of the printing from the tables file now has wrappers so that the handling is cleaner and it's possible to print something out (say, during development) without having to fight the global debug flags. This re-org will also make it easier to have the tables be compiled out at build time if desired.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

scottl retitled this revision from to Rework the debug print API. Event printing no longer gets special handling. All of the printing from the tables file now has wrappers so that the handling is cleaner and it's possible to print something out (say, during development) without....
scottl updated this object.
scottl edited the test plan for this revision. (Show Details)
scottl retitled this revision from Rework the debug print API. Event printing no longer gets special handling. All of the printing from the tables file now has wrappers so that the handling is cleaner and it's possible to print something out (say, during development) without... to Rework the MPR/MPS debug print API..Jan 18 2017, 10:54 PM
scottl updated this object.
scottl added a reviewer: ken.
slm edited edge metadata.

Looks good Scott. I like it.

This revision is now accepted and ready to land.Jan 19 2017, 6:07 PM