Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DIOHandler.h132 lldb::StreamFileSP GetErrorStreamFileSP();
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandler.cpp107 StreamFileSP IOHandler::GetErrorStreamFileSP() { return m_error_sp; } in GetErrorStreamFileSP() function in IOHandler
H A DDebugger.cpp1130 err = top_reader_sp->GetErrorStreamFileSP(); in AdoptTopIOHandlerFilesIfInvalid()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectExpression.cpp481 StreamFileSP error_sp = io_handler.GetErrorStreamFileSP(); in IOHandlerInputComplete()
H A DCommandObjectType.cpp166 StreamFileSP error_sp = io_handler.GetErrorStreamFileSP(); in IOHandlerInputComplete()
404 StreamFileSP error_sp = io_handler.GetErrorStreamFileSP(); in IOHandlerInputComplete()
H A DCommandObjectCommands.cpp1481 StreamFileSP error_sp = io_handler.GetErrorStreamFileSP(); in IOHandlerInputComplete()
H A DCommandObjectTarget.cpp4754 StreamFileSP error_sp(io_handler.GetErrorStreamFileSP()); in IOHandlerInputComplete()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp533 StreamFileSP error_sp = io_handler.GetErrorStreamFileSP(); in IOHandlerInputComplete()
555 StreamFileSP error_sp = io_handler.GetErrorStreamFileSP(); in IOHandlerInputComplete()
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3038 : io_handler.GetErrorStreamFileSP(); in PrintCommandOutput()