Searched refs:error_sp (Results 1 – 9 of 9) sorted by relevance
/openbsd/gnu/llvm/lldb/source/Expression/ |
H A D | REPL.cpp | 105 error_sp->Printf("REPL requires a running target process.\n"); in IOHandlerActivated() 189 lldb::StreamFileSP &error_sp) { in ReadCode() argument 203 error_sp->Printf("file at path '%s' too large: " in ReadCode() 257 result.SetImmediateErrorStream(error_sp); in IOHandlerInputComplete() 300 if (!ReadCode(path, code, error_sp)) { in IOHandlerInputComplete() 357 error_sp->PutCString("(void)\n"); in IOHandlerInputComplete() 383 error_sp->Printf("%s\n", error.AsCString()); in IOHandlerInputComplete() 391 error_sp->Printf(ANSI_ESCAPE1(ANSI_CTRL_BOLD)); in IOHandlerInputComplete() 393 error_sp->Printf("Execution interrupted. "); in IOHandlerInputComplete() 422 error_sp->Printf("error: timeout\n"); in IOHandlerInputComplete() [all …]
|
/openbsd/gnu/llvm/lldb/source/Commands/ |
H A D | CommandObjectType.cpp | 234 error_sp->Flush(); in IOHandlerInputComplete() 238 error_sp->Flush(); in IOHandlerInputComplete() 243 error_sp->Flush(); in IOHandlerInputComplete() 247 error_sp->Flush(); in IOHandlerInputComplete() 250 error_sp->Printf( in IOHandlerInputComplete() 252 error_sp->Flush(); in IOHandlerInputComplete() 467 error_sp->Flush(); in IOHandlerInputComplete() 471 error_sp->Flush(); in IOHandlerInputComplete() 475 error_sp->Flush(); in IOHandlerInputComplete() 478 error_sp->Printf( in IOHandlerInputComplete() [all …]
|
H A D | CommandObjectCommands.cpp | 1481 StreamFileSP error_sp = io_handler.GetErrorStreamFileSP(); in IOHandlerInputComplete() local 1491 error_sp->Printf("error: unable to obtain a function name, didn't " in IOHandlerInputComplete() 1493 error_sp->Flush(); in IOHandlerInputComplete() 1504 error_sp->Printf("error: unable to add selected command: '%s'", in IOHandlerInputComplete() 1506 error_sp->Flush(); in IOHandlerInputComplete() 1514 error_sp->Flush(); in IOHandlerInputComplete() 1519 error_sp->Printf( in IOHandlerInputComplete() 1521 error_sp->Flush(); in IOHandlerInputComplete() 1525 error_sp->Flush(); in IOHandlerInputComplete() 1528 error_sp->Printf( in IOHandlerInputComplete() [all …]
|
H A D | CommandObjectExpression.cpp | 481 StreamFileSP error_sp = io_handler.GetErrorStreamFileSP(); in IOHandlerInputComplete() local 485 EvaluateExpression(line.c_str(), *output_sp, *error_sp, return_obj); in IOHandlerInputComplete() 488 if (error_sp) in IOHandlerInputComplete() 489 error_sp->Flush(); in IOHandlerInputComplete()
|
H A D | CommandObjectTarget.cpp | 4754 StreamFileSP error_sp(io_handler.GetErrorStreamFileSP()); in IOHandlerInputComplete() local 4755 if (error_sp) { in IOHandlerInputComplete() 4756 error_sp->Printf("error: stop hook #%" PRIu64 in IOHandlerInputComplete() 4759 error_sp->Flush(); in IOHandlerInputComplete()
|
/openbsd/gnu/llvm/lldb/source/Core/ |
H A D | IOHandler.cpp | 67 const lldb::StreamFileSP &error_sp, uint32_t flags) in IOHandler() argument 69 m_error_sp(error_sp), m_popped(false), m_flags(flags), m_type(type), in IOHandler() 242 const lldb::StreamFileSP &output_sp, const lldb::StreamFileSP &error_sp, in IOHandlerEditline() argument 248 : IOHandler(debugger, type, input_sp, output_sp, error_sp, flags), in IOHandlerEditline()
|
H A D | Debugger.cpp | 1759 StreamSP error_sp(GetAsyncErrorStream()); in DefaultEventHandler() local 1760 if (error_sp) { in DefaultEventHandler() 1761 error_sp->PutCString(data); in DefaultEventHandler() 1762 error_sp->Flush(); in DefaultEventHandler()
|
/openbsd/gnu/llvm/lldb/include/lldb/Core/ |
H A D | IOHandler.h | 64 const lldb::StreamFileSP &error_sp, uint32_t flags); 342 const lldb::StreamFileSP &error_sp, uint32_t flags,
|
/openbsd/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/ |
H A D | ScriptInterpreterPython.cpp | 533 StreamFileSP error_sp = io_handler.GetErrorStreamFileSP(); in IOHandlerInputComplete() local 534 if (error_sp) { in IOHandlerInputComplete() 535 error_sp->Printf("Warning: No command attached to breakpoint.\n"); in IOHandlerInputComplete() 536 error_sp->Flush(); in IOHandlerInputComplete() 555 StreamFileSP error_sp = io_handler.GetErrorStreamFileSP(); in IOHandlerInputComplete() local 556 if (error_sp) { in IOHandlerInputComplete() 557 error_sp->Printf("Warning: No command attached to breakpoint.\n"); in IOHandlerInputComplete() 558 error_sp->Flush(); in IOHandlerInputComplete()
|