git: e6ee2b650672 - main - riscv: add ALT_BREAK_TO_DEBUGGER to GENERIC
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 01 Feb 2022 18:00:23 UTC
The branch main has been updated by mhorne:
URL: https://cgit.FreeBSD.org/src/commit/?id=e6ee2b650672590d78fdca2145a0d78f32624f2d
commit e6ee2b650672590d78fdca2145a0d78f32624f2d
Author: Mitchell Horne <mhorne@FreeBSD.org>
AuthorDate: 2022-02-01 17:57:35 +0000
Commit: Mitchell Horne <mhorne@FreeBSD.org>
CommitDate: 2022-02-01 17:59:54 +0000
riscv: add ALT_BREAK_TO_DEBUGGER to GENERIC
It allows quickly entering ddb(4) over a serial line.
Reviewed by: jhb
MFC after: 3 days
Differential Revision: https://reviews.freebsd.org/D34119
---
sys/riscv/conf/GENERIC | 1 +
1 file changed, 1 insertion(+)
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