From owner-cvs-src@FreeBSD.ORG Tue Feb 28 16:56:08 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14D1B16A420; Tue, 28 Feb 2006 16:56:08 +0000 (GMT) (envelope-from marcel@xcllnt.net) Received: from ns1.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D7DC43D53; Tue, 28 Feb 2006 16:55:59 +0000 (GMT) (envelope-from marcel@xcllnt.net) Received: from [192.168.5.6] (dhcp06.vpn.xcllnt.net [192.168.5.6]) by ns1.xcllnt.net (8.13.4/8.13.4) with ESMTP id k1SGtqKu065631; Tue, 28 Feb 2006 08:55:56 -0800 (PST) (envelope-from marcel@xcllnt.net) In-Reply-To: <20060228063546.GA1898@haakonia.hitnet.RWTH-Aachen.DE> References: <200602272156.k1RLuOnF050808@repoman.freebsd.org> <20060228011204.GA56781@ns1.xcllnt.net> <20060228011935.GA26407@xor.obsecurity.org> <20060228013742.GA56890@ns1.xcllnt.net> <20060228063546.GA1898@haakonia.hitnet.RWTH-Aachen.DE> Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: multipart/signed; micalg=sha1; boundary=Apple-Mail-3--370715056; protocol="application/pkcs7-signature" Message-Id: <4C55DEF0-E63A-4305-995F-3191B99011DA@xcllnt.net> From: Marcel Moolenaar Date: Tue, 28 Feb 2006 08:47:21 -0800 To: Christian Brueffer X-Mailer: Apple Mail (2.746.2) X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Kris Kennaway Subject: Re: cvs commit: src/share/man/man4 ddb.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2006 16:56:08 -0000 --Apple-Mail-3--370715056 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; format=flowed On Feb 27, 2006, at 10:35 PM, Christian Brueffer wrote: >>>>> Log: >>>>> DDB depends on KDB for some time now. >>>> >>>> That's not true. Option KDB means that you want to have debugging >>>> code included when source contains it. Option DDB means that you >>>> want the DDB debugger backend. You can have DDB without KDB and >>>> vice versa. >>> >>> ISTR DDB doesn't compile without KDB. >> >> I'm not aware of any breakages. I even tested it just now. I quick >> grep for KDB in DDB related sources yields: > > Well, before committing I build a RELENG_6 kernel with DDB and without > KDB to make sure, and it stopped, telling me that DDB depends on KDB. There's a bogus conditional in i386/i386/machdep.c that should be removed: revision 1.596 date: 2004/07/19 02:46:34; author: silby; state: Exp; lines: +3 -0 Add a #error requiring KDB if DDB is specified. (This can probably be relocated to a better place, if one exists.) It has found its way to amd64 as well and therefore may be elsewhere (not ia64, as that works as expected). -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net --Apple-Mail-3--370715056--