We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fcd6b1 commit 7ccbe8fCopy full SHA for 7ccbe8f
lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
@@ -1504,6 +1504,10 @@ static void LoadLibStdcppFormatters(lldb::TypeCategoryImplSP cpp_category_sp) {
1504
"^std::((__debug::)?|(__cxx11::)?)list<.+>(( )?&)?$",
1505
stl_summary_flags, true);
1506
1507
+ AddCXXSummary(cpp_category_sp, ContainerSizeSummaryProvider,
1508
+ "libstdc++ std::tuple summary provider",
1509
+ "^std::tuple<.+>$", stl_summary_flags, true);
1510
+
1511
cpp_category_sp->AddTypeSummary(
1512
"^std::((__debug::)?|(__cxx11::)?)forward_list<.+>(( )?&)?$",
1513
eFormatterMatchRegex,
0 commit comments