Lines Matching refs:python
12 -python
17 ${CMAKE_CURRENT_SOURCE_DIR}/python.swig
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"
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