Lines Matching full:lldb
6 # and use the lldb module, there must be two files, lldb.py and _lldb.so, that
7 # it can find. lldb.py is generated by SWIG at the same time it generates the
9 # LLDB shared library/framework.
12 # these two files. On Darwin systems it searches in the LLDB.framework, as
17 # and copies the lldb.py (and embedded_interpreter.py) file to the correct
21 # SRC_ROOT is the root of the lldb source tree.
22 # TARGET_DIR is where the lldb framework/shared library gets put.
23 # CONFIG_BUILD_DIR is where the build-swig-Python-LLDB.sh shell script
24 # put the lldb.py file it was generated from running SWIG.
79 # We are being built by Xcode, so all the lldb Python files can go
80 # into the LLDB.framework/Resources/Python subdirectory.
82 if [ ! -d "${TARGET_DIR}/LLDB.framework" ]
84 echo "Error: Unable to find LLDB.framework" >&2
89 echo "Found ${TARGET_DIR}/LLDB.framework."
95 framework_python_dir="${TARGET_DIR}/LLDB.framework/Resources/Python/lldb"
103 framework_python_dir=`/usr/bin/env python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(True, False, \"${PYTHON_INSTALL_DIR}\");"`/lldb
105 framework_python_dir=`/usr/bin/env python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(True, False);"`/lldb
158 ln -s "../../../LLDB" _lldb.so
174 package_name="lldb${package_name}"
214 # Copy the lldb.py file into the lldb package directory and rename to __init_.py
215 cp "${CONFIG_BUILD_DIR}/lldb.py" "${framework_python_dir}/__init__.py"
217 # lldb
221 # lldb/formatters/cpp
226 # make an empty __init__.py in lldb/runtime
227 # this is required for Python to recognize lldb.runtime as a valid package
228 # (and hence, lldb.runtime.objc as a valid contained package)
231 # lldb/formatters
232 # having these files copied here ensures that lldb/formatters is a valid package itself
239 # lldb/utils
245 # lldb/macosx
250 # lldb/diagnose
255 # Copy files needed by lldb/macosx/heap.py to build libheap.dylib