[Lldb-commits] [lldb] Add commands frequency to statistics dump (PR #80375)
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Thu Feb 1 20:50:42 PST 2024
================
@@ -307,7 +311,8 @@ llvm::json::Value DebuggerStats::ReportStatistics(Debugger &debugger,
{"totalModuleCount", num_modules},
{"totalModuleCountHasDebugInfo", num_modules_has_debug_info},
{"totalModuleCountWithVariableErrors", num_modules_with_variable_errors},
- {"totalModuleCountWithIncompleteTypes", num_modules_with_incomplete_types},
+ {"totalModuleCountWithIncompleteTypes",
+ num_modules_with_incomplete_types},
----------------
clayborg wrote:
revert non related whitespace change
https://github.com/llvm/llvm-project/pull/80375
More information about the lldb-commits
mailing list