From owner-freebsd-hackers@FreeBSD.ORG Mon Dec 24 04:14:48 2012 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B2C32115; Mon, 24 Dec 2012 04:14:48 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) by mx1.freebsd.org (Postfix) with ESMTP id 176C48FC13; Mon, 24 Dec 2012 04:14:47 +0000 (UTC) Received: by mail-wi0-f172.google.com with SMTP id o1so6204424wic.11 for ; Sun, 23 Dec 2012 20:14:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=51sU0aVoEbfuJ3zO4iLGKQPUi6hOH4sbki37iTo1ouw=; b=Kk7oHIzP/Q8l08QOa5hpb+I3rF8jw+/HCuvqoH6dJIIACFGuw+mTleZ1rXVY4B3qzV SFMImajyoXLtOWEtuhjU7icvea2kz5M+IhVxGDyXvU1icpgoYBLtv+FMFpkq55Keep1b 3NcRimTtuFSdVruXos+hFxEU3dNtQ9KuPaemMGTLirLstJqYttUohGXBdaoUXUw+owJ8 gxB9ZtZIJOFDj9Leqy5lRcxsobYjkFQZl44P2wTsV1MJ5pCTj033Hh5M+FjBI5d1vMe9 cYUfWHJl/BUkk09a1eOh+HiRqarjqnEsW6FiVKTDpgBq8IyzUCo5g7dgqBeVQSwMASO/ hWMg== MIME-Version: 1.0 Received: by 10.194.93.40 with SMTP id cr8mr33968745wjb.16.1356322486952; Sun, 23 Dec 2012 20:14:46 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.217.57.9 with HTTP; Sun, 23 Dec 2012 20:14:46 -0800 (PST) In-Reply-To: <50D7D229.6050302@mu.org> References: <20121222164602.GB32022@sandvine.com> <1Tmb5f-000Jy5-CT@internal.tormail.org> <50D684D7.8050906@mu.org> <50D699E3.3090606@mu.org> <50D7D229.6050302@mu.org> Date: Sun, 23 Dec 2012 20:14:46 -0800 X-Google-Sender-Auth: P67xPLFbk9ZtJOkfxJmsWSYtjms Message-ID: Subject: Re: [PATCH] Add WITH_DEBUG_FILES knob to enable separate debug files From: Adrian Chadd To: Alfred Perlstein Content-Type: text/plain; charset=ISO-8859-1 Cc: Garrett Cooper , freebsd-hackers@freebsd.org, Ed Maste , Jan Beich X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Dec 2012 04:14:48 -0000 On 23 December 2012 19:55, Alfred Perlstein wrote: > I had "WITH_CTF=yes" in my /etc/make.conf so this appears to be fallout of > WITH_CTF=yes. Basically this seems incompatible with dtrace unless I figure > it out further. Oh god, please figure this mess out. I'll take you out for drinks if you get dtrace kernel+user debugging working out of the box in -HEAD and stable/9. Adrian