[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
Tue Jun 11 15:00:04 PDT 2024
Michael137 wrote:
Decided to go with something much simpler. Currently just reporting progress in `ParseStructureLikeDIE`, when we search for the definition DIE. Should reduce the number of broadcasts to some extent, and once https://github.com/llvm/llvm-project/pull/92328 lands again, it would naturally move into `FindDefinitionTypeForDIE`. Also, we're no longer storing the `Progress` object for the entire lifetime of the `DWARFASTParserClang`, meaning we clear the message from the terminal by the time the expression finishes, and we are less likely to block other in-flight progress events elsewhere.
https://github.com/llvm/llvm-project/pull/91452
More information about the lldb-commits
mailing list