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

Gabor Pali pgj at FreeBSD.org
Tue Jan 14 13:31:23 UTC 2014


Author: pgj
Date: Tue Jan 14 13:31:22 2014
New Revision: 43501
URL: http://svnweb.freebsd.org/changeset/doc/43501

Log:
  - Add 2013Q4 report on LLDB
  
  Submitted by:	emaste

Modified:
  head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml

Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml	Tue Jan 14 13:22:51 2014	(r43500)
+++ head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml	Tue Jan 14 13:31:22 2014	(r43501)
@@ -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 at 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 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>


More information about the svn-doc-all mailing list