[Lldb-commits] [lldb] Add options to "statistics dump" to control what sections are dumped (PR #95075)

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Mon Jun 10 22:25:45 PDT 2024


================
@@ -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


More information about the lldb-commits mailing list