================ @@ -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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits