Lines Matching refs:LLDB

13 LLDB sources.
20 LLDB relies on many of the technologies developed by the larger LLVM project.
33 If you want to run the test suite, you'll need to build LLDB with Python
43 LLDB's functionality. It is strongly encouraged to build LLDB with these
81 and swig versions older than 4.0.0 which makes builds of LLDB using debug
83 LLDB must use debug python as well.
127 Any command prompt from which you build LLDB should have a valid Visual Studio
138 * If you are building both Clang and LLDB together, be sure to also check out
141 Building LLDB with CMake
145 its subprojects. This is the recommended way to build LLDB. Check out the
170 :ref:`CommonCMakeOptions` and :ref:`CMakeCaches`). Parts of the LLDB test suite
189 This is another way to build LLDB. We can use the same source-tree as we
192 * the main build-tree for LLDB in ``/path/to/lldb-build``
198 directory in the source-tree. Note that we leave out LLDB here and only include
268 On Windows the LLDB test suite requires lld. Either add ``lld`` to
277 crashes while running the test suite. If set to 0, LLDB will silently crash.
282 * ``LLDB_RELOCATABLE_PYTHON`` (Default=0): When this is 0, LLDB will bind
285 useful for developers who simply want to run LLDB after they build it. If you
286 wish to move a build of LLDB to a different machine where Python will be in a
304 but chances are you still want to debug LLDB with an IDE. One solution is to run
324 On macOS the LLDB test suite requires libc++. Either add
328 * ``LLDB_BUILD_FRAMEWORK:BOOL``: Builds the LLDB.framework.
353 Build, test and install a distribution of LLDB from the `monorepo
371 Build LLDB standalone for development with Xcode:
423 Cross-compiling LLDB
427 host, you will need to compile LLDB (or at least the server component) for the
430 LLDB on your host.
450 library from source. Fortunately the list of LLDB dependencies is not big and
495 Ubuntu already provides the packages necessary to cross-compile LLDB for arm64.
512 An alternative (and recommended) way to compile LLDB is with clang.
525 If you wanted to build a full version of LLDB and avoid passing
566 LLDB has a Python scripting capability and supplies its own Python module named
617 When you build your LLDB for the first time, the Xcode GUI will prompt you for
621 Also the first time you debug using a LLDB that was built with this code