[Lldb-commits] [lldb] Add commands frequency to statistics dump (PR #80375)
via lldb-commits
lldb-commits at lists.llvm.org
Mon Feb 5 10:56:02 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},
----------------
jeffreytan81 wrote:
No, it is actually required by the formatter reported by github:
https://github.com/llvm/llvm-project/actions/runs/7789051206/job/21239805569?pr=80375
https://github.com/llvm/llvm-project/pull/80375
More information about the lldb-commits
mailing list