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
diff --git a/www/status.html b/www/status.html
index ed37eb6..6cae188 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