[Lldb-commits] [lldb] [LLDB] Add formatters for MSVC STL std::tuple (PR #148548)

via lldb-commits lldb-commits at lists.llvm.org
Tue Jul 15 06:05:07 PDT 2025


================
@@ -1656,9 +1658,6 @@ static void LoadCommonStlFormatters(lldb::TypeCategoryImplSP cpp_category_sp) {
           },
           "MSVC STL/libstdc++ std::wstring summary provider"));
 
-  stl_summary_flags.SetDontShowChildren(false);
----------------
Nerixyz wrote:

I didn't rebase correctly. In this PR I had them after the synthetic children, but in the already merged one I had them before. It doesn't make a difference.

https://github.com/llvm/llvm-project/pull/148548


More information about the lldb-commits mailing list