From owner-freebsd-emulation@FreeBSD.ORG Sun Dec 4 22:46:01 2011 Return-Path: Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 018E2106566B; Sun, 4 Dec 2011 22:46:01 +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 02F588FC0A; Sun, 4 Dec 2011 22:45:59 +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 AAA01055; Mon, 05 Dec 2011 00:45:58 +0200 (EET) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1RXKoo-000I8u-7z; Mon, 05 Dec 2011 00:45:58 +0200 Message-ID: <4EDBF824.1050408@FreeBSD.org> Date: Mon, 05 Dec 2011 00:45:56 +0200 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:8.0) Gecko/20111108 Thunderbird/8.0 MIME-Version: 1.0 To: vbox@FreeBSD.org, freebsd-emulation@FreeBSD.org X-Enigmail-Version: undefined Content-Type: text/plain; charset=X-VIET-VPS Content-Transfer-Encoding: 7bit Cc: Subject: building virtualbox-kmod with debugging X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Dec 2011 22:46:01 -0000 This is a gentle reminder that DEBUG config option in virtualbox-ose-kmod ports doesn't have proper (any?) effect. On the other hand one can run make DEBUG_FLAGS="-O1 -g" to achieve a desired effect in the same way as with "normal" kernel modules. Of course the port doesn't know to install the *.symbols files and they are not in pkg-plist. BTW, WITH_CTF option also works from command line. Would be nice to have these features conveniently integrated into the port. -- Andriy Gapon