summaryrefslogtreecommitdiff
path: root/examples/summaries/cocoa/NSDate.py
diff options
context:
space:
mode:
authorEnrico Granata <egranata@apple.com>2013-03-19 00:27:22 +0000
committerEnrico Granata <egranata@apple.com>2013-03-19 00:27:22 +0000
commitcba09f60618744e2155bc97c9049fa9c797698ad (patch)
treed5beeda942788afb20fe18996e23ed54a9c53448 /examples/summaries/cocoa/NSDate.py
parent535f53c8795b3592ce835804af5cef89be39ceea (diff)
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
git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@177366 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'examples/summaries/cocoa/NSDate.py')
-rw-r--r--examples/summaries/cocoa/NSDate.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/summaries/cocoa/NSDate.py b/examples/summaries/cocoa/NSDate.py
index ae1ff6b43..4dd63b4a5 100644
--- a/examples/summaries/cocoa/NSDate.py
+++ b/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