<rdar://problem/12410225>
authorEnrico Granata <egranata@apple.com>
Thu, 28 Mar 2013 21:36:58 +0000 (21:36 +0000)
committerEnrico Granata <egranata@apple.com>
Thu, 28 Mar 2013 21:36:58 +0000 (21:36 +0000)
By default, omit the children for a char[] and just show the string contents
Can be overridden by appropriate command-line flags

llvm-svn: 178292

lldb/source/DataFormatters/FormatManager.cpp

index 01f5d7f..df0ff5e 100644 (file)
@@ -681,7 +681,7 @@ FormatManager::LoadSystemFormatters()
     lldb::TypeSummaryImplSP string_array_format(new StringSummaryFormat(TypeSummaryImpl::Flags().SetCascades(false)
                                                                         .SetSkipPointers(true)
                                                                         .SetSkipReferences(false)
-                                                                        .SetDontShowChildren(false)
+                                                                        .SetDontShowChildren(true)
                                                                         .SetDontShowValue(true)
                                                                         .SetShowMembersOneLiner(false)
                                                                         .SetHideItemNames(false),