Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp100 error_sp->Printf("REPL requires a running target process.\n"); in IOHandlerActivated()
184 lldb::StreamFileSP &error_sp) { in ReadCode() argument
198 error_sp->Printf("file at path '%s' too large: " in ReadCode()
252 result.SetImmediateErrorStream(error_sp); in IOHandlerInputComplete()
295 if (!ReadCode(path, code, error_sp)) { in IOHandlerInputComplete()
352 error_sp->PutCString("(void)\n"); in IOHandlerInputComplete()
378 error_sp->Printf("%s\n", error.AsCString()); in IOHandlerInputComplete()
386 error_sp->Printf(ANSI_ESCAPE1(ANSI_CTRL_BOLD)); in IOHandlerInputComplete()
388 error_sp->Printf("Execution interrupted. "); in IOHandlerInputComplete()
417 error_sp->Printf("error: timeout\n"); in IOHandlerInputComplete()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp457 bp_loc_sp->GetDescription(error_sp.get(), in PerformAction()
460 error_sp->EOL(); in PerformAction()
465 error_sp->PutCString(err_str); in PerformAction()
466 error_sp->EOL(); in PerformAction()
467 error_sp->Flush(); in PerformAction()
864 StreamSP error_sp = debugger.GetAsyncErrorStream(); in PerformAction() local
865 error_sp->Printf( in PerformAction()
869 error_sp->EOL(); in PerformAction()
873 error_sp->PutCString(err_str); in PerformAction()
874 error_sp->EOL(); in PerformAction()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp238 error_sp->Flush(); in IOHandlerInputComplete()
242 error_sp->Flush(); in IOHandlerInputComplete()
247 error_sp->Flush(); in IOHandlerInputComplete()
251 error_sp->Flush(); in IOHandlerInputComplete()
254 error_sp->Printf( in IOHandlerInputComplete()
256 error_sp->Flush(); in IOHandlerInputComplete()
460 error_sp->Flush(); in IOHandlerInputComplete()
464 error_sp->Flush(); in IOHandlerInputComplete()
468 error_sp->Flush(); in IOHandlerInputComplete()
471 error_sp->Printf( in IOHandlerInputComplete()
[all …]
H A DCommandObjectCommands.cpp1439 StreamFileSP error_sp = io_handler.GetErrorStreamFileSP(); in IOHandlerInputComplete() local
1450 error_sp->Printf("error: unable to obtain a function name, didn't " in IOHandlerInputComplete()
1452 error_sp->Flush(); in IOHandlerInputComplete()
1462 error_sp->Printf("error: unable to add selected command, didn't " in IOHandlerInputComplete()
1464 error_sp->Flush(); in IOHandlerInputComplete()
1468 error_sp->Printf( in IOHandlerInputComplete()
1470 error_sp->Flush(); in IOHandlerInputComplete()
1473 error_sp->Printf("error: empty function, didn't add python command.\n"); in IOHandlerInputComplete()
1474 error_sp->Flush(); in IOHandlerInputComplete()
1477 error_sp->Printf( in IOHandlerInputComplete()
[all …]
H A DCommandObjectExpression.cpp494 StreamFileSP error_sp = io_handler.GetErrorStreamFileSP(); in IOHandlerInputComplete() local
498 EvaluateExpression(line.c_str(), *output_sp, *error_sp, return_obj); in IOHandlerInputComplete()
501 if (error_sp) in IOHandlerInputComplete()
502 error_sp->Flush(); in IOHandlerInputComplete()
H A DCommandObjectTarget.cpp4578 StreamFileSP error_sp(io_handler.GetErrorStreamFileSP()); in IOHandlerInputComplete() local
4579 if (error_sp) { in IOHandlerInputComplete()
4580 error_sp->Printf("error: stop hook #%" PRIu64 in IOHandlerInputComplete()
4583 error_sp->Flush(); in IOHandlerInputComplete()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp68 const lldb::StreamFileSP &error_sp, uint32_t flags, in IOHandler() argument
71 m_error_sp(error_sp), m_data_recorder(data_recorder), m_popped(false), in IOHandler()
240 const lldb::StreamFileSP &output_sp, const lldb::StreamFileSP &error_sp, in IOHandlerEditline() argument
246 : IOHandler(debugger, type, input_sp, output_sp, error_sp, flags, in IOHandlerEditline()
H A DDebugger.cpp1535 StreamSP error_sp(GetAsyncErrorStream()); in DefaultEventHandler() local
1536 if (error_sp) { in DefaultEventHandler()
1537 error_sp->PutCString(data); in DefaultEventHandler()
1538 error_sp->Flush(); in DefaultEventHandler()
/freebsd-13.1/contrib/llvm-project/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,
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp658 StreamFileSP error_sp = io_handler.GetErrorStreamFileSP(); in IOHandlerInputComplete() local
659 if (error_sp) { in IOHandlerInputComplete()
660 error_sp->Printf("Warning: No command attached to breakpoint.\n"); in IOHandlerInputComplete()
661 error_sp->Flush(); in IOHandlerInputComplete()
680 StreamFileSP error_sp = io_handler.GetErrorStreamFileSP(); in IOHandlerInputComplete() local
681 if (error_sp) { in IOHandlerInputComplete()
682 error_sp->Printf("Warning: No command attached to breakpoint.\n"); in IOHandlerInputComplete()
683 error_sp->Flush(); in IOHandlerInputComplete()