From 896cd1d3e675b1c7be05be9975b09df1bafca9eb Mon Sep 17 00:00:00 2001 From: Enrico Granata Date: Thu, 1 Mar 2012 19:32:33 +0000 Subject: (a) adding an introspection formatter for NS(Mutable)IndexSet (b) fixes and improvements to the formatters for NSDate and NSString (c) adding an introspection formatter for NSCountedSet (d) making the Objective-C formatters test cases pass on both 64 and 32 bit one of the test cases is marked as expected failure on i386 - support needs to be added to the LLDB core for it to pass llvm-svn: 151826 --- lldb/scripts/Python/finish-swig-Python-LLDB.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'lldb/scripts/Python/finish-swig-Python-LLDB.sh') diff --git a/lldb/scripts/Python/finish-swig-Python-LLDB.sh b/lldb/scripts/Python/finish-swig-Python-LLDB.sh index aabd94d8087..66dfd9978ce 100755 --- a/lldb/scripts/Python/finish-swig-Python-LLDB.sh +++ b/lldb/scripts/Python/finish-swig-Python-LLDB.sh @@ -396,6 +396,20 @@ else fi fi +if [ -f "${SRC_ROOT}/examples/summaries/cocoa/NSIndexSet.py" ] +then + if [ $Debug == 1 ] + then + echo "Copying NSIndexSet.py to ${framework_python_dir}" + fi + cp "${SRC_ROOT}/examples/summaries/cocoa/NSIndexSet.py" "${framework_python_dir}" +else + if [ $Debug == 1 ] + then + echo "Unable to find ${SRC_ROOT}/examples/summaries/cocoa/NSIndexSet.py" + fi +fi + if [ -f "${SRC_ROOT}/examples/summaries/cocoa/cache.py" ] then if [ $Debug == 1 ] -- cgit v1.2.3