1# 2# std.debug -- Enable debug options for -CURRENT. 3# 4 5options BUF_TRACKING # Track buffer history 6#options FULL_BUF_TRACKING # Track more buffer history 7options DDB # Support DDB. 8options FULL_BUF_TRACKING # Track more buffer history 9options GDB # Support remote GDB. 10options DEADLKRES # Enable the deadlock resolver 11options INVARIANTS # Enable calls of extra sanity checking 12options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS 13options QUEUE_MACRO_DEBUG_TRASH # Trash queue(2) internal pointers on invalidation 14options WITNESS # Enable checks to detect deadlocks and cycles 15options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed 16options MALLOC_DEBUG_MAXZONES=8 # Separate malloc(9) zones 17options VERBOSE_SYSINIT=0 # Support debug.verbose_sysinit, off by default 18options ALT_BREAK_TO_DEBUGGER # Enter debugger on keyboard escape sequence 19#options DEBUG_VFS_LOCKS 20 21# Net80211 debugging 22options IEEE80211_DEBUG 23 24# USB debugging 25options USB_DEBUG 26options HID_DEBUG 27 28# CAM debugging 29options CAMDEBUG 30