From 1dcb179d8ba7def6dfba46b759691e5ca61a0831 Mon Sep 17 00:00:00 2001 From: Gabor Pali Date: Tue, 14 Jan 2014 13:31:22 +0000 Subject: [PATCH] - Add 2013Q4 report on LLDB Submitted by: emaste --- .../news/status/report-2013-10-2013-12.xml | 53 ++++++++++++++++++- 1 file changed, 52 insertions(+), 1 deletion(-) diff --git a/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml b/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml index b76d0b7d81..5530a7b036 100644 --- a/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml +++ b/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml @@ -19,7 +19,7 @@

Thanks to all the reporters for the excellent work! This report - contains 14 entries and we hope you enjoy reading it.

+ contains 15 entries and we hope you enjoy reading it.

The deadline for submissions covering between January and March 2014 is April 7th, 2014.

@@ -818,4 +818,55 @@ libvirt management layer. + + + The LLDB Debugger + + + + + Ed + Maste + + emaste@FreeBSD.org + + + + + + + + +

LLDB is the debugger in the LLVM family of projects. It + supports Mac OS X, Linux, and &os;, with ongoing work to support + Windows.

+ +

In the last quarter of 2013, LLDB gained support for live + (ptrace(2)-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.

+ +

The LLDB snapshot in the &os; tree was updated to + r196322. Currently disabled by default, it will be + enabled for amd64 after the import of Clang 3.4. + In the interim, it may be enabled by adding WITH_LLDB= + to src.conf(5).

+ +

This project is sponsored by DARPA/AFRL in collaboration with + SRI International and the University of Cambridge.

+ + + + Update the in-tree snapshot to build after the Clang 3.4 + import. + Fix amd64 watchpoints. + Test and fix the i386 port. + Implement &os; ARM support. + Add support for kernel debugging (ptrace(2) and + core(5) files). + Fix remaining test suite failures. + Enable by default on the amd64 architecture. + +