From owner-freebsd-current@FreeBSD.ORG Tue Dec 17 22:15:52 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3F17D149 for ; Tue, 17 Dec 2013 22:15:52 +0000 (UTC) Received: from mail-qc0-x235.google.com (mail-qc0-x235.google.com [IPv6:2607:f8b0:400d:c01::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 00F8F1265 for ; Tue, 17 Dec 2013 22:15:51 +0000 (UTC) Received: by mail-qc0-f181.google.com with SMTP id e9so5487672qcy.12 for ; Tue, 17 Dec 2013 14:15:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=WCzDL1rScm5VYnH2nO1nE9ndRPaQ+CCXb1Lkr8wWmwk=; b=ee0xCQpAH6JGy+HIhEy+EtJ7+4hn+GPstJkILid9DsxyPcMCxRuNMY/pD1rvv+WcD8 Jum25v7fgxBvGs4bUYfdE2+AnTwdjHzaRHWEwxmuiM0SUZCDINKwsXxl1B4zBEe4M4FT 5Qe06uBZdLXaObUzgxrqo3XQWaJoHblxmHrgrb30gWowNBsgBlV9Sx7sS7k4prRHP0gZ /Pabhyu+C14HsT5pNWxn9d0sOrblKtiwumWvNi8GDHJDvq6lxFyHCYgjNDyHKgRxZyGD mSF4mZycJCVX5jNCuMHUnJ/LER5P9ViOu9Qxxe0uwAU+NjOHxcf1p5J9UPwlXG7joUZZ MKYg== MIME-Version: 1.0 X-Received: by 10.49.108.200 with SMTP id hm8mr47570432qeb.53.1387318551187; Tue, 17 Dec 2013 14:15:51 -0800 (PST) Sender: carpeddiem@gmail.com Received: by 10.224.134.196 with HTTP; Tue, 17 Dec 2013 14:15:51 -0800 (PST) Date: Tue, 17 Dec 2013 17:15:51 -0500 X-Google-Sender-Auth: 0uFnSd3JreN0A3SzGdj4UHJqsr8 Message-ID: Subject: [HEADS UP] enabling LLDB debugger by default on amd64 From: Ed Maste To: FreeBSD Current Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 22:15:52 -0000 The in-tree snapshot of LLDB is at a point where it's usable and suitable for wider testing on amd64, and so I intend to enable it by default in the near future. Further information on the FreeBSD port of LLDB is on the wiki, at https://wiki.freebsd.org/lldb On my desktop LLDB added about 5 minutes to a buildworld and 80MB to objdir (over a baseline of about an hour and 1.8GB). If you wish to avoid building it, you can add 'WITHOUT_LLDB=' to src.conf. -Ed