[Lldb-commits] [lldb] [WIP] [lldb][Progress] Report progress when completing types from DWARF (PR #91452)
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Wed May 29 05:12:21 PDT 2024
Michael137 wrote:
Now that we don't search for the definition DIE when initially parsing a DIE, we could probably move this progress report to when we look for `FindDefinitionTypeForDIE`, which seems to be the most expensive part of the `DWARFASTParser`
https://github.com/llvm/llvm-project/pull/91452
More information about the lldb-commits
mailing list