From owner-svn-src-head@FreeBSD.ORG Tue Dec 3 21:51:17 2013 Return-Path: Delivered-To: svn-src-head@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 005F7644; Tue, 3 Dec 2013 21:51:16 +0000 (UTC) Received: from mail-qa0-x22a.google.com (mail-qa0-x22a.google.com [IPv6:2607:f8b0:400d:c00::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7A9081538; Tue, 3 Dec 2013 21:51:16 +0000 (UTC) Received: by mail-qa0-f42.google.com with SMTP id k4so5969693qaq.8 for ; Tue, 03 Dec 2013 13:51:15 -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:message-id:subject :from:to:cc:content-type; bh=HzvP7JziIVBW+ME38aFS74G0bcrEPmzyrzNa9nVU318=; b=VLHFM3q7jFRNH0/hbOc4LmFs7pmMJnkM0ujzWtN/V1N+GEpnCYI9QgN/5MmFs8gKgQ oVYvjWymBwEIxlUTEIHo+QZmn4gRNwwRmIW4/vGw0yEQVZgqNcMyCATZn15TyO+l+lrO +u10HnPHV8N65at3nHQTiV7tiA+Cwg6vVnKcyEAbjS812iZV7rZFWI3j+8U6BzVhQXhg E5bBNfbQvgvIonLgLaqErkro6vlAYXViCZooCsG8+Y0BnXMNoJq50WzR3WXfTZgXncy7 inqJXqkGLY7LbVZ0mmqR0PDwXnpNVAuk8V6p/brDbWNdiAKpzpLjVViM/9QBn6MbGkns fX0g== MIME-Version: 1.0 X-Received: by 10.49.15.3 with SMTP id t3mr26839022qec.22.1386107475658; Tue, 03 Dec 2013 13:51:15 -0800 (PST) Sender: carpeddiem@gmail.com Received: by 10.224.134.196 with HTTP; Tue, 3 Dec 2013 13:51:15 -0800 (PST) In-Reply-To: References: <201312031923.rB3JNtSn055377@svn.freebsd.org> Date: Tue, 3 Dec 2013 16:51:15 -0500 X-Google-Sender-Auth: cac9ZYSwEO6z-vcBOgtf2QEQw-g Message-ID: Subject: Re: svn commit: r258884 - in head: contrib/llvm/tools/lldb/include/lldb contrib/llvm/tools/lldb/include/lldb/API contrib/llvm/tools/lldb/include/lldb/Breakpoint contrib/llvm/tools/lldb/include/lldb/Cor... From: Ed Maste To: Eitan Adler Content-Type: text/plain; charset=ISO-8859-1 Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Dec 2013 21:51:17 -0000 On 3 December 2013 15:48, Eitan Adler wrote: > On Tue, Dec 3, 2013 at 2:23 PM, Ed Maste wrote: >> Author: emaste >> Date: Tue Dec 3 19:23:54 2013 >> New Revision: 258884 >> URL: http://svnweb.freebsd.org/changeset/base/258884 >> >> Log: >> Update LLDB to upstream r196259 snapshot > > Thanks! > > When you update vendor sources can you please include a brief > changelog? It would help to know if its worth updating or what new > features to get excited about. :) LLDB is in sort of a "technology preview" state on FreeBSD at the moment, and each new snapshot brings a slew of bug fixes and improvements. At this point each snapshot is worth an update and rebuild for anyone testing. Before too long we'll be able to track LLDB releases (e.g. 3.5, 3.6) in FreeBSD just as we do with clang and llvm, and you can refer to the upstream changelogs. In this specific case the snapshot update was done as a prerequisite to the threaded inferior support, which I just committed in r258892. You can see the current state of the port at https://wiki.freebsd.org/lldb, and I'm very interested in hearing about any test results.