diff options
Diffstat (limited to 'lldb/examples/summaries/cocoa/CFString.py')
-rw-r--r-- | lldb/examples/summaries/cocoa/CFString.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/examples/summaries/cocoa/CFString.py b/lldb/examples/summaries/cocoa/CFString.py index d8b12755748..570fd8280e0 100644 --- a/lldb/examples/summaries/cocoa/CFString.py +++ b/lldb/examples/summaries/cocoa/CFString.py @@ -5,8 +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. """ -# synthetic children and summary provider for CFString -# (and related NSString class) +# example synthetic children and summary provider for CFString (and related NSString class) +# the real code is part of the LLDB core import lldb import lldb.runtime.objc.objc_runtime import lldb.formatters.Logger |