summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python/finish-swig-Python-LLDB.sh
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>2013-04-23 04:21:14 +0000
committerJason Molenda <jmolenda@apple.com>2013-04-23 04:21:14 +0000
commit8ed67139c4cbe42b5fba496b4aa790e511b9bdf5 (patch)
treef8e9111e4740cac3aa20b41946ebe2becf456072 /lldb/scripts/Python/finish-swig-Python-LLDB.sh
parentcaae381b3501c654f985127a1c3e1bda742ee2a3 (diff)
downloadbcm5719-llvm-8ed67139c4cbe42b5fba496b4aa790e511b9bdf5.tar.gz
bcm5719-llvm-8ed67139c4cbe42b5fba496b4aa790e511b9bdf5.zip
Forgot to include the diagnose_unwind.py script in the initialization of
the lldb.macosx folder. llvm-svn: 180078
Diffstat (limited to 'lldb/scripts/Python/finish-swig-Python-LLDB.sh')
-rwxr-xr-xlldb/scripts/Python/finish-swig-Python-LLDB.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/lldb/scripts/Python/finish-swig-Python-LLDB.sh b/lldb/scripts/Python/finish-swig-Python-LLDB.sh
index e87d44a9f50..c9818f89795 100755
--- a/lldb/scripts/Python/finish-swig-Python-LLDB.sh
+++ b/lldb/scripts/Python/finish-swig-Python-LLDB.sh
@@ -244,7 +244,8 @@ 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/darwin/heap_find/heap.py
+ ${SRC_ROOT}/examples/python/unwind_diagnose.py"
create_python_package "/macosx" "${package_files}"
# Copy files needed by lldb/macosx/heap.py to build libheap.dylib
OpenPOWER on IntegriCloud