[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:53 PST 2024


================
@@ -24,6 +24,9 @@ class LLDB_API SBStatisticsOptions {
 
   void SetSummaryOnly(bool b);
   bool GetSummaryOnly();
+  
+  void SetForceLoading(bool b);
----------------
clayborg wrote:

Need headerdoc for these.

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


More information about the lldb-commits mailing list