clayborg added inline comments.
================ Comment at: source/Commands/CommandObjectCommands.cpp:1012 void IOHandlerActivated(IOHandler &io_handler) override { + if (!io_handler.GetIsInteractive() && !io_handler.GetIsRealTerminal()) + // Don't print instructions during batch execution, such as .lldbinit. ---------------- Why do we need to check for a real terminal here? Isn't checking if it is interactive enough? https://reviews.llvm.org/D48752 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits