[Lldb-commits] [lldb] Report only loaded debug info in statistics dump (PR #81706)

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Tue Feb 13 21:59:54 PST 2024


================
@@ -132,6 +132,7 @@ struct ConstStringStats {
 
 struct StatisticsOptions {
   bool summary_only = false;
+  bool force_loading = false;
----------------
clayborg wrote:

Maybe `load_all_debug_info` is more clear?

https://github.com/llvm/llvm-project/pull/81706


More information about the lldb-commits mailing list