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
F153155864: D28152.id82276.diff
Sun, Apr 19, 12:37 PM
F153126585: D28152.id82256.diff
Sun, Apr 19, 8:32 AM
F153102178: D28152.id.diff
Sun, Apr 19, 4:03 AM
Unknown Object (File)
Fri, Apr 17, 6:00 AM
Unknown Object (File)
Wed, Apr 15, 8:33 AM
Unknown Object (File)
Wed, Apr 15, 8:28 AM
Unknown Object (File)
Mon, Apr 13, 12:50 AM
Unknown Object (File)
Fri, Apr 10, 12:37 AM

Details

Summary

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

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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?