summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python/finish-swig-Python-LLDB.sh
diff options
context:
space:
mode:
authorEnrico Granata <egranata@apple.com>2012-03-03 00:45:57 +0000
committerEnrico Granata <egranata@apple.com>2012-03-03 00:45:57 +0000
commit385ad4e4012377a958bbecf43490dc9f2c725ea8 (patch)
tree6d64bb2d9da2f90219eba23fe435af2b4018304e /lldb/scripts/Python/finish-swig-Python-LLDB.sh
parentae77b3dfad40906145df98c256bf91ee30ee1852 (diff)
downloadbcm5719-llvm-385ad4e4012377a958bbecf43490dc9f2c725ea8.tar.gz
bcm5719-llvm-385ad4e4012377a958bbecf43490dc9f2c725ea8.zip
added a new formatter for CF(Mutable)BitVector
fixed a few potential NULL-pointer derefs in ValueObject we have a way to provide docstrings for properties we add to the SWIG layer - a few of these properties have a docstring already, more will come in future commits added a new bunch of properties to SBData to make it more natural and Python-like to access the data they contain llvm-svn: 151962
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 4fd1d376912..c9bcba11a3b 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/CFBitVector.py" ]
+then
+ if [ $Debug == 1 ]
+ then
+ echo "Copying CFBitVector.py to ${framework_python_dir}"
+ fi
+ cp "${SRC_ROOT}/examples/summaries/cocoa/CFBitVector.py" "${framework_python_dir}"
+else
+ if [ $Debug == 1 ]
+ then
+ echo "Unable to find ${SRC_ROOT}/examples/summaries/cocoa/CFBitVector.py"
+ fi
+fi
+
if [ -f "${SRC_ROOT}/examples/summaries/cocoa/Selector.py" ]
then
if [ $Debug == 1 ]
OpenPOWER on IntegriCloud