[Lldb-commits] [lldb] [lldb] Add count for number of DWO files loaded in statistics (PR #144424)
via lldb-commits
lldb-commits at lists.llvm.org
Mon Jun 16 16:49:40 PDT 2025
jeffreytan81 wrote:
Besides `totalLoadedDwoFileCount`, we need another `totalDwoFileCount`. The ratio between them will show us how much X% of dwo files have been loaded for the debug session.
Also, we should test this against dwp file situation, and non-split-dwarf situation, what are the numbers we should report?
https://github.com/llvm/llvm-project/pull/144424
More information about the lldb-commits
mailing list