projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2fd5fd
)
<rdar://problem/12410225>
author
Enrico Granata
<egranata@apple.com>
Thu, 28 Mar 2013 21:36:58 +0000
(21:36 +0000)
committer
Enrico 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
patch
|
blob
|
history
diff --git
a/lldb/source/DataFormatters/FormatManager.cpp
b/lldb/source/DataFormatters/FormatManager.cpp
index
01f5d7f
..
df0ff5e
100644
(file)
--- a/
lldb/source/DataFormatters/FormatManager.cpp
+++ b/
lldb/source/DataFormatters/FormatManager.cpp
@@
-681,7
+681,7
@@
FormatManager::LoadSystemFormatters()
lldb::TypeSummaryImplSP string_array_format(new StringSummaryFormat(TypeSummaryImpl::Flags().SetCascades(false)
.SetSkipPointers(true)
.SetSkipReferences(false)
- .SetDontShowChildren(
fals
e)
+ .SetDontShowChildren(
tru
e)
.SetDontShowValue(true)
.SetShowMembersOneLiner(false)
.SetHideItemNames(false),