From owner-svn-doc-head@FreeBSD.ORG Tue Jan 14 13:31:23 2014 Return-Path: Delivered-To: svn-doc-head@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 5065285E; Tue, 14 Jan 2014 13:31:23 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 225571543; Tue, 14 Jan 2014 13:31:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0EDVM8X075120; Tue, 14 Jan 2014 13:31:22 GMT (envelope-from pgj@svn.freebsd.org) Received: (from pgj@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0EDVMZE075119; Tue, 14 Jan 2014 13:31:22 GMT (envelope-from pgj@svn.freebsd.org) Message-Id: <201401141331.s0EDVMZE075119@svn.freebsd.org> From: Gabor Pali Date: Tue, 14 Jan 2014 13:31:22 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43501 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jan 2014 13:31:23 -0000 Author: pgj Date: Tue Jan 14 13:31:22 2014 New Revision: 43501 URL: http://svnweb.freebsd.org/changeset/doc/43501 Log: - Add 2013Q4 report on LLDB Submitted by: emaste Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Tue Jan 14 13:22:51 2014 (r43500) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Tue Jan 14 13:31:22 2014 (r43501) @@ -19,7 +19,7 @@

Thanks to all the reporters for the excellent work! This report - contains 14 entries and we hope you enjoy reading it.

+ contains 15 entries and we hope you enjoy reading it.

The deadline for submissions covering between January and March 2014 is April 7th, 2014.

@@ -818,4 +818,55 @@ libvirt management layer. + + + The LLDB Debugger + + + + + Ed + Maste + + emaste@FreeBSD.org + + + + + + + + +

LLDB is the debugger in the LLVM family of projects. It + supports Mac OS X, Linux, and &os;, with ongoing work to support + Windows.

+ +

In the last quarter of 2013, LLDB gained support for live + (ptrace(2)-based) debugging of multithreaded processes + on &os;. Initial &os; MIPS target support has also been + committed, along with a number of endianness fixes in the + general LLDB infrastructure.

+ +

The LLDB snapshot in the &os; tree was updated to + r196322. Currently disabled by default, it will be + enabled for amd64 after the import of Clang 3.4. + In the interim, it may be enabled by adding WITH_LLDB= + to src.conf(5).

+ +

This project is sponsored by DARPA/AFRL in collaboration with + SRI International and the University of Cambridge.

+ + + + Update the in-tree snapshot to build after the Clang 3.4 + import. + Fix amd64 watchpoints. + Test and fix the i386 port. + Implement &os; ARM support. + Add support for kernel debugging (ptrace(2) and + core(5) files). + Fix remaining test suite failures. + Enable by default on the amd64 architecture. + +