diff options
Diffstat (limited to 'lldb/scripts/Python/finish-swig-Python-LLDB.sh')
-rwxr-xr-x | lldb/scripts/Python/finish-swig-Python-LLDB.sh | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lldb/scripts/Python/finish-swig-Python-LLDB.sh b/lldb/scripts/Python/finish-swig-Python-LLDB.sh index c9818f89795..d057ba95e55 100755 --- a/lldb/scripts/Python/finish-swig-Python-LLDB.sh +++ b/lldb/scripts/Python/finish-swig-Python-LLDB.sh @@ -244,10 +244,13 @@ if [ ${OS_NAME} = "Darwin" ] then # lldb/macosx package_files="${SRC_ROOT}/examples/python/crashlog.py - ${SRC_ROOT}/examples/darwin/heap_find/heap.py - ${SRC_ROOT}/examples/python/unwind_diagnose.py" + ${SRC_ROOT}/examples/darwin/heap_find/heap.py" create_python_package "/macosx" "${package_files}" + # lldb/diagnose + package_files="${SRC_ROOT}/examples/python/diagnose_unwind.py" + create_python_package "/diagnose" "${package_files}" + # Copy files needed by lldb/macosx/heap.py to build libheap.dylib heap_dir="${framework_python_dir}/macosx/heap" if [ ! -d "${heap_dir}" ] |