Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DREPL.cpp104 lldb::StreamFileSP error_sp(io_handler.GetErrorStreamFileSP()); in IOHandlerActivated() local
105 error_sp->Printf("REPL requires a running target process.\n"); in IOHandlerActivated()
189 lldb::StreamFileSP &error_sp) { in ReadCode() argument
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()
220 lldb::StreamFileSP error_sp(io_handler.GetErrorStreamFileSP()); in IOHandlerInputComplete() local
257 result.SetImmediateErrorStream(error_sp); in IOHandlerInputComplete()
300 if (!ReadCode(path, code, error_sp)) { in IOHandlerInputComplete()
[all …]
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectType.cpp166 StreamFileSP error_sp = io_handler.GetErrorStreamFileSP(); in IOHandlerInputComplete() local
187 error_sp->Printf("unable to obtain a valid function name from " in IOHandlerInputComplete()
189 error_sp->Flush(); in IOHandlerInputComplete()
206 error_sp->Printf("error: %s", error.AsCString()); in IOHandlerInputComplete()
207 error_sp->Flush(); in IOHandlerInputComplete()
218 error_sp->Printf("error: %s", error.AsCString()); in IOHandlerInputComplete()
219 error_sp->Flush(); in IOHandlerInputComplete()
222 error_sp->Printf("error: %s", error.AsCString()); in IOHandlerInputComplete()
223 error_sp->Flush(); in IOHandlerInputComplete()
227 error_sp->Printf("error: %s", error.AsCString()); in IOHandlerInputComplete()
[all …]
H A DCommandObjectCommands.cpp1481 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()
1512 error_sp->Printf("error: unable to add selected command: '%s'", in IOHandlerInputComplete()
1514 error_sp->Flush(); in IOHandlerInputComplete()
1519 error_sp->Printf( in IOHandlerInputComplete()
1521 error_sp->Flush(); in IOHandlerInputComplete()
1524 error_sp->Printf("error: empty function, didn't add python command\n"); in IOHandlerInputComplete()
[all …]
H A DCommandObjectExpression.cpp481 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 DCommandObjectTarget.cpp4754 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-src/gnu/llvm/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.cpp1759 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-src/gnu/llvm/lldb/include/lldb/Core/
H A DIOHandler.h64 const lldb::StreamFileSP &error_sp, uint32_t flags);
342 const lldb::StreamFileSP &error_sp, uint32_t flags,
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp533 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()