================
@@ -133,7 +133,9 @@ struct ConstStringStats {
 struct StatisticsOptions {
   bool summary_only = false;
   bool load_all_debug_info = false;
-  bool include_transcript = false;
+  bool include_targets = true;
+  bool include_modules = true;
----------------
royitaqi wrote:

Right now I'm putting the implementation in the .h file. They are kinda short, 
so I'm thinking this might be fine.

LMK if you want me to move the smart `GetIncludeXxx` functions into the .cpp 
file.

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

Reply via email to