[Lldb-commits] [lldb] [WIP] [lldb][Progress] Report progress when completing types from DWARF (PR #91452)
Adrian Prantl via lldb-commits
lldb-commits at lists.llvm.org
Thu May 9 09:40:24 PDT 2024
adrian-prantl wrote:
If this turns out to be necessary, one way to rate-limit them would be to have a nesting depth counter. Assuming that these imports happen recursively we could create only Progress objects for the top n layers.
https://github.com/llvm/llvm-project/pull/91452
More information about the lldb-commits
mailing list