diff options
| author | Enrico Granata <egranata@apple.com> | 2013-03-19 00:27:22 +0000 |
|---|---|---|
| committer | Enrico Granata <egranata@apple.com> | 2013-03-19 00:27:22 +0000 |
| commit | 6d37cc65013968df48d32c2d2845a9d7868a25fe (patch) | |
| tree | 12b690b3dd53beda8598fde3482343af14133fcd /lldb/scripts/Python | |
| parent | 9585fbfc67a8de61a87e98e6a1b989a1ed98e48d (diff) | |
| download | bcm5719-llvm-6d37cc65013968df48d32c2d2845a9d7868a25fe.tar.gz bcm5719-llvm-6d37cc65013968df48d32c2d2845a9d7868a25fe.zip | |
This checkin removes the last Cocoa formatters that were implemented in Python and reimplements them in C++. The Python Cocoa formatters are not shipped as part of LLDB anymore, but still exist in the source repository for user reference. Python formatters still exist for STL classes and users can still define their own Python formatters
llvm-svn: 177366
Diffstat (limited to 'lldb/scripts/Python')
| -rwxr-xr-x | lldb/scripts/Python/finish-swig-Python-LLDB.sh | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/lldb/scripts/Python/finish-swig-Python-LLDB.sh b/lldb/scripts/Python/finish-swig-Python-LLDB.sh index d0f3c251a22..e87d44a9f50 100755 --- a/lldb/scripts/Python/finish-swig-Python-LLDB.sh +++ b/lldb/scripts/Python/finish-swig-Python-LLDB.sh @@ -223,38 +223,11 @@ package_files="${SRC_ROOT}/examples/synthetic/gnu_libstdcpp.py ${SRC_ROOT}/examples/synthetic/libcxx.py" create_python_package "/formatters/cpp" "${package_files}" -# lldb/formatters/objc -package_files="${SRC_ROOT}/examples/summaries/cocoa/Selector.py -${SRC_ROOT}/examples/summaries/objc.py -${SRC_ROOT}/examples/summaries/cocoa/Class.py -${SRC_ROOT}/examples/summaries/cocoa/CFArray.py -${SRC_ROOT}/examples/summaries/cocoa/CFBag.py -${SRC_ROOT}/examples/summaries/cocoa/CFBinaryHeap.py -${SRC_ROOT}/examples/summaries/cocoa/CFBitVector.py -${SRC_ROOT}/examples/summaries/cocoa/CFDictionary.py -${SRC_ROOT}/examples/summaries/cocoa/CFString.py -${SRC_ROOT}/examples/summaries/cocoa/NSBundle.py -${SRC_ROOT}/examples/summaries/cocoa/NSData.py -${SRC_ROOT}/examples/summaries/cocoa/NSDate.py -${SRC_ROOT}/examples/summaries/cocoa/NSException.py -${SRC_ROOT}/examples/summaries/cocoa/NSIndexSet.py -${SRC_ROOT}/examples/summaries/cocoa/NSMachPort.py -${SRC_ROOT}/examples/summaries/cocoa/NSNotification.py -${SRC_ROOT}/examples/summaries/cocoa/NSNumber.py -${SRC_ROOT}/examples/summaries/cocoa/NSSet.py -${SRC_ROOT}/examples/summaries/cocoa/NSURL.py" -create_python_package "/formatters/objc" "${package_files}" - - # make an empty __init__.py in lldb/runtime # this is required for Python to recognize lldb.runtime as a valid package # (and hence, lldb.runtime.objc as a valid contained package) create_python_package "/runtime" "" -# lldb/runtime/objc -package_files="${SRC_ROOT}/examples/summaries/cocoa/objc_runtime.py" -create_python_package "/runtime/objc" "${package_files}" - # lldb/formatters # having these files copied here ensures that lldb/formatters is a valid package itself package_files="${SRC_ROOT}/examples/summaries/cocoa/cache.py |

