Add db_rint(), an MI interface to db_enter() copied from kdbrint() in vax code
authorjca <jca@openbsd.org>
Tue, 12 Jul 2022 17:12:31 +0000 (17:12 +0000)
committerjca <jca@openbsd.org>
Tue, 12 Jul 2022 17:12:31 +0000 (17:12 +0000)
commitcb52a4d974a514b32522060247925ec275b651a0
tree2e0a5bffa5df10f0c6138426237e4cc39900e8b5
parent5a030e60546510c38a8eb1913bca7311063bdaf6
Add db_rint(), an MI interface to db_enter() copied from kdbrint() in vax code

If ddb.console is set and your serial console driver uses it, db_rint(),
lets you enter ddb(4) by typing the ESC D escape sequence.  This is
useful for drivers like sfuart(4) where the hardware doesn't have a true
BREAK mechanism.

Suggested by miod@, ok kettenis@ miod@
sys/conf/files
sys/ddb/db_rint.c [new file with mode: 0644]
sys/sys/systm.h