Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Jan 2015 02:29:24 +0000 (UTC)
From:      Ian Lepore <ian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r277037 - head/sys/arm/conf
Message-ID:  <201501120229.t0C2TO14097848@svn.freebsd.org>

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



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