================
@@ -133,6 +133,8 @@ struct ConstStringStats {
struct StatisticsOptions {
bool summary_only = false;
bool load_all_debug_info = false;
+ bool include_targets = false;
+ bool include_modules = false;
----------------
clayborg wrote:
These should default to `true` if we are going to keep the old output if we
just type `statistics dump`.
https://github.com/llvm/llvm-project/pull/95075
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits