[all-commits] [llvm/llvm-project] b31a1b: [LLDB] Flush stream at the end of PrintCommandOutput
Zequan Wu via All-commits
all-commits at lists.llvm.org
Fri Mar 4 13:06:35 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b31a1b4746c7c806bcc550e877577ec66ea407d9
https://github.com/llvm/llvm-project/commit/b31a1b4746c7c806bcc550e877577ec66ea407d9
Author: Zequan Wu <zequanwu at google.com>
Date: 2022-03-04 (Fri, 04 Mar 2022)
Changed paths:
M lldb/source/Interpreter/CommandInterpreter.cpp
Log Message:
-----------
[LLDB] Flush stream at the end of PrintCommandOutput
On Windows, lldb doesn't print any error message until exit. This fixes it.
Differential Revision: https://reviews.llvm.org/D120961
More information about the All-commits
mailing list