Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DREPL.cpp105 lldb::StreamFileSP error_sp(io_handler.GetErrorStreamFile()); in IOHandlerActivated()
190 lldb::StreamFileSP error_sp(io_handler.GetErrorStreamFile()); in IOHandlerInputComplete()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DIOHandler.h128 lldb::StreamFileSP &GetErrorStreamFile();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectExpression.cpp528 StreamFileSP error_sp(io_handler.GetErrorStreamFile()); in IOHandlerInputComplete()
H A DCommandObjectType.cpp180 StreamFileSP error_sp = io_handler.GetErrorStreamFile(); in IOHandlerInputComplete()
425 StreamFileSP error_sp = io_handler.GetErrorStreamFile(); in IOHandlerInputComplete()
H A DCommandObjectCommands.cpp1648 StreamFileSP error_sp = io_handler.GetErrorStreamFile(); in IOHandlerInputComplete()
H A DCommandObjectTarget.cpp4702 StreamFileSP error_sp(io_handler.GetErrorStreamFile()); in IOHandlerInputComplete()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp489 StreamFileSP error_sp = io_handler.GetErrorStreamFile(); in IOHandlerInputComplete()
511 StreamFileSP error_sp = io_handler.GetErrorStreamFile(); in IOHandlerInputComplete()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp1085 err = top_reader_sp->GetErrorStreamFile(); in AdoptTopIOHandlerFilesIfInvalid()
H A DIOHandler.cpp126 StreamFileSP &IOHandler::GetErrorStreamFile() { return m_error_sp; } in GetErrorStreamFile() function in IOHandler
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2816 PrintCommandOutput(*io_handler.GetErrorStreamFile(), error); in IOHandlerInputComplete()