================
@@ -174,12 +174,21 @@ struct StatisticsOptions {
return !GetSummaryOnly();
}
+ void SetIncludePlugins(bool value) { m_include_plugins = value; }
+ bool GetIncludePlugins() const {
+ if (m_include_plugins.has_value())
+ return m_include_plugins.value();
+ // Default to true in both default mode and summary mode.
----------------
dmpots wrote:
Should we include plugin info in the stats by default?
https://github.com/llvm/llvm-project/pull/134418
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits