Home | History | Annotate | Download | only in www

Lines Matching full:lldb

6 <title>LLDB Homepage</title>

11 The <strong>LLDB</strong> Debugger
21 <h1 class ="postheader">What is LLDB?</h1>
23 <p>LLDB is a next generation, high-performance debugger. It is built as a set
27 <p>LLDB is the default debugger in Xcode on Mac OS X and supports
30 <p>All of the code in the LLDB project is available under the standard
53 <p>LLDB currently converts debug information into clang types so that
55 This allows LLDB to support the latest C, C++, Objective C and Objective C++
73 <p>The LLDB debugger APIs are exposed as a C++ object oriented interface in a shared library.
74 The <b>lldb</b> command line tool links to, and uses this public API. On Mac OS X the shared library
75 is exposed as a framework named <b>LLDB.framework</b>, and unix systems expose it as <b>lldb.so</b>.
77 within the LLDB embedded script interpreter, and also in any python script that loads the <b>lldb.py</b>
79 and where Python can be used with the LLDB API.</p>
80 <p>Sharing the LLDB API allows LLDB to not only be used for debugging, but also for symbolication,
89 <p>LLDB is known to work on the following platforms, but ports to new
110 <li>svn co http://llvm.org/svn/llvm-project/lldb/trunk lldb</li>
113 <p>Note that LLDB generally builds from top-of-trunk on Mac OS X with
116 <p>Discussions about LLDB should go to the <a href="http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev">lldb-dev</a> mailing
117 list. Commit messages for the lldb SVN module are automatically sent to the
118 <a href="http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits">lldb-commits</a>