[Lldb-commits] [PATCH] D21984: Add data formatter for libstdc++ shared_ptr and weak_ptr

Enrico Granata via lldb-commits lldb-commits at lists.llvm.org
Tue Jul 5 10:57:22 PDT 2016


granata.enrico added inline comments.

================
Comment at: source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp:665
@@ +664,3 @@
+
+    stl_summary_flags.SetDontShowChildren(true);
+    AddCXXSummary(cpp_category_sp, lldb_private::formatters::LibStdcppSmartPointerSummaryProvider,
----------------
Is there any reason to hide the children for a type that you provide synthetic children for?


http://reviews.llvm.org/D21984





More information about the lldb-commits mailing list