Home
last modified time | relevance | path

Searched refs:GetErrorStreamFileSP (Results 1 – 11 of 11) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp116 *io_handler.GetErrorStreamFileSP() << error.AsCString() << '\n'; in IOHandlerInputComplete()
134 *io_handler.GetErrorStreamFileSP() << toString(std::move(error)); in IOHandlerInputComplete()
/freebsd-src/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp106 lldb::StreamFileSP error_sp(io_handler.GetErrorStreamFileSP()); in IOHandlerActivated()
223 lldb::StreamFileSP error_sp(io_handler.GetErrorStreamFileSP()); in IOHandlerInputComplete()
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h131 lldb::StreamFileSP GetErrorStreamFileSP();
/freebsd-src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp517 StreamFileSP error_sp = io_handler.GetErrorStreamFileSP(); in EvaluateExpression()
H A DCommandObjectType.cpp179 StreamFileSP error_sp = io_handler.GetErrorStreamFileSP(); in IOHandlerInputComplete()
416 StreamFileSP error_sp = io_handler.GetErrorStreamFileSP(); in IOHandlerInputComplete()
H A DCommandObjectCommands.cpp2154 StreamFileSP error_sp = io_handler.GetErrorStreamFileSP();
H A DCommandObjectTarget.cpp4933 StreamFileSP error_sp(io_handler.GetErrorStreamFileSP());
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp107 StreamFileSP IOHandler::GetErrorStreamFileSP() { return m_error_sp; } in GetErrorStreamFileSP() function in IOHandler
H A DDebugger.cpp1226 err = top_reader_sp->GetErrorStreamFileSP(); in PushIOHandler()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp550 StreamFileSP error_sp = io_handler.GetErrorStreamFileSP(); in IOHandlerInputComplete()
573 StreamFileSP error_sp = io_handler.GetErrorStreamFileSP(); in IOHandlerInputComplete()
/freebsd-src/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3058 : io_handler.GetErrorStreamFileSP(); in PrintCommandOutput()