Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Expression/
DREPL.cpp99 lldb::StreamFileSP error_sp(io_handler.GetErrorStreamFileSP()); in IOHandlerActivated()
215 lldb::StreamFileSP error_sp(io_handler.GetErrorStreamFileSP()); in IOHandlerInputComplete()
/external/llvm-project/lldb/include/lldb/Core/
DIOHandler.h135 lldb::StreamFileSP GetErrorStreamFileSP();
/external/llvm-project/lldb/source/Core/
DIOHandler.cpp110 StreamFileSP IOHandler::GetErrorStreamFileSP() { return m_error_sp; } in GetErrorStreamFileSP() function in IOHandler
DDebugger.cpp991 err = top_reader_sp->GetErrorStreamFileSP(); in AdoptTopIOHandlerFilesIfInvalid()
/external/llvm-project/lldb/source/Commands/
DCommandObjectExpression.cpp495 StreamFileSP error_sp = io_handler.GetErrorStreamFileSP(); in IOHandlerInputComplete()
DCommandObjectType.cpp163 StreamFileSP error_sp = io_handler.GetErrorStreamFileSP(); in IOHandlerInputComplete()
395 StreamFileSP error_sp = io_handler.GetErrorStreamFileSP(); in IOHandlerInputComplete()
DCommandObjectCommands.cpp1467 StreamFileSP error_sp = io_handler.GetErrorStreamFileSP(); in IOHandlerInputComplete()
DCommandObjectTarget.cpp4679 StreamFileSP error_sp(io_handler.GetErrorStreamFileSP()); in IOHandlerInputComplete()
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPython.cpp629 StreamFileSP error_sp = io_handler.GetErrorStreamFileSP(); in IOHandlerInputComplete()
651 StreamFileSP error_sp = io_handler.GetErrorStreamFileSP(); in IOHandlerInputComplete()
/external/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp2857 PrintCommandOutput(*io_handler.GetErrorStreamFileSP(), error); in IOHandlerInputComplete()