[lldb] Use the debugger's asynchronous output stream for progress events.
authorJonas Devlieghere <jonas@devlieghere.com>
Mon, 14 Mar 2022 17:22:04 +0000 (10:22 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Mon, 14 Mar 2022 17:31:22 +0000 (10:31 -0700)
commitc231deb791672720cf1935150b99e6deffaf4843
tree35ee18993965fabd039c84ed9713e362633a7575
parent3568333815b30dc565ce041c64e871bc1d4e8e21
[lldb] Use the debugger's asynchronous output stream for progress events.

Use the debugger's asynchronous output stream for printing progress
events. This allows the active IOHandler to be in charge of printing
them and doing the necessary synchronization.

Differential revision: https://reviews.llvm.org/D121502
lldb/source/Core/Debugger.cpp