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

Alex Langford via lldb-commits lldb-commits at lists.llvm.org
Wed Feb 14 10:23:18 PST 2024


================
@@ -224,6 +224,7 @@ llvm::json::Value DebuggerStats::ReportStatistics(
     const lldb_private::StatisticsOptions &options) {
 
   const bool summary_only = options.summary_only;
+  const bool force_laoding = options.force_loading;
----------------
bulbazord wrote:

typo in this one

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


More information about the lldb-commits mailing list