[Lldb-commits] [lldb] [lldb] progressive progress reporting for darwin kernel/firmware (PR #98845)
Jason Molenda via lldb-commits
lldb-commits at lists.llvm.org
Mon Jul 15 11:03:10 PDT 2024
jasonmolenda wrote:
Ah no, I misunderstood. The Increment method of Progress is intended for use where you have one progress status display that takes multiple steps to complete. It's a separate mechanism from "finding dSYM for file x" etc. I can't use an Increment style progress reporting in this PR.
https://github.com/llvm/llvm-project/pull/98845
More information about the lldb-commits
mailing list