- Add a Q2 entry on the recent lldb work
Submitted by: emaste
This commit is contained in:
parent
8d2979f270
commit
56c84eacf8
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=42151
1 changed files with 54 additions and 1 deletions
|
@ -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@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>
|
||||
|
|
Loading…
Reference in a new issue