Date: Mon, 7 Oct 2013 19:31:57 +0000 (UTC) From: Gabor Pali <pgj@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42875 - head/en_US.ISO8859-1/htdocs/news/status Message-ID: <201310071931.r97JVvSM012357@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pgj Date: Mon Oct 7 19:31:57 2013 New Revision: 42875 URL: http://svnweb.freebsd.org/changeset/doc/42875 Log: - Add a Q3 report on the LLDB ports Submitted by: emaste Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-07-2013-09.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-07-2013-09.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2013-07-2013-09.xml Mon Oct 7 15:41:48 2013 (r42874) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2013-07-2013-09.xml Mon Oct 7 19:31:57 2013 (r42875) @@ -19,7 +19,7 @@ <!-- XXX: keep updating the number of entries --> <p>Thanks to all the reporters for the excellent work! This report - contains 20 entries and we hope you enjoy reading it.</p> + contains 21 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 October and @@ -51,6 +51,12 @@ </category> <category> + <name>bin</name> + + <description>Userland Programs</description> + </category> + + <category> <name>ports</name> <description>Ports</description> @@ -1022,4 +1028,54 @@ older GNUstep programs.</p> </body> </project> + + <project cat='bin'> + <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.</p> + + <p>A number of improvements have been made to the port since the + previous status update. Unit test failures have been triaged + and have defects entered in LLDB's bug tracker. In combination + with the <tt>lldb</tt> buildbot this allows for the quick + identification of new failures introduced by other ongoing + development. Core file support has also been added.</p> + + <p>An LLDB snapshot has been imported into the &os; base system + and is available as of SVN revision 255722. It is not yet built + by default but 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>Support live debugging of multithreaded processes.</task> + <task>Fix amd64 watchpoints.</task> + <task>Add support for remote debugging (gdbserver, + debugserver).</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> + </help> + </project> </report>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310071931.r97JVvSM012357>