- Add 2013Q4 report on LLDB

Submitted by:	emaste
This commit is contained in:
Gabor Pali 2014-01-14 13:31:22 +00:00
parent 7d647efe08
commit 1dcb179d8b
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43501

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 14 entries and we hope you enjoy reading it.</p>
contains 15 entries and we hope you enjoy reading it.</p>
<p>The deadline for submissions covering between January and
March 2014 is April 7th, 2014.</p>
@ -818,4 +818,55 @@
<tt>libvirt</tt> management layer.</task>
</help>
</project>
<project cat='bin'>
<title>The LLDB Debugger</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 debugger in the LLVM family of projects. It
supports Mac OS X, Linux, and &os;, with ongoing work to support
Windows.</p>
<p>In the last quarter of 2013, LLDB gained support for live
(<tt>ptrace(2)</tt>-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.</p>
<p>The LLDB snapshot in the &os; tree was updated to
<tt>r196322</tt>. Currently disabled by default, it will be
enabled for <tt>amd64</tt> after the import of Clang&nbsp;3.4.
In the interim, it 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>Update the in-tree snapshot to build after the Clang 3.4
import.</task>
<task>Fix <tt>amd64</tt> watchpoints.</task>
<task>Test and fix the <tt>i386</tt> port.</task>
<task>Implement &os; ARM support.</task>
<task>Add support for kernel debugging (<tt>ptrace(2)</tt> and
<tt>core(5)</tt> files).</task>
<task>Fix remaining test suite failures.</task>
<task>Enable by default on the <tt>amd64</tt> architecture.</task>
</help>
</project>
</report>