summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python/finish-swig-Python-LLDB.sh
diff options
context:
space:
mode:
authorEnrico Granata <egranata@apple.com>2012-03-02 00:55:53 +0000
committerEnrico Granata <egranata@apple.com>2012-03-02 00:55:53 +0000
commit8d5c83f6ef5fce44b6375aa208c2768f3634e7ee (patch)
treeadbd60fb546361e1b15305a1325ada1d7f037dd9 /lldb/scripts/Python/finish-swig-Python-LLDB.sh
parent0d7c2788e4dc75e279b2d52383d6f1bb283f2178 (diff)
downloadbcm5719-llvm-8d5c83f6ef5fce44b6375aa208c2768f3634e7ee.tar.gz
bcm5719-llvm-8d5c83f6ef5fce44b6375aa208c2768f3634e7ee.zip
(a) adding formatters for:
NSTimeZone and CFTimeZonRef SEL and related types CFGregorianDate llvm-svn: 151866
Diffstat (limited to 'lldb/scripts/Python/finish-swig-Python-LLDB.sh')
-rwxr-xr-xlldb/scripts/Python/finish-swig-Python-LLDB.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/lldb/scripts/Python/finish-swig-Python-LLDB.sh b/lldb/scripts/Python/finish-swig-Python-LLDB.sh
index 66dfd9978ce..4fd1d376912 100755
--- a/lldb/scripts/Python/finish-swig-Python-LLDB.sh
+++ b/lldb/scripts/Python/finish-swig-Python-LLDB.sh
@@ -410,6 +410,20 @@ else
fi
fi
+if [ -f "${SRC_ROOT}/examples/summaries/cocoa/Selector.py" ]
+then
+ if [ $Debug == 1 ]
+ then
+ echo "Copying Selector.py to ${framework_python_dir}"
+ fi
+ cp "${SRC_ROOT}/examples/summaries/cocoa/Selector.py" "${framework_python_dir}"
+else
+ if [ $Debug == 1 ]
+ then
+ echo "Unable to find ${SRC_ROOT}/examples/summaries/cocoa/Selector.py"
+ fi
+fi
+
if [ -f "${SRC_ROOT}/examples/summaries/cocoa/cache.py" ]
then
if [ $Debug == 1 ]
OpenPOWER on IntegriCloud