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/examples/summaries/cocoa | |
| 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/examples/summaries/cocoa')
| -rw-r--r-- | lldb/examples/summaries/cocoa/NSDate.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lldb/examples/summaries/cocoa/NSDate.py b/lldb/examples/summaries/cocoa/NSDate.py index ae1ff6b432b..4dd63b4a5c3 100644 --- a/lldb/examples/summaries/cocoa/NSDate.py +++ b/lldb/examples/summaries/cocoa/NSDate.py @@ -5,7 +5,8 @@ part of The LLVM Compiler Infrastructure This file is distributed under the University of Illinois Open Source License. See LICENSE.TXT for details. """ -# summary provider for NSDate +# example summary provider for NSDate +# the real summary is now C++ code built into LLDB import lldb import ctypes import lldb.runtime.objc.objc_runtime |

