[Lldb-commits] [lldb] [LLDB] Add type summaries for MSVC STL strings (PR #143177)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Tue Jul 1 03:16:50 PDT 2025


================
@@ -1629,6 +1630,80 @@ static void LoadLibStdcppFormatters(lldb::TypeCategoryImplSP cpp_category_sp) {
                 "^std::optional<.+>(( )?&)?$", stl_summary_flags, true);
 }
 
+static void LoadCommonStlFormatters(lldb::TypeCategoryImplSP cpp_category_sp) {
----------------
Michael137 wrote:

Can we add a brief documentation header to this function regarding what `Common` here refers to?

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


More information about the lldb-commits mailing list