Lines Matching +full:lldb +full:- +full:build
7 ------
9 LLDB has a powerful scripting interface which is accessible through Python.
10 Python is available either from within LLDB through a (interactive) script
14 To make this possible, LLDB links against the Python shared library. Linking
17 1. It is not possible to build and link LLDB against a Python 3 library and
20 2. It is not possible to build and link LLDB against one distribution on
22 For example, on macOS, if you build and link against Python from
23 python.org, you cannot import the lldb module from the Python interpreter
26 3. To use third party Python packages from inside LLDB, you need to install
28 the one used to build and link LLDB.
31 apply to binary distributions of LLDB as well.
33 LLDB in Xcode on macOS
36 Users of lldb in Xcode on macOS commonly run into these issues when they
42 To be sure you use the Python that matches with the lldb in Xcode use ``xcrun``
50 Similarly, to install packages and be able to use them from within lldb, you'll