[Lldb-commits] [lldb] [lldb] Implement coalescing of disjoint progress events (PR #84854)
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Thu Mar 21 13:13:45 PDT 2024
https://github.com/clayborg approved this pull request.
LGTM. I commented on the timeout, but we can implement a setting later if needed. We can always have the ProgressManager class start with 100ms, and then have its timeout updated if/when the settings get modified later. Since there is one progress manager per process, we can just make the setting `global`.
https://github.com/llvm/llvm-project/pull/84854
More information about the lldb-commits
mailing list