================
@@ -3193,6 +3193,14 @@ bool Target::SetSectionUnloaded(const lldb::SectionSP 
&section_sp,
 
 void Target::ClearAllLoadedSections() { m_section_load_history.Clear(); }
 
+lldb_private::SummaryStatistics& 
Target::GetSummaryStatisticsForProvider(lldb_private::ConstString 
summary_provider_name) {
----------------
bulbazord wrote:

nit: You can remove the `lldb_private` namespace from the types here for 
consistency.

https://github.com/llvm/llvm-project/pull/102708
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to