Page MenuHomeFreeBSD

Split out the NODEBUG options to a common file
ClosedPublic

Authored by andrew on Jan 14 2021, 11:06 AM.
Tags
None
Referenced Files
F164723968: D28152.id82256.diff
Mon, Aug 3, 8:53 AM
F164671589: D28152.id82276.diff
Mon, Aug 3, 2:31 AM
Unknown Object (File)
Sun, Aug 2, 12:57 AM
Unknown Object (File)
Sat, Jul 25, 3:24 PM
Unknown Object (File)
Mon, Jul 20, 10:11 PM
Unknown Object (File)
Sun, Jul 19, 3:46 PM
Unknown Object (File)
Sat, Jul 18, 5:15 AM
Unknown Object (File)
Thu, Jul 16, 2:23 PM

Details

Summary

This is the superset of the nooptions found in the -DEBUG kernels.

Diff Detail

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

Event Timeline

This revision is now accepted and ready to land.Jan 14 2021, 11:18 AM

LGTM.

IMO we might want to revisit later and separate these into multiple sets e.g. USB_DEBUG and HID_DEBUG include extra debug that can be enabled at run time and are in a different category from something like WITNESS. For later though, such a change can be more easily investigated/implemented on top of this.

is there an equivalent std.debug file for stable branches?