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

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Wed Jul 9 06:48:31 PDT 2025


================
@@ -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 =
----------------
Michael137 wrote:

These registrations are getting a bit noisy in my opinion. Could we move all this to a separate helper called `RegisterCommonStlSmartPtrFormatters` (or something like that?

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


More information about the lldb-commits mailing list