[Lldb-commits] [lldb] r163852 - /lldb/trunk/source/Core/CXXFormatterFunctions.cpp

Enrico Granata egranata at apple.com
Thu Sep 13 16:06:00 PDT 2012


Author: enrico
Date: Thu Sep 13 18:06:00 2012
New Revision: 163852

URL: http://llvm.org/viewvc/llvm-project?rev=163852&view=rev
Log:
Fixing a typo

Modified:
    lldb/trunk/source/Core/CXXFormatterFunctions.cpp

Modified: lldb/trunk/source/Core/CXXFormatterFunctions.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Core/CXXFormatterFunctions.cpp?rev=163852&r1=163851&r2=163852&view=diff
==============================================================================
--- lldb/trunk/source/Core/CXXFormatterFunctions.cpp (original)
+++ lldb/trunk/source/Core/CXXFormatterFunctions.cpp Thu Sep 13 18:06:00 2012
@@ -997,7 +997,6 @@
 uint32_t
 lldb_private::formatters::NSArrayCodeRunningSyntheticFrontEnd::CalculateNumChildren ()
 {
-        return 0;
     uint64_t count = 0;
     if (ExtractValueFromObjCExpression(m_backend, "int", "count", count))
         return count;





More information about the lldb-commits mailing list