Home
last modified time | relevance | path

Searched refs:error_sp (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp192 lldb::StreamFileSP &error_sp) { in ReadCode() argument
206 error_sp->Printf("file at path '%s' too large: " in ReadCode()
260 result.SetImmediateErrorStream(error_sp); in IOHandlerInputComplete()
303 if (!ReadCode(path, code, error_sp)) { in IOHandlerInputComplete()
351 *error_sp << llvm::toString(std::move(err)) << "\n"; in IOHandlerInputComplete()
363 error_sp->PutCString("(void)\n"); in IOHandlerInputComplete()
389 error_sp->Printf("%s\n", error.AsCString()); in IOHandlerInputComplete()
397 error_sp->Printf(ANSI_ESCAPE1(ANSI_CTRL_BOLD)); in IOHandlerInputComplete()
399 error_sp->Printf("Execution interrupted. "); in IOHandlerInputComplete()
428 error_sp->Printf("error: timeout\n"); in IOHandlerInputComplete()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp247 error_sp->Flush(); in IOHandlerInputComplete()
251 error_sp->Flush(); in IOHandlerInputComplete()
256 error_sp->Flush(); in IOHandlerInputComplete()
260 error_sp->Flush(); in IOHandlerInputComplete()
263 error_sp->Printf( in IOHandlerInputComplete()
265 error_sp->Flush(); in IOHandlerInputComplete()
479 error_sp->Flush(); in IOHandlerInputComplete()
483 error_sp->Flush(); in IOHandlerInputComplete()
487 error_sp->Flush(); in IOHandlerInputComplete()
490 error_sp->Printf( in IOHandlerInputComplete()
[all …]
H A DCommandObjectCommands.cpp1502 StreamFileSP error_sp = io_handler.GetErrorStreamFileSP(); in IOHandlerInputComplete() local
1512 error_sp->Printf("error: unable to obtain a function name, didn't " in IOHandlerInputComplete()
1514 error_sp->Flush(); in IOHandlerInputComplete()
1525 error_sp->Printf("error: unable to add selected command: '%s'", in IOHandlerInputComplete()
1527 error_sp->Flush(); in IOHandlerInputComplete()
1535 error_sp->Flush(); in IOHandlerInputComplete()
1540 error_sp->Printf( in IOHandlerInputComplete()
1542 error_sp->Flush(); in IOHandlerInputComplete()
1546 error_sp->Flush(); in IOHandlerInputComplete()
1549 error_sp->Printf( in IOHandlerInputComplete()
[all …]
H A DCommandObjectExpression.cpp525 StreamFileSP error_sp = io_handler.GetErrorStreamFileSP(); in IOHandlerInputComplete() local
529 EvaluateExpression(line.c_str(), *output_sp, *error_sp, return_obj); in IOHandlerInputComplete()
532 if (error_sp) in IOHandlerInputComplete()
533 error_sp->Flush(); in IOHandlerInputComplete()
H A DCommandObjectTarget.cpp5033 StreamFileSP error_sp(io_handler.GetErrorStreamFileSP()); in IOHandlerInputComplete() local
5034 if (error_sp) { in IOHandlerInputComplete()
5035 error_sp->Printf("error: stop hook #%" PRIu64 in IOHandlerInputComplete()
5038 error_sp->Flush(); in IOHandlerInputComplete()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp67 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 DDebugger.cpp1911 StreamSP error_sp(GetAsyncErrorStream()); in DefaultEventHandler() local
1912 if (error_sp) { in DefaultEventHandler()
1913 error_sp->PutCString(data); in DefaultEventHandler()
1914 error_sp->Flush(); in DefaultEventHandler()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h63 const lldb::StreamFileSP &error_sp, uint32_t flags);
340 const lldb::StreamFileSP &error_sp, uint32_t flags,
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp545 StreamFileSP error_sp = io_handler.GetErrorStreamFileSP(); in IOHandlerInputComplete() local
546 if (error_sp) { in IOHandlerInputComplete()
547 error_sp->Printf("Warning: No command attached to breakpoint.\n"); in IOHandlerInputComplete()
548 error_sp->Flush(); in IOHandlerInputComplete()
568 StreamFileSP error_sp = io_handler.GetErrorStreamFileSP(); in IOHandlerInputComplete() local
569 if (error_sp) { in IOHandlerInputComplete()
570 error_sp->Printf("Warning: No command attached to breakpoint.\n"); in IOHandlerInputComplete()
571 error_sp->Flush(); in IOHandlerInputComplete()