================
@@ -1784,6 +1787,17 @@ static void 
LoadMsvcStlFormatters(lldb::TypeCategoryImplSP cpp_category_sp) {
           stl_summary_flags,
           MsvcStlStringSummaryProvider<StringElementType::UTF32>,
           "MSVC STL std::u32string summary provider"));
+
+  stl_summary_flags.SetDontShowChildren(false);
----------------
Michael137 wrote:

Yea, I wondered if for summaries that can't be formatted without children this 
would then fall back to showing the children. But yea maybe not. Either way, 
not something you have to deal with here

https://github.com/llvm/llvm-project/pull/149801
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to