Date: Thu, 21 Jul 2016 22:13:40 +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-11@freebsd.org Subject: svn commit: r303163 - stable/11/sys/arm/conf Message-ID: <201607212213.u6LMDeo5065355@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ian Date: Thu Jul 21 22:13:40 2016 New Revision: 303163 URL: https://svnweb.freebsd.org/changeset/base/303163 Log: Disable debugging options in arm configurations. Approved by: re (gjb) Modified: stable/11/sys/arm/conf/std.arm stable/11/sys/arm/conf/std.armv6 Modified: stable/11/sys/arm/conf/std.arm ============================================================================== --- stable/11/sys/arm/conf/std.arm Thu Jul 21 21:14:57 2016 (r303162) +++ stable/11/sys/arm/conf/std.arm Thu Jul 21 22:13:40 2016 (r303163) @@ -9,28 +9,3 @@ makeoptions DEBUG=-g # Build kernel wit options KDB # Enable kernel debugger support. options KDB_TRACE # Print a stack trace for a panic. -# For full debugger support use (turn off in stable branch): -options DDB # Support DDB -#options DEADLKRES # Enable the deadlock resolver -options INVARIANTS # Enable calls of extra sanity checking -options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS -options WITNESS # Enable checks to detect deadlocks and cycles -options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed -#options MALLOC_DEBUG_MAXZONES=8 # Separate malloc(9) zones -options ALT_BREAK_TO_DEBUGGER # Enter debugger on keyboard escape sequence -options USB_DEBUG # Enable usb debug support code - -# Optional extras, never enabled by default: -#options BOOTVERBOSE -#options DEBUG # May result in extreme spewage -#options KTR -#options KTR_COMPILE=KTR_ALL -#options KTR_ENTRIES=16384 -#options KTR_MASK=(KTR_SPARE2) -#options KTR_VERBOSE=0 -#options USB_REQ_DEBUG -#options USB_VERBOSE -#options VERBOSE_SYSINIT # Enable verbose sysinit messages - - - Modified: stable/11/sys/arm/conf/std.armv6 ============================================================================== --- stable/11/sys/arm/conf/std.armv6 Thu Jul 21 21:14:57 2016 (r303162) +++ stable/11/sys/arm/conf/std.armv6 Thu Jul 21 22:13:40 2016 (r303163) @@ -52,26 +52,3 @@ makeoptions DEBUG=-g # Build kernel wit options KDB # Enable kernel debugger support. options KDB_TRACE # Print a stack trace for a panic. -# For full debugger support use (turn off in stable branch): -options DDB # Support DDB -#options DEADLKRES # Enable the deadlock resolver -options INVARIANTS # Enable calls of extra sanity checking -options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS -options WITNESS # Enable checks to detect deadlocks and cycles -options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed -options MALLOC_DEBUG_MAXZONES=8 # Separate malloc(9) zones -options ALT_BREAK_TO_DEBUGGER # Enter debugger on keyboard escape sequence -options USB_DEBUG # Enable usb debug support code - -# Optional extras, never enabled by default: -#options BOOTVERBOSE -#options DEBUG # May result in extreme spewage -#options KTR -#options KTR_COMPILE=KTR_ALL -#options KTR_ENTRIES=16384 -#options KTR_MASK=(KTR_SPARE2) -#options KTR_VERBOSE=0 -#options USB_REQ_DEBUG -#options USB_VERBOSE -#options VERBOSE_SYSINIT # Enable verbose sysinit messages -
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607212213.u6LMDeo5065355>