[Lldb-commits] [lldb] [lldb] Synchronize the debugger's stdout and stderr streams (PR #126630)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Fri Feb 14 22:29:05 PST 2025


================
@@ -7574,7 +7574,9 @@ IOHandlerCursesGUI::IOHandlerCursesGUI(Debugger &debugger)
 void IOHandlerCursesGUI::Activate() {
   IOHandler::Activate();
   if (!m_app_ap) {
-    m_app_ap = std::make_unique<Application>(GetInputFILE(), GetOutputFILE());
+    m_app_ap = std::make_unique<Application>(
----------------
JDevlieghere wrote:

Addressed in 776fa2d731c17d6ba0afad2554ebc89cf5e3e5ef 

https://github.com/llvm/llvm-project/pull/126630


More information about the lldb-commits mailing list