svn commit: r277037 - head/sys/arm/conf

Ian Lepore ian at FreeBSD.org
Mon Jan 12 02:29:24 UTC 2015


Author: ian
Date: Mon Jan 12 02:29:23 2015
New Revision: 277037
URL: https://svnweb.freebsd.org/changeset/base/277037

Log:
  Enable ALT_BREAK_TO_DEBUGGER for rpi.

Modified:
  head/sys/arm/conf/RPI-B

Modified: head/sys/arm/conf/RPI-B
==============================================================================
--- head/sys/arm/conf/RPI-B	Mon Jan 12 02:10:45 2015	(r277036)
+++ head/sys/arm/conf/RPI-B	Mon Jan 12 02:29:23 2015	(r277037)
@@ -60,6 +60,7 @@ options 	VFP			# Enable floating point h
 # 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:


More information about the svn-src-all mailing list