svn commit: r46560 - head/en_US.ISO8859-1/htdocs/news/status

Benjamin Kaduk bjk at FreeBSD.org
Wed Apr 15 04:55:21 UTC 2015


Author: bjk
Date: Wed Apr 15 04:55:19 2015
New Revision: 46560
URL: https://svnweb.freebsd.org/changeset/doc/46560

Log:
  Add LLDB report
  
  Approved by:	hrs (mentor, implicit)

Modified:
  head/en_US.ISO8859-1/htdocs/news/status/report-2015-01-2015-03.xml

Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2015-01-2015-03.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/news/status/report-2015-01-2015-03.xml	Wed Apr 15 04:48:07 2015	(r46559)
+++ head/en_US.ISO8859-1/htdocs/news/status/report-2015-01-2015-03.xml	Wed Apr 15 04:55:19 2015	(r46560)
@@ -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 at 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>


More information about the svn-doc-all mailing list