Add LLDB report
Approved by: hrs (mentor, implicit)
This commit is contained in:
parent
679e615943
commit
f2ff7078bf
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=46560
1 changed files with 57 additions and 0 deletions
|
@ -2288,4 +2288,61 @@ WITHOUT_FORTH=y</pre>
|
|||
</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">&os; LLDB wiki page</url>
|
||||
</links>
|
||||
|
||||
<body>
|
||||
<p>LLDB is the debugger project associated with Clang/LLVM.
|
||||
It supports the Mac OS X, Linux, &os; and Windows platforms. It
|
||||
builds on existing components in the larger LLVM project, for
|
||||
example using Clang's expression parser and LLVM's disassembler.</p>
|
||||
|
||||
<p>The LLDB in the base system was upgraded to version 3.6.0
|
||||
as part of the Clang and LLVM upgrade. In the upstream
|
||||
repository, Justin Hibbits added support for live and core file
|
||||
debugging on PowerPC, and Ed Maste added core file support for
|
||||
&os;/arm64.</p>
|
||||
</body>
|
||||
|
||||
<sponsor>DARP/AFRL</sponsor>
|
||||
<sponsor>SRI International</sponsor>
|
||||
<sponsor>University of Cambridge</sponsor>
|
||||
|
||||
<help>
|
||||
<task>
|
||||
<p>Rework LLDB build to use LLVM and Clang shared libraries.</p>
|
||||
</task>
|
||||
|
||||
<task>
|
||||
<p>Port remote debug stub to &os;.</p>
|
||||
</task>
|
||||
|
||||
<task>
|
||||
<p>Add support for local and core file kernel debugging.</p>
|
||||
</task>
|
||||
|
||||
<task>
|
||||
<p>Improve support on non-amd64 architectures.</p>
|
||||
</task>
|
||||
|
||||
<task>
|
||||
<p>Enable by default in the base system.</p>
|
||||
</task>
|
||||
</help>
|
||||
</project>
|
||||
</report>
|
||||
|
|
Loading…
Reference in a new issue