From owner-svn-src-all@FreeBSD.ORG Tue Dec 3 20:49:20 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8CCC13F6 for ; Tue, 3 Dec 2013 20:49:20 +0000 (UTC) Received: from mail-qa0-x230.google.com (mail-qa0-x230.google.com [IPv6:2607:f8b0:400d:c00::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 421C91138 for ; Tue, 3 Dec 2013 20:49:20 +0000 (UTC) Received: by mail-qa0-f48.google.com with SMTP id w5so6020969qac.14 for ; Tue, 03 Dec 2013 12:49:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=Fw60nDgxAkH+j9HZJRnJMk23waXt/V5lOJDyjScnLcc=; b=XDLQmZUwtYs90tWqZhRiU3ebIhM9cOw4m+nlK5ozpPNL0ziVJDWQMLbCk6orhARZ8w 4bWNdR8ZXPSlI9OnL440aJhoIA9FsJYXAEL909qUtH2kVBxl6uaVePFDQ2kDR8T4v+BA x1qLDwkjWM1/M9naBpyKhVeTxx7CNpV0R020g= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=Fw60nDgxAkH+j9HZJRnJMk23waXt/V5lOJDyjScnLcc=; b=cV9/Q66cymRUSvoFHcODUL4Lf5M8qT3od8ilz5lI33yzW8IdAlL53cKeqcrs2PhHWY L60G3J44chMSQ1dzev15gBkPoBg8pbUFDP+RfjvQwlvdcJteHiM7MnNsXuiH2uUIpojj XnvYu3tUx7CIcWpBEGgsithzOyDMkyNxYFYZcnLwSTc9xIf0UZzb86HVguOWVcWEdTtt kIe5xfc/jmONJ/FcEiw7c0mYGggFVum6ljYsvr9FV0b8yjNbwTcrbMMiYpE5gKi+i0sP Tz/NADKCzf9ME9iaciHLSakQlUC7zK2BvQhoo+0NnTq452PmHmvH1nSwRvmL32UPnYUJ mL/w== X-Gm-Message-State: ALoCoQmgYwZb60Colcy3tOrEzv4siXgjapcuID0HHdaUBrRLlCY11a4YTx2HBKR2xhIFjZZdpU3h X-Received: by 10.224.28.72 with SMTP id l8mr126453489qac.35.1386103759224; Tue, 03 Dec 2013 12:49:19 -0800 (PST) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.96.86.42 with HTTP; Tue, 3 Dec 2013 12:48:49 -0800 (PST) In-Reply-To: <201312031923.rB3JNtSn055377@svn.freebsd.org> References: <201312031923.rB3JNtSn055377@svn.freebsd.org> From: Eitan Adler Date: Tue, 3 Dec 2013 15:48:49 -0500 X-Google-Sender-Auth: Cqfg8vT1ku-vfpukISFm5KWir1Q 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... To: Ed Maste Content-Type: text/plain; charset=UTF-8 Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Dec 2013 20:49:20 -0000 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. :) -- Eitan Adler Source, Ports, Doc committer Bugmeister, Ports Security teams