[Glibc-bsd-commits] r4667 - trunk/kfreebsd-10/debian/patches
rmh at alioth.debian.org
rmh at alioth.debian.org
Mon Jul 8 12:48:43 UTC 2013
Author: rmh
Date: 2013-07-02 10:37:29 +0000 (Tue, 02 Jul 2013)
New Revision: 4667
Modified:
trunk/kfreebsd-10/debian/patches/999_config.diff
Log:
Include DEBIAN_DEBUG and DEBIAN_NODEBUG which were left out in earlier commit
Modified: trunk/kfreebsd-10/debian/patches/999_config.diff
===================================================================
--- trunk/kfreebsd-10/debian/patches/999_config.diff 2013-07-02 08:22:13 UTC (rev 4666)
+++ trunk/kfreebsd-10/debian/patches/999_config.diff 2013-07-02 10:37:29 UTC (rev 4667)
@@ -153,3 +153,49 @@
+
+# Disable binary blobs
+include WITHOUT_SOURCELESS
+--- /dev/null
++++ b/sys/conf/DEBIAN_DEBUG
+@@ -0,0 +1,22 @@
++makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
++
++## Not yet
++#makeoptions WITH_CTF=1 # Run ctfconvert(1) for DTrace support
++nomakeoptions WITH_CTF
++
++## Not yet (IMPORTANT: KDTRACE_FRAME is only for amd64!!)
++#options KDTRACE_FRAME # Ensure frames are compiled in
++#options KDTRACE_HOOKS # Kernel DTrace hooks
++#options DDB_CTF # Kernel ELF linker loads CTF data
++
++options DDB # Support DDB.
++options GDB # Support remote GDB.
++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 # Separate malloc(9) zones
++
++# Disable minimum debugger support
++nooptions KDB_TRACE # Print a stack trace for a panic.
+--- /dev/null
++++ b/sys/conf/DEBIAN_NODEBUG
+@@ -0,0 +1,18 @@
++nomakeoptions DEBUG # Build kernel with gdb(1) debug symbols
++nomakeoptions WITH_CTF # Run ctfconvert(1) for DTrace support
++
++nooptions KDTRACE_FRAME # Ensure frames are compiled in
++nooptions KDTRACE_HOOKS # Kernel DTrace hooks
++nooptions DDB_CTF # Kernel ELF linker loads CTF data
++
++nooptions DDB # Support DDB.
++nooptions GDB # Support remote GDB.
++nooptions DEADLKRES # Enable the deadlock resolver
++nooptions INVARIANTS # Enable calls of extra sanity checking
++nooptions INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
++nooptions WITNESS # Enable checks to detect deadlocks and cycles
++nooptions WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
++nooptions MALLOC_DEBUG_MAXZONES # Separate malloc(9) zones
++
++# Enable minimum debugger support
++options KDB_TRACE # Print a stack trace for a panic.
More information about the Glibc-bsd-commits
mailing list