[Lldb-commits] [lldb] r180078 - Forgot to include the diagnose_unwind.py script in the initialization of

Jason Molenda jmolenda at apple.com
Mon Apr 22 21:21:15 PDT 2013


Author: jmolenda
Date: Mon Apr 22 23:21:14 2013
New Revision: 180078

URL: http://llvm.org/viewvc/llvm-project?rev=180078&view=rev
Log:
Forgot to include the diagnose_unwind.py script in the initialization of
the lldb.macosx folder.

Modified:
    lldb/trunk/scripts/Python/finish-swig-Python-LLDB.sh

Modified: lldb/trunk/scripts/Python/finish-swig-Python-LLDB.sh
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/scripts/Python/finish-swig-Python-LLDB.sh?rev=180078&r1=180077&r2=180078&view=diff
==============================================================================
--- lldb/trunk/scripts/Python/finish-swig-Python-LLDB.sh (original)
+++ lldb/trunk/scripts/Python/finish-swig-Python-LLDB.sh Mon Apr 22 23:21:14 2013
@@ -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





More information about the lldb-commits mailing list