================ @@ -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>( ---------------- bulbazord wrote:
nit: while you're here, `m_app_ap` -> `m_app_up`? auto pointers are dead, long live auto pointers! 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