[Lldb-commits] [lldb] [LLDB] Add formatters for MSVC STL map-like types (PR #148385)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Wed Jul 23 03:40:42 PDT 2025


================
@@ -1480,12 +1480,12 @@ static void LoadLibStdcppFormatters(lldb::TypeCategoryImplSP cpp_category_sp) {
   AddCXXSummary(
       cpp_category_sp, lldb_private::formatters::ContainerSizeSummaryProvider,
       "libstdc++ std::multimap summary provider",
-      "^std::(__debug::)?multimap<.+> >(( )?&)?$", stl_summary_flags, true);
+      "^std::__debug::multimap<.+> >(( )?&)?$", stl_summary_flags, true);
 
   AddCXXSummary(
       cpp_category_sp, lldb_private::formatters::ContainerSizeSummaryProvider,
       "libstdc++ std::multiset summary provider",
----------------
Michael137 wrote:

```suggestion
      "libstdc++ debug std::multiset summary provider",
```

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


More information about the lldb-commits mailing list