[Lldb-commits] [lldb] [lldb] Print a message when background tasks take a while to complete (PR #82799)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Fri Feb 23 12:00:36 PST 2024
JDevlieghere wrote:
Greg and I talked this over offline. We both feel that progress events are the best way to convey that work is going on in the background. To make that work for the driver, we'll check if the debugger being destroyed is the very last one and if it is, we'll delay its destruction until the thread pool as completed. That still leaves the first problem of not shadowing progress events, but that can be deal with separately.
https://github.com/llvm/llvm-project/pull/82799
More information about the lldb-commits
mailing list