Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Expression/
H A DREPL.cpp189 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()
405 error_sp->Printf(ANSI_ESCAPE1(ANSI_CTRL_BOLD)); in IOHandlerInputComplete()
422 error_sp->Printf("error: timeout\n"); in IOHandlerInputComplete()
[all …]
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectType.cpp239 error_sp->Flush(); in IOHandlerInputComplete()
243 error_sp->Flush(); in IOHandlerInputComplete()
248 error_sp->Flush(); in IOHandlerInputComplete()
252 error_sp->Flush(); in IOHandlerInputComplete()
255 error_sp->Printf( in IOHandlerInputComplete()
257 error_sp->Flush(); in IOHandlerInputComplete()
461 error_sp->Flush(); in IOHandlerInputComplete()
465 error_sp->Flush(); in IOHandlerInputComplete()
469 error_sp->Flush(); in IOHandlerInputComplete()
472 error_sp->Printf( in IOHandlerInputComplete()
[all …]
H A DCommandObjectCommands.cpp1478 StreamFileSP error_sp = io_handler.GetErrorStreamFileSP(); in IOHandlerInputComplete() local
1488 error_sp->Printf("error: unable to obtain a function name, didn't " in IOHandlerInputComplete()
1490 error_sp->Flush(); in IOHandlerInputComplete()
1501 error_sp->Printf("error: unable to add selected command: '%s'", in IOHandlerInputComplete()
1503 error_sp->Flush(); in IOHandlerInputComplete()
1511 error_sp->Flush(); in IOHandlerInputComplete()
1516 error_sp->Printf( in IOHandlerInputComplete()
1518 error_sp->Flush(); in IOHandlerInputComplete()
1522 error_sp->Flush(); in IOHandlerInputComplete()
1525 error_sp->Printf( in IOHandlerInputComplete()
[all …]
H A DCommandObjectExpression.cpp474 StreamFileSP error_sp = io_handler.GetErrorStreamFileSP(); in IOHandlerInputComplete() local
478 EvaluateExpression(line.c_str(), *output_sp, *error_sp, return_obj); in IOHandlerInputComplete()
481 if (error_sp) in IOHandlerInputComplete()
482 error_sp->Flush(); in IOHandlerInputComplete()
H A DCommandObjectTarget.cpp4739 StreamFileSP error_sp(io_handler.GetErrorStreamFileSP()); in IOHandlerInputComplete() local
4740 if (error_sp) { in IOHandlerInputComplete()
4741 error_sp->Printf("error: stop hook #%" PRIu64 in IOHandlerInputComplete()
4744 error_sp->Flush(); in IOHandlerInputComplete()
/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandler.cpp69 const lldb::StreamFileSP &error_sp, uint32_t flags, in IOHandler() argument
72 m_error_sp(error_sp), m_data_recorder(data_recorder), m_popped(false), in IOHandler()
246 const lldb::StreamFileSP &output_sp, const lldb::StreamFileSP &error_sp, in IOHandlerEditline() argument
252 : IOHandler(debugger, type, input_sp, output_sp, error_sp, flags, in IOHandlerEditline()
H A DDebugger.cpp1739 StreamSP error_sp(GetAsyncErrorStream()); in DefaultEventHandler() local
1740 if (error_sp) { in DefaultEventHandler()
1741 error_sp->PutCString(data); in DefaultEventHandler()
1742 error_sp->Flush(); in DefaultEventHandler()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DIOHandler.h66 const lldb::StreamFileSP &error_sp, uint32_t flags,
347 const lldb::StreamFileSP &error_sp, uint32_t flags,
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp529 StreamFileSP error_sp = io_handler.GetErrorStreamFileSP(); in IOHandlerInputComplete() local
530 if (error_sp) { in IOHandlerInputComplete()
531 error_sp->Printf("Warning: No command attached to breakpoint.\n"); in IOHandlerInputComplete()
532 error_sp->Flush(); in IOHandlerInputComplete()
551 StreamFileSP error_sp = io_handler.GetErrorStreamFileSP(); in IOHandlerInputComplete() local
552 if (error_sp) { in IOHandlerInputComplete()
553 error_sp->Printf("Warning: No command attached to breakpoint.\n"); in IOHandlerInputComplete()
554 error_sp->Flush(); in IOHandlerInputComplete()