Lines Matching refs:Printf
105 error_sp->Printf("REPL requires a running target process.\n"); in IOHandlerActivated()
193 error_sp->Printf("no such file at path '%s'\n", path.c_str()); in ReadCode()
197 error_sp->Printf("could not read file at path '%s'\n", path.c_str()); in ReadCode()
203 error_sp->Printf("file at path '%s' too large: " in ReadCode()
210 error_sp->Printf("could not create buffer for file at path '%s'\n", in ReadCode()
383 error_sp->Printf("%s\n", error.AsCString()); in IOHandlerInputComplete()
390 error_sp->Printf(ANSI_ESCAPE1(ANSI_FG_COLOR_RED)); in IOHandlerInputComplete()
391 error_sp->Printf(ANSI_ESCAPE1(ANSI_CTRL_BOLD)); in IOHandlerInputComplete()
393 error_sp->Printf("Execution interrupted. "); in IOHandlerInputComplete()
395 error_sp->Printf(ANSI_ESCAPE1(ANSI_CTRL_NORMAL)); in IOHandlerInputComplete()
396 error_sp->Printf("Enter code to recover and continue.\nEnter LLDB " in IOHandlerInputComplete()
404 error_sp->Printf(ANSI_ESCAPE1(ANSI_FG_COLOR_RED)); in IOHandlerInputComplete()
405 error_sp->Printf(ANSI_ESCAPE1(ANSI_CTRL_BOLD)); in IOHandlerInputComplete()
407 output_sp->Printf("Execution stopped at breakpoint. "); in IOHandlerInputComplete()
409 error_sp->Printf(ANSI_ESCAPE1(ANSI_CTRL_NORMAL)); in IOHandlerInputComplete()
410 output_sp->Printf("Enter LLDB commands to investigate (type help " in IOHandlerInputComplete()
422 error_sp->Printf("error: timeout\n"); in IOHandlerInputComplete()
424 error_sp->Printf("error: %s\n", error.AsCString()); in IOHandlerInputComplete()
428 error_sp->Printf("error: could not fetch result -- %s\n", in IOHandlerInputComplete()
433 error_sp->Printf("error: stopped for debug -- %s\n", in IOHandlerInputComplete()
438 error_sp->Printf("error: expression thread vanished -- %s\n", in IOHandlerInputComplete()
464 error_sp->Printf("error: couldn't open %s: %s\n", in IOHandlerInputComplete()
476 output_sp->Printf("\n"); in IOHandlerInputComplete()
484 error_sp->Printf( in IOHandlerInputComplete()