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