From owner-svn-src-stable-9@FreeBSD.ORG Wed Oct 26 07:11:52 2011 Return-Path: Delivered-To: svn-src-stable-9@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B1079106564A; Wed, 26 Oct 2011 07:11:52 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 5D5C58FC08; Wed, 26 Oct 2011 07:11:51 +0000 (UTC) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id JAA28488; Wed, 26 Oct 2011 09:52:18 +0300 (EEST) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1RIxLW-000D7n-84; Wed, 26 Oct 2011 09:52:18 +0300 Message-ID: <4EA7AE21.4030608@FreeBSD.org> Date: Wed, 26 Oct 2011 09:52:17 +0300 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:7.0.1) Gecko/20111002 Thunderbird/7.0.1 MIME-Version: 1.0 To: Sergey Kandaurov , Ken Smith References: <201110152123.p9FLN5Ht031202@svn.freebsd.org> <1318862413.55691.12.camel@bauer.cse.buffalo.edu> In-Reply-To: X-Enigmail-Version: undefined Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: svn-src-stable@FreeBSD.org, Adrian Chadd , src-committers@FreeBSD.org, svn-src-all@FreeBSD.org, svn-src-stable-9@FreeBSD.org Subject: Re: svn commit: r226405 - in stable/9: . etc/defaults lib/libc/stdlib sys/amd64/conf sys/i386/conf sys/ia64/conf sys/pc98/conf sys/powerpc/conf sys/sparc64/conf X-BeenThere: svn-src-stable-9@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for only the 9-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2011 07:11:52 -0000 on 25/10/2011 22:22 Sergey Kandaurov said the following: > In 8-STABLE (and 8.2) both KDB and KDB_TRACE present in GENERIC > kernels (added in r214326, I guess they are needed for printing a stack > trace on panic). Were these options removed intentionally in this commit? > Sergey, good catch! Ken, could you please restore the KDB option and add the KDB_TRACE option to GENERICs in stable/9? KDB is not a debugger, but a "debugger support"; that is, it adds a few routines useful for debugging. KDB_TRACE provides a nice stack trace on panic. Please see r214326. -- Andriy Gapon