Lines Matching full:python
12 -python
17 ${CMAKE_CURRENT_SOURCE_DIR}/python.swig
19 COMMENT "Building LLDB Python wrapper")
28 OUTPUT ${LLVM_RUNTIME_OUTPUT_INTDIR}/lldb-python
30 COMMAND ${CMAKE_COMMAND} -E copy lldb-python ${LLVM_RUNTIME_OUTPUT_INTDIR}/lldb-python
33 add_custom_target(lldb-python-wrapper ALL DEPENDS
34 ${LLVM_RUNTIME_OUTPUT_INTDIR}/lldb-python
45 "${LLDB_SOURCE_DIR}/bindings/python/createPythonInit.py"
56 # Add a Post-Build Event to copy over Python files and create the symlink to
57 # liblldb.so for the Python API(hardlink on Windows).
61 COMMENT "Python script sym-linking LLDB Python API")
73 # Distribute the examples as python packages.
95 FILES "${LLDB_SOURCE_DIR}/examples/python/in_call_stack.py"
96 "${LLDB_SOURCE_DIR}/examples/python/symbolication.py")
103 "${LLDB_SOURCE_DIR}/examples/python/scripted_process/scripted_process.py")
110 "${LLDB_SOURCE_DIR}/examples/python/scripted_process/scripted_platform.py")
116 FILES "${LLDB_SOURCE_DIR}/examples/python/crashlog.py"
117 "${LLDB_SOURCE_DIR}/examples/python/scripted_process/crashlog_scripted_process.py"
130 FILES "${LLDB_SOURCE_DIR}/examples/python/diagnose_unwind.py"
131 "${LLDB_SOURCE_DIR}/examples/python/diagnose_nsstring.py")
145 add_dependencies(${swig_target} lldb-python-wrapper)
157 # Ensure we do the python post-build step when building lldb.
160 # Install the LLDB python module
162 …H ${LLDB_FRAMEWORK_INSTALL_DIR}/LLDB.framework/Versions/${LLDB_FRAMEWORK_VERSION}/Resources/Python)
183 …# Add a Post-Build Event to copy the custom Python DLL to the lldb binaries dir so that Windows ca…
193 COMMENT "Copying Python DLL to LLDB binaries directory.")