labath accepted this revision. labath added a comment. This revision is now accepted and ready to land.
looks good to me ================ Comment at: lldb/source/Commands/CommandObjectGUI.cpp:32-33 + File &input = debugger.GetInputFile(); + if (input.GetIsRealTerminal() && + input.GetIsInteractive()) { IOHandlerSP io_handler_sp(new IOHandlerCursesGUI(debugger)); ---------------- This looks like it would fit on one line. Did you run clang-format? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D67891/new/ https://reviews.llvm.org/D67891 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits