diff options
Diffstat (limited to 'lldb/examples/summaries/cocoa/CFDictionary.py')
-rw-r--r-- | lldb/examples/summaries/cocoa/CFDictionary.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lldb/examples/summaries/cocoa/CFDictionary.py b/lldb/examples/summaries/cocoa/CFDictionary.py index 9607613058b..061f5c56f9d 100644 --- a/lldb/examples/summaries/cocoa/CFDictionary.py +++ b/lldb/examples/summaries/cocoa/CFDictionary.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 NSDictionary +# example summary provider for NSDictionary +# the real summary is now C++ code built into LLDB import lldb import ctypes import lldb.runtime.objc.objc_runtime |