[Lldb-commits] [lldb] r187036 - Updated the LLDB status page to reflect recent work on Linux.
Ashok Thirumurthi
ashok.thirumurthi at intel.com
Wed Jul 24 06:32:18 PDT 2013
Author: athirumu
Date: Wed Jul 24 08:32:18 2013
New Revision: 187036
URL: http://llvm.org/viewvc/llvm-project?rev=187036&view=rev
Log:
Updated the LLDB status page to reflect recent work on Linux.
Modified:
lldb/trunk/www/status.html
Modified: lldb/trunk/www/status.html
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/www/status.html?rev=187036&r1=187035&r2=187036&view=diff
==============================================================================
--- lldb/trunk/www/status.html (original)
+++ lldb/trunk/www/status.html Wed Jul 24 08:32:18 2013
@@ -52,7 +52,7 @@
</tr>
<tr>
<td>Backtracing</td>
- <td>OK (except with targets built with -fomit-frame-pointer)</td>
+ <td>OK</td>
<td>OK</td>
</tr>
<tr>
@@ -84,8 +84,8 @@
</tr>
<tr>
<td>Core file debugging</td>
- <td>Not implemented</td>
- <td>OK</td>
+ <td>OK (ELF)</td>
+ <td>OK (MachO)</td>
</tr>
<tr>
<td>Debugserver (remote debugging)</td>
@@ -103,6 +103,11 @@
<td>OK</td>
</tr>
<tr>
+ <td>JIT debugging</td>
+ <td>Symbolic debugging only</td>
+ <td>Untested</td>
+ </tr>
+ <tr>
<td>Objective-C 2.0:
<ul>
<li>printing properties
More information about the lldb-commits
mailing list