Enable ALT_BREAK_TO_DEBUGGER for rpi.

This commit is contained in:
ian 2015-01-12 02:29:23 +00:00
parent 2eeb1230c4
commit e99b3a8d1a

View File

@ -60,6 +60,7 @@ options VFP # Enable floating point hardware support
# Debugging for use in -current
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
options BREAK_TO_DEBUGGER
options ALT_BREAK_TO_DEBUGGER
#options VERBOSE_SYSINIT # Enable verbose sysinit messages
options KDB # Enable kernel debugger support
# For minimum debugger support (stable branch) use: