From owner-svn-doc-all@FreeBSD.ORG Fri Oct 10 20:55:36 2014 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 98B67176; Fri, 10 Oct 2014 20:55:36 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7A58A149; Fri, 10 Oct 2014 20:55:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9AKta6A094347; Fri, 10 Oct 2014 20:55:36 GMT (envelope-from wblock@FreeBSD.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9AKtam4094346; Fri, 10 Oct 2014 20:55:36 GMT (envelope-from wblock@FreeBSD.org) Message-Id: <201410102055.s9AKtam4094346@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wblock set sender to wblock@FreeBSD.org using -f From: Warren Block Date: Fri, 10 Oct 2014 20:55:36 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r45776 - 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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2014 20:55:36 -0000 Author: wblock Date: Fri Oct 10 20:55:35 2014 New Revision: 45776 URL: https://svnweb.freebsd.org/changeset/doc/45776 Log: Add LLDB report. Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2014-07-2014-09.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2014-07-2014-09.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2014-07-2014-09.xml Fri Oct 10 20:48:02 2014 (r45775) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2014-07-2014-09.xml Fri Oct 10 20:55:35 2014 (r45776) @@ -1617,4 +1617,96 @@ + + + LLDB Debugger Port + + + + + Ed + Maste + + emaste@FreeBSD.org + + + + + + + + +

LLDB is the debugger project associated with Clang/LLVM. It + supports the Mac OS X, Linux, and &os; platforms, with Windows + support under development. It builds on existing components + in the larger LLVM project, for example using Clang's + expression parser and LLVM's disassembler.

+ +

Work over the last three months consisted mainly of + maintenance, ensuring that the upstream &os; port continues to + build and that testsuite failures are promptly addressed.

+ +

I plan to import a new LLDB snapshot after the base system + Clang is updated to 3.5. Some upstream improvements that will + be in that import include:

+ +
    +
  • Ability to specify a count to thread step-* + operations.
  • + +
  • Ongoing AArch64 development.
  • + +
  • Significant progress on the lldb-gdbserver debug + stub.
  • + +
  • I/O handling improvements.
  • + +
  • A much faster C++ name demangler for most symbols.
  • +
+ +

A proof-of-concept implementation of kernel debugging support + for amd64 was completed as part of Google Summer of Code. It + is not ready to be committed, but will form the basis for + upcoming kernel debugging support.

+ + + DARP/AFRL + + SRI International + + University of Cambridge + + + +

Port remote debug stub (lldb-gdbserver) from Linux to + FreeBSD.

+
+ + +

Add support for local and core file kernel debugging.

+
+ + +

Implement, fix or test support on all non-amd64 + architectures.

+
+ + +

Verify cross-debugging.

+
+ + +

Investigate and fix test suite failures.

+
+ + +

Package LLDB as a port.

+
+ + +

Enable by default in the base system for working + architectures.

+
+
+