Lines Matching defs:error_sp

106   lldb::StreamFileSP error_sp(io_handler.GetErrorStreamFileSP());
107 error_sp->Printf("REPL requires a running target process.\n");
192 lldb::StreamFileSP &error_sp) {
196 error_sp->Printf("no such file at path '%s'\n", path.c_str());
200 error_sp->Printf("could not read file at path '%s'\n", path.c_str());
206 error_sp->Printf("file at path '%s' too large: "
213 error_sp->Printf("could not create buffer for file at path '%s'\n",
223 lldb::StreamFileSP error_sp(io_handler.GetErrorStreamFileSP());
260 result.SetImmediateErrorStream(error_sp);
303 if (!ReadCode(path, code, error_sp)) {
319 const bool colorize_err = error_sp->GetFile().GetIsTerminalWithColors();
348 *error_sp << llvm::toString(std::move(err)) << "\n";
360 error_sp->PutCString("(void)\n");
379 bool useColors = error_sp->GetFile().GetIsTerminalWithColors();
386 error_sp->Printf("%s\n", error.AsCString());
393 error_sp->Printf(ANSI_ESCAPE1(ANSI_FG_COLOR_RED));
394 error_sp->Printf(ANSI_ESCAPE1(ANSI_CTRL_BOLD));
396 error_sp->Printf("Execution interrupted. ");
398 error_sp->Printf(ANSI_ESCAPE1(ANSI_CTRL_NORMAL));
399 error_sp->Printf("Enter code to recover and continue.\nEnter LLDB "
407 error_sp->Printf(ANSI_ESCAPE1(ANSI_FG_COLOR_RED));
408 error_sp->Printf(ANSI_ESCAPE1(ANSI_CTRL_BOLD));
412 error_sp->Printf(ANSI_ESCAPE1(ANSI_CTRL_NORMAL));
425 error_sp->Printf("error: timeout\n");
427 error_sp->Printf("error: %s\n", error.AsCString());
431 error_sp->Printf("error: could not fetch result -- %s\n",
436 error_sp->Printf("error: stopped for debug -- %s\n",
441 error_sp->Printf("error: expression thread vanished -- %s\n",
467 error_sp->Printf("error: couldn't open %s: %s\n",
488 error_sp->Printf(