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