aboutsummaryrefslogtreecommitdiff
path: root/sys/riscv
diff options
context:
space:
mode:
authorMitchell Horne <mhorne@FreeBSD.org>2022-02-01 17:57:35 +0000
committerMitchell Horne <mhorne@FreeBSD.org>2022-02-01 17:59:54 +0000
commite6ee2b650672590d78fdca2145a0d78f32624f2d (patch)
treec0b745916bfde4493702d946ae1e479b4e2e1606 /sys/riscv
parent93e28d6e89e9fe5e25313762ed248ea7e88c9345 (diff)
Diffstat (limited to 'sys/riscv')
-rw-r--r--sys/riscv/conf/GENERIC1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/riscv/conf/GENERIC b/sys/riscv/conf/GENERIC
index 2ea0ba5c3576..96e0c43a733c 100644
--- a/sys/riscv/conf/GENERIC
+++ b/sys/riscv/conf/GENERIC
@@ -180,6 +180,7 @@ options INVARIANT_SUPPORT # Extra sanity checks of internal structures, require
options WITNESS # Enable checks to detect deadlocks and cycles
options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
options MALLOC_DEBUG_MAXZONES=8 # Separate malloc(9) zones
+options ALT_BREAK_TO_DEBUGGER # Enter debugger on keyboard escape sequence
# options EARLY_PRINTF
options VERBOSE_SYSINIT=0 # Support debug.verbose_sysinit, off by default