From owner-svn-doc-head@FreeBSD.ORG Mon Oct 7 19:31:57 2013 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 ESMTP id BB1A9B16; Mon, 7 Oct 2013 19:31:57 +0000 (UTC) (envelope-from pgj@FreeBSD.org) 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 99CB02C3F; Mon, 7 Oct 2013 19:31:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r97JVvLO012358; Mon, 7 Oct 2013 19:31:57 GMT (envelope-from pgj@svn.freebsd.org) Received: (from pgj@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r97JVvSM012357; Mon, 7 Oct 2013 19:31:57 GMT (envelope-from pgj@svn.freebsd.org) Message-Id: <201310071931.r97JVvSM012357@svn.freebsd.org> From: Gabor Pali Date: Mon, 7 Oct 2013 19:31:57 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42875 - 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.14 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: Mon, 07 Oct 2013 19:31:57 -0000 Author: pgj Date: Mon Oct 7 19:31:57 2013 New Revision: 42875 URL: http://svnweb.freebsd.org/changeset/doc/42875 Log: - Add a Q3 report on the LLDB ports Submitted by: emaste Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-07-2013-09.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-07-2013-09.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2013-07-2013-09.xml Mon Oct 7 15:41:48 2013 (r42874) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2013-07-2013-09.xml Mon Oct 7 19:31:57 2013 (r42875) @@ -19,7 +19,7 @@

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

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

The deadline for submissions covering between October and @@ -51,6 +51,12 @@ + bin + + Userland Programs + + + ports Ports @@ -1022,4 +1028,54 @@ older GNUstep programs.

+ + + LLDB Debugger Port + + + + + Ed + Maste + + emaste@freebsd.org + + + + + + + + +

LLDB is the the debugger project in the LLVM family. It + supports the Mac OS X, Linux, and &os; platforms.

+ +

A number of improvements have been made to the port since the + previous status update. Unit test failures have been triaged + and have defects entered in LLDB's bug tracker. In combination + with the lldb buildbot this allows for the quick + identification of new failures introduced by other ongoing + development. Core file support has also been added.

+ +

An LLDB snapshot has been imported into the &os; base system + and is available as of SVN revision 255722. It is not yet built + by default but 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.

+ + + + Support live debugging of multithreaded processes. + Fix amd64 watchpoints. + Add support for remote debugging (gdbserver, + debugserver). + Add support for kernel debugging. + Verify i386 and arm architectures. + Implement MIPS target support. + Verify cross-debugging. + Investigate and fix test suite failures. + +