[all-commits] [llvm/llvm-project] aac1c3: Add a new top level statistic that tracks how many...

Greg Clayton via All-commits all-commits at lists.llvm.org
Sun Nov 20 12:34:31 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: aac1c3b15aae7a13f6861c6a58729d68d2f1eab0
      https://github.com/llvm/llvm-project/commit/aac1c3b15aae7a13f6861c6a58729d68d2f1eab0
  Author: Greg Clayton <gclayton at fb.com>
  Date:   2022-11-20 (Sun, 20 Nov 2022)

  Changed paths:
    M lldb/source/Target/Statistics.cpp
    M lldb/test/API/commands/statistics/basic/TestStats.py

  Log Message:
  -----------
  Add a new top level statistic that tracks how many modules have variable errors.

We have a statistic on each module named "debugInfoHadVariableErrors" which tracks when we have debug info, but an error prevented the variables from being displayed. This patch adds a new top level statistic named "totalModuleCountWithVariableErrors" which is a count of the modules that have "debugInfoHadVariableErrors" set to true.

Differential Revision: https://reviews.llvm.org/D138383




More information about the All-commits mailing list