[Lldb-commits] [lldb] r152053 - /lldb/trunk/scripts/Python/finish-swig-Python-LLDB.sh
Enrico Granata
egranata at apple.com
Mon Mar 5 12:05:24 PST 2012
Author: enrico
Date: Mon Mar 5 14:05:24 2012
New Revision: 152053
URL: http://llvm.org/viewvc/llvm-project?rev=152053&view=rev
Log:
Copying a new file required for the updated formatters to work into LLDB.framework
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=152053&r1=152052&r2=152053&view=diff
==============================================================================
--- lldb/trunk/scripts/Python/finish-swig-Python-LLDB.sh (original)
+++ lldb/trunk/scripts/Python/finish-swig-Python-LLDB.sh Mon Mar 5 14:05:24 2012
@@ -466,6 +466,20 @@
fi
fi
+if [ -f "${SRC_ROOT}/examples/summaries/cocoa/attrib_fromdict.py" ]
+then
+ if [ $Debug == 1 ]
+ then
+ echo "Copying attrib_fromdict.py to ${framework_python_dir}"
+ fi
+ cp "${SRC_ROOT}/examples/summaries/cocoa/attrib_fromdict.py" "${framework_python_dir}"
+else
+ if [ $Debug == 1 ]
+ then
+ echo "Unable to find ${SRC_ROOT}/examples/summaries/cocoa/attrib_fromdict.py"
+ fi
+fi
+
if [ -f "${SRC_ROOT}/examples/summaries/cocoa/objc_lldb.py" ]
then
if [ $Debug == 1 ]
More information about the lldb-commits
mailing list