From 8ed67139c4cbe42b5fba496b4aa790e511b9bdf5 Mon Sep 17 00:00:00 2001 From: Jason Molenda Date: Tue, 23 Apr 2013 04:21:14 +0000 Subject: [PATCH] Forgot to include the diagnose_unwind.py script in the initialization of the lldb.macosx folder. llvm-svn: 180078 --- lldb/scripts/Python/finish-swig-Python-LLDB.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lldb/scripts/Python/finish-swig-Python-LLDB.sh b/lldb/scripts/Python/finish-swig-Python-LLDB.sh index e87d44a9f502..c9818f897950 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