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

via lldb-commits lldb-commits at lists.llvm.org
Tue Jul 1 07:04: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) {
----------------
Nerixyz wrote:

Added "Load formatters that are formatting types from more than one STL".

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


More information about the lldb-commits mailing list