- Add a Q3 report on the LLDB ports

Submitted by:	emaste
This commit is contained in:
Gabor Pali 2013-10-07 19:31:57 +00:00
parent 696b5e8e7d
commit fb6e25ff9c
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=42875

View file

@ -19,7 +19,7 @@
<!-- XXX: keep updating the number of entries -->
<p>Thanks to all the reporters for the excellent work! This report
contains 20 entries and we hope you enjoy reading it.</p>
contains 21 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 October and
@ -50,6 +50,12 @@
<description>Architectures</description>
</category>
<category>
<name>bin</name>
<description>Userland Programs</description>
</category>
<category>
<name>ports</name>
@ -1022,4 +1028,54 @@
older GNUstep programs.</p>
</body>
</project>
<project cat='bin'>
<title>LLDB Debugger Port</title>
<contact>
<person>
<name>
<given>Ed</given>
<common>Maste</common>
</name>
<email>emaste@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.</p>
<p>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 <tt>lldb</tt> buildbot this allows for the quick
identification of new failures introduced by other ongoing
development. Core file support has also been added.</p>
<p>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 <tt>WITH_LLDB=</tt> to
<tt>src.conf(5)</tt>.</p>
<p>This project is sponsored by DARPA/AFRL in collaboration with SRI
International and the University of Cambridge.</p>
</body>
<help>
<task>Support live debugging of multithreaded processes.</task>
<task>Fix amd64 watchpoints.</task>
<task>Add support for remote debugging (gdbserver,
debugserver).</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>
</help>
</project>
</report>