aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshok Thirumurthi <ashok.thirumurthi@intel.com>2013-07-24 13:32:18 +0000
committerAshok Thirumurthi <ashok.thirumurthi@intel.com>2013-07-24 13:32:18 +0000
commit61b87939713e9e0bae739deb2b7467fa56f59288 (patch)
tree9fd09e986fb2965bc41daebaa00fd04f27528de1
parent4a217a5a91a9575a15f494a4e08d2a09ea5adf2c (diff)
downloadlldb-61b87939713e9e0bae739deb2b7467fa56f59288.tar.gz
Updated the LLDB status page to reflect recent work on Linux.
git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@187036 91177308-0d34-0410-b5e6-96231b3b80d8
-rwxr-xr-xwww/status.html11
1 files changed, 8 insertions, 3 deletions
diff --git a/www/status.html b/www/status.html
index ed37eb6b6..6cae188c0 100755
--- a/www/status.html
+++ b/www/status.html
@@ -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