[llvm-commits] [www] r105728 - /www/trunk/index.html

Chris Lattner sabre at nondot.org
Wed Jun 9 09:38:50 PDT 2010


Author: lattner
Date: Wed Jun  9 11:38:49 2010
New Revision: 105728

URL: http://llvm.org/viewvc/llvm-project?rev=105728&view=rev
Log:
add lldb to project list

Modified:
    www/trunk/index.html

Modified: www/trunk/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/index.html?rev=105728&r1=105727&r2=105728&view=diff
==============================================================================
--- www/trunk/index.html (original)
+++ www/trunk/index.html Wed Jun  9 11:38:49 2010
@@ -56,6 +56,13 @@
     Fortran, and other languages supported by the GCC compiler frontends, and
     provides high-fidelity drop-in compatibility with their
     respective versions of GCC.</p></li>
+
+<li><p>The <b><a href="http://lldb.llvm.org">LLDB</a></b> project builds on
+    libraries provided by LLVM and Clang to provide a great native debugger.
+    It uses the Clang ASTs and expression parser, LLVM JIT, LLVM disassembler,
+    etc so that it provides an experience that "just works".  It is also 
+    blazing fast and much more memory efficient than GDB at loading symbols.
+    </p></li>
     
 <li><p>The <b><a href="http://libcxx.llvm.org">libc++</a></b> project provides
     a standard conformant and high-performance implementation of the C++





More information about the llvm-commits mailing list