Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp116 *io_handler.GetErrorStreamFileSP() << error.AsCString() << '\n'; in IOHandlerInputComplete()
133 *io_handler.GetErrorStreamFileSP() << toString(std::move(error)); in IOHandlerInputComplete()
/llvm-project-15.0.7/lldb/source/Expression/
H A DREPL.cpp104 lldb::StreamFileSP error_sp(io_handler.GetErrorStreamFileSP()); in IOHandlerActivated()
220 lldb::StreamFileSP error_sp(io_handler.GetErrorStreamFileSP()); in IOHandlerInputComplete()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DIOHandler.h135 lldb::StreamFileSP GetErrorStreamFileSP();
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectExpression.cpp474 StreamFileSP error_sp = io_handler.GetErrorStreamFileSP(); in IOHandlerInputComplete()
H A DCommandObjectType.cpp164 StreamFileSP error_sp = io_handler.GetErrorStreamFileSP(); in IOHandlerInputComplete()
395 StreamFileSP error_sp = io_handler.GetErrorStreamFileSP(); in IOHandlerInputComplete()
H A DCommandObjectCommands.cpp1478 StreamFileSP error_sp = io_handler.GetErrorStreamFileSP(); in IOHandlerInputComplete()
H A DCommandObjectTarget.cpp4739 StreamFileSP error_sp(io_handler.GetErrorStreamFileSP()); in IOHandlerInputComplete()
/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandler.cpp111 StreamFileSP IOHandler::GetErrorStreamFileSP() { return m_error_sp; } in GetErrorStreamFileSP() function in IOHandler
H A DDebugger.cpp1140 err = top_reader_sp->GetErrorStreamFileSP(); in AdoptTopIOHandlerFilesIfInvalid()
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp529 StreamFileSP error_sp = io_handler.GetErrorStreamFileSP(); in IOHandlerInputComplete()
551 StreamFileSP error_sp = io_handler.GetErrorStreamFileSP(); in IOHandlerInputComplete()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2990 : io_handler.GetErrorStreamFileSP(); in PrintCommandOutput()