svn commit: r42151 - head/en_US.ISO8859-1/htdocs/news/status
Gabor Pali
pgj at FreeBSD.org
Thu Jul 4 21:38:13 UTC 2013
Author: pgj
Date: Thu Jul 4 21:38:12 2013
New Revision: 42151
URL: http://svnweb.freebsd.org/changeset/doc/42151
Log:
- Add a Q2 entry on the recent lldb work
Submitted by: emaste
Modified:
head/en_US.ISO8859-1/htdocs/news/status/report-2013-04-2013-06.xml
Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-04-2013-06.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/news/status/report-2013-04-2013-06.xml Thu Jul 4 21:38:12 2013 (r42150)
+++ head/en_US.ISO8859-1/htdocs/news/status/report-2013-04-2013-06.xml Thu Jul 4 21:38:12 2013 (r42151)
@@ -18,7 +18,7 @@
<!-- XXX: keep updating the number of entries -->
<p>Thanks to all the reporters for the excellent work! This report
- contains 13 entries and we hope you enjoy reading it.</p>
+ contains 14 entries and we hope you enjoy reading it.</p>
<!-- XXX: set date for the next set of submissions -->
<p>The deadline for submissions covering between July and September 2013
@@ -698,4 +698,57 @@
<task>Find bugs and debug.</task>
</help>
</project>
+
+ <project cat='proj'>
+ <title>LLDB Debugger Port</title>
+
+ <contact>
+ <person>
+ <name>
+ <given>Ed</given>
+ <common>Maste</common>
+ </name>
+ <email>emaste at FreeBSD.org</email>
+ </person>
+ </contact>
+
+ <links>
+ <url href="https://wiki.freebsd.org/lldb"/>
+ </links>
+
+ <body>
+ <p>LLDB is the the debugger project in the LLVM family. It
+ supports the Mac OS X, Linux, and &os; platforms, but the latter
+ has recently suffered under a lack of maintenance.</p>
+
+ <p>After cleaning bit rot in LLDB's &os; support, it again builds
+ and can be used for basic debugging of single-threaded
+ applications. The test suite also runs to completion, although
+ it experiences a large number of failures.</p>
+
+ <p>Ed Maste has been granted an LLDB commit bit, and is now
+ committing ongoing bug fixes and development directly to the
+ upstream repository. There is a significant amount of work
+ still to be done, with one goal being the incorporation of
+ <tt>lldb</tt> into the base system.</p>
+
+ <p>This project is sponsored by DARPA/AFRL in collaboration with
+ SRI International and the University of Cambridge.</p>
+ </body>
+
+ <help>
+ <task>Add support for multithreaded processes.</task>
+ <task>Fix watchpoints.</task>
+ <task>Add support for remote debuging (<tt>gdbserver</tt> /
+ <tt>debugserver</tt>).</task>
+ <task>Add support for core files.</task>
+ <task>Add support for kernel debugging.</task>
+ <task>Verify i386 and ARM architectures.</task>
+ <task>Implement MIPS target support.</task>
+ <task>Verify cross-debugging.</task>
+ <task>Investigate and fix test suite failures.</task>
+ <task>Prepare <tt>lldb</tt> for incorporation into the base
+ system.</task>
+ </help>
+ </project>
</report>
More information about the svn-doc-head
mailing list