[Lldb-commits] [lldb] r167768 - /lldb/trunk/www/index.html

Daniel Malea daniel.malea at intel.com
Mon Nov 12 14:32:00 PST 2012


Author: dmalea
Date: Mon Nov 12 16:32:00 2012
New Revision: 167768

URL: http://llvm.org/viewvc/llvm-project?rev=167768&view=rev
Log:
Update platform section to mention Linux/FreeBSD local debugging support, and also mention that LLDB builds on Linux with clang and libstdc++/libc++.


Modified:
    lldb/trunk/www/index.html

Modified: lldb/trunk/www/index.html
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/www/index.html?rev=167768&r1=167767&r2=167768&view=diff
==============================================================================
--- lldb/trunk/www/index.html (original)
+++ lldb/trunk/www/index.html Mon Nov 12 16:32:00 2012
@@ -92,6 +92,8 @@
 					   	<li>Mac OS X desktop user space debugging for i386 and x86-64</li>
 					   	<li>iOS simulator debugging on i386</li>
 					   	<li>iOS device debugging on ARM</li>
+					   	<li>Linux local user-space debugging for i386 and x86-64</li>
+					   	<li>FreeBSD local user-space debugging for i386 and x86-64</li>
 				    </ul>
 				</div>
 				<div class="postfooter"></div>
@@ -108,8 +110,8 @@
 				        <li>svn co http://llvm.org/svn/llvm-project/lldb/trunk lldb</li>
 				    </ul>
 
-				    <p>Note that LLDB currently only builds out of the box on Mac OS X with
-				        Xcode, but patches to improve portability are definitely welcome.</p>
+				    <p>Note that LLDB generally builds from top-of-trunk on Mac OS X with
+				        Xcode and on Linux (with clang and libstdc++/libc++). </p>
 
 				    <p>Discussions about LLDB should go to the <a href="http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev">lldb-dev</a> mailing
 				        list.  Commit messages for the lldb SVN module are automatically sent to the
@@ -123,4 +125,4 @@
 	</div>
 </div>
 </body>
-</html>
\ No newline at end of file
+</html>





More information about the lldb-commits mailing list