Skip to content

Commit 7ccbe8f

Browse files
committed
fixup! add tuple container summary
1 parent 2fcd6b1 commit 7ccbe8f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1504,6 +1504,10 @@ static void LoadLibStdcppFormatters(lldb::TypeCategoryImplSP cpp_category_sp) {
15041504
"^std::((__debug::)?|(__cxx11::)?)list<.+>(( )?&)?$",
15051505
stl_summary_flags, true);
15061506

1507+
AddCXXSummary(cpp_category_sp, ContainerSizeSummaryProvider,
1508+
"libstdc++ std::tuple summary provider",
1509+
"^std::tuple<.+>$", stl_summary_flags, true);
1510+
15071511
cpp_category_sp->AddTypeSummary(
15081512
"^std::((__debug::)?|(__cxx11::)?)forward_list<.+>(( )?&)?$",
15091513
eFormatterMatchRegex,

0 commit comments

Comments
 (0)