Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Feb 2015 20:18:30 +0000 (UTC)
From:      Ian Lepore <ian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r278700 - stable/10/sys/arm/conf
Message-ID:  <201502132018.t1DKIUpG069280@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502132018.t1DKIUpG069280>