[all-commits] [llvm/llvm-project] c231de: [lldb] Use the debugger's asynchronous output stre...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Mon Mar 14 10:31:35 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c231deb791672720cf1935150b99e6deffaf4843
https://github.com/llvm/llvm-project/commit/c231deb791672720cf1935150b99e6deffaf4843
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2022-03-14 (Mon, 14 Mar 2022)
Changed paths:
M lldb/source/Core/Debugger.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list