reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
221 result.SetImmediateErrorStream(error_sp); 270 const bool colorize_err = error_sp->GetFile().GetIsTerminalWithColors(); 312 error_sp->PutCString("(void)\n"); 331 bool useColors = error_sp->GetFile().GetIsTerminalWithColors(); 338 error_sp->Printf("%s\n", error.AsCString()); 345 error_sp->Printf(ANSI_ESCAPE1(ANSI_FG_COLOR_RED)); 346 error_sp->Printf(ANSI_ESCAPE1(ANSI_CTRL_BOLD)); 348 error_sp->Printf("Execution interrupted. "); 350 error_sp->Printf(ANSI_ESCAPE1(ANSI_CTRL_NORMAL)); 351 error_sp->Printf("Enter code to recover and continue.\nEnter LLDB " 359 error_sp->Printf(ANSI_ESCAPE1(ANSI_FG_COLOR_RED)); 360 error_sp->Printf(ANSI_ESCAPE1(ANSI_CTRL_BOLD)); 364 error_sp->Printf(ANSI_ESCAPE1(ANSI_CTRL_NORMAL)); 377 error_sp->Printf("error: timeout\n"); 379 error_sp->Printf("error: %s\n", error.AsCString()); 383 error_sp->Printf("error: could not fetch result -- %s\n", 388 error_sp->Printf("error: stopped for debug -- %s\n", 414 error_sp->Printf("error: couldn't open %s: %s\n", 434 error_sp->Printf(