svn commit: r278700 - stable/10/sys/arm/conf

Ian Lepore ian at FreeBSD.org
Fri Feb 13 20:18:30 UTC 2015


Author: ian
Date: Fri Feb 13 20:18:29 2015
New Revision: 278700
URL: https://svnweb.freebsd.org/changeset/base/278700

Log:
  MFC r277037: Enable ALT_BREAK_TO_DEBUGGER for rpi.

Modified:
  stable/10/sys/arm/conf/RPI-B
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/arm/conf/RPI-B
==============================================================================
--- stable/10/sys/arm/conf/RPI-B	Fri Feb 13 20:15:10 2015	(r278699)
+++ stable/10/sys/arm/conf/RPI-B	Fri Feb 13 20:18:29 2015	(r278700)
@@ -59,6 +59,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