[Lldb-commits] [lldb] r163157 - /lldb/trunk/examples/summaries/cocoa/CFString.py

Enrico Granata egranata at apple.com
Tue Sep 4 12:18:17 PDT 2012


Author: enrico
Date: Tue Sep  4 14:18:17 2012
New Revision: 163157

URL: http://llvm.org/viewvc/llvm-project?rev=163157&view=rev
Log:
Editing a comment to make sure people know not to blame CFString.py for CFString summary errors

Modified:
    lldb/trunk/examples/summaries/cocoa/CFString.py

Modified: lldb/trunk/examples/summaries/cocoa/CFString.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/examples/summaries/cocoa/CFString.py?rev=163157&r1=163156&r2=163157&view=diff
==============================================================================
--- lldb/trunk/examples/summaries/cocoa/CFString.py (original)
+++ lldb/trunk/examples/summaries/cocoa/CFString.py Tue Sep  4 14:18:17 2012
@@ -5,8 +5,8 @@
 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





More information about the lldb-commits mailing list