diff options
author | Enrico Granata <egranata@apple.com> | 2012-09-04 19:18:17 +0000 |
---|---|---|
committer | Enrico Granata <egranata@apple.com> | 2012-09-04 19:18:17 +0000 |
commit | 7a204359dc0f577770be16c44216fc9e19675f3f (patch) | |
tree | 88ef9c361d2f96c68bf2ca1eeb92d8eeb80bb2e6 /lldb/examples/summaries/cocoa/CFString.py | |
parent | f519628a100e938a699b9632b8a2a0b346d915d9 (diff) | |
download | bcm5719-llvm-7a204359dc0f577770be16c44216fc9e19675f3f.tar.gz bcm5719-llvm-7a204359dc0f577770be16c44216fc9e19675f3f.zip |
Editing a comment to make sure people know not to blame CFString.py for CFString summary errors
llvm-svn: 163157
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 |