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.cpp106 lldb::StreamFileSP error_sp(io_handler.GetErrorStreamFileSP()); in IOHandlerActivated() local
107 error_sp->Printf("REPL requires a running target process.\n"); in IOHandlerActivated()
192 lldb::StreamFileSP &error_sp) { in ReadCode() argument
196 error_sp->Printf("no such file at path '%s'\n", path.c_str()); in ReadCode()
200 error_sp->Printf("could not read file at path '%s'\n", path.c_str()); in ReadCode()
206 error_sp->Printf("file at path '%s' too large: " in ReadCode()
213 error_sp->Printf("could not create buffer for file at path '%s'\n", in ReadCode()
223 lldb::StreamFileSP error_sp(io_handler.GetErrorStreamFileSP()); in IOHandlerInputComplete() local
260 result.SetImmediateErrorStream(error_sp); in IOHandlerInputComplete()
303 if (!ReadCode(path, code, error_sp)) { in IOHandlerInputComplete()
[all...]
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp179 StreamFileSP error_sp = io_handler.GetErrorStreamFileSP(); in IOHandlerInputComplete() local
200 error_sp->Printf("unable to obtain a valid function name from " in IOHandlerInputComplete()
202 error_sp->Flush(); in IOHandlerInputComplete()
219 error_sp->Printf("error: %s", error.AsCString()); in IOHandlerInputComplete()
220 error_sp->Flush(); in IOHandlerInputComplete()
231 error_sp->Printf("error: %s", error.AsCString()); in IOHandlerInputComplete()
232 error_sp->Flush(); in IOHandlerInputComplete()
235 error_sp->Printf("error: %s", error.AsCString()); in IOHandlerInputComplete()
236 error_sp->Flush(); in IOHandlerInputComplete()
240 error_sp->Printf("error: %s", error.AsCString()); in IOHandlerInputComplete()
[all …]
H A DCommandObjectExpression.cpp517 StreamFileSP error_sp = io_handler.GetErrorStreamFileSP(); in IOHandlerInputComplete() local
521 EvaluateExpression(line.c_str(), *output_sp, *error_sp, return_obj); in IOHandlerInputComplete()
524 if (error_sp) in IOHandlerInputComplete()
525 error_sp->Flush(); in IOHandlerInputComplete()
H A DCommandObjectCommands.cpp2154 StreamFileSP error_sp = io_handler.GetErrorStreamFileSP(); in IOHandlerInputComplete() local
2164 error_sp->Printf("error: unable to obtain a function name, didn't " in IOHandlerInputComplete()
2166 error_sp->Flush(); in IOHandlerInputComplete()
2177 error_sp->Printf("error: unable to add selected command: '%s'", in IOHandlerInputComplete()
2179 error_sp->Flush(); in IOHandlerInputComplete()
2185 error_sp->Printf("error: unable to add selected command: '%s'", in IOHandlerInputComplete()
2187 error_sp->Flush(); in IOHandlerInputComplete()
2192 error_sp->Printf( in IOHandlerInputComplete()
2194 error_sp->Flush(); in IOHandlerInputComplete()
2197 error_sp->Printf("error: empty function, didn't add python command\n"); in IOHandlerInputComplete()
[all …]
H A DCommandObjectTarget.cpp4933 StreamFileSP error_sp(io_handler.GetErrorStreamFileSP()); in IOHandlerInputComplete() local
4934 if (error_sp) { in IOHandlerInputComplete()
4935 error_sp->Printf("error: stop hook #%" PRIu64 in IOHandlerInputComplete()
4938 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.cpp1952 StreamSP error_sp(GetAsyncErrorStream()); in DefaultEventHandler() local
1953 if (error_sp) { in DefaultEventHandler()
1954 error_sp->PutCString(data); in DefaultEventHandler()
1955 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.cpp550 StreamFileSP error_sp = io_handler.GetErrorStreamFileSP(); in IOHandlerInputComplete() local
551 if (error_sp) { in IOHandlerInputComplete()
552 error_sp->Printf("Warning: No command attached to breakpoint.\n"); in IOHandlerInputComplete()
553 error_sp->Flush(); in IOHandlerInputComplete()
573 StreamFileSP error_sp = io_handler.GetErrorStreamFileSP(); in IOHandlerInputComplete() local
574 if (error_sp) { in IOHandlerInputComplete()
575 error_sp->Printf("Warning: No command attached to breakpoint.\n"); in IOHandlerInputComplete()
576 error_sp->Flush(); in IOHandlerInputComplete()