================
@@ -1636,6 +1622,36 @@ static void 
LoadCommonStlFormatters(lldb::TypeCategoryImplSP cpp_category_sp) {
             return LibStdcppStringSummaryProvider(valobj, stream, options);
           },
           "MSVC STL/libstdc++ std::wstring summary provider"));
+
+  auto smart_ptr_creator =
----------------
Nerixyz wrote:

This will be a problem for the other types as well. What about having a 
`Common{Type}SyntheticFrontEndCreator` and `Common{Type}SummaryProvider` in 
`Generic.h` (or maybe a new header)?

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

Reply via email to