Date: Sun, 17 Jan 2016 03:09:22 +0000 (UTC) From: Benjamin Kaduk <bjk@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r48041 - head/en_US.ISO8859-1/htdocs/news/status Message-ID: <201601170309.u0H39MVo016963@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bjk Date: Sun Jan 17 03:09:22 2016 New Revision: 48041 URL: https://svnweb.freebsd.org/changeset/doc/48041 Log: Add entry on lldb from emaste Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2015-10-2015-12.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2015-10-2015-12.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2015-10-2015-12.xml Sun Jan 17 03:06:01 2016 (r48040) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2015-10-2015-12.xml Sun Jan 17 03:09:22 2016 (r48041) @@ -2792,4 +2792,61 @@ </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 from the LLVM family of projects. + Originally developed for Mac OS X, it now also supports &os;, + NetBSD, Linux, Android, and Windows. It builds on existing + components in the larger LLVM project, for example using Clang's + expression parser and LLVM's disassembler.</p> + + <p>LLDB in the &os; base system was upgraded to version 3.7.0 + as part of the Clang and LLVM upgrade, and it will similarly be + upgraded again, to 3.8.0 for &os; 11.0-RELEASE.</p> + + <p>LLDB is now enabled by default on the amd64 and arm64 platforms. + It is now a functional basic debugger on arm64, after a number of + fixes were made in the last quarter to both LLDB and the + &os; kernel.</p> + </body> + + <sponsor> + The FreeBSD Foundation + </sponsor> + + <help> + <task> + <p>Rework the LLDB build to use LLVM and Clang shared libraries.</p> + </task> + + <task> + <p>Port a remote debugging stub to &os;.</p> + </task> + + <task> + <p>Add support for local and core file kernel debugging.</p> + </task> + + <task> + <p>Improve support on architectures other than amd64 and arm64.</p> + </task> + </help> + </project> </report>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601170309.u0H39MVo016963>