Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp123 io_handler.GetErrorStreamFileSP()->Lock(); in IOHandlerInputComplete()
144 io_handler.GetErrorStreamFileSP()->Lock(); in IOHandlerInputComplete()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp106 LockedStreamFile locked_stream = io_handler.GetErrorStreamFileSP()->Lock(); in IOHandlerActivated()
225 io_handler.GetErrorStreamFileSP()->GetUnlockedFileSP()); in IOHandlerInputComplete()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h128 lldb::LockableStreamFileSP GetErrorStreamFileSP();
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp95 LockableStreamFileSP IOHandler::GetErrorStreamFileSP() { return m_error_sp; } in GetErrorStreamFileSP() function in IOHandler
H A DDebugger.cpp1384 err = top_reader_sp->GetErrorStreamFileSP(); in AdoptTopIOHandlerFilesIfInvalid()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp184 LockableStreamFileSP error_sp = io_handler.GetErrorStreamFileSP(); in IOHandlerInputComplete()
424 LockableStreamFileSP error_sp = io_handler.GetErrorStreamFileSP(); in IOHandlerInputComplete()
H A DCommandObjectCommands.cpp2393 LockableStreamFileSP error_sp = io_handler.GetErrorStreamFileSP(); in IOHandlerInputComplete()
H A DCommandObjectTarget.cpp4962 io_handler.GetErrorStreamFileSP()) { in IOHandlerInputComplete()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp532 if (LockableStreamFileSP error_sp = io_handler.GetErrorStreamFileSP()) { in IOHandlerInputComplete()
554 if (LockableStreamFileSP error_sp = io_handler.GetErrorStreamFileSP()) { in IOHandlerInputComplete()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3211 : io_handler.GetErrorStreamFileSP(); in PrintCommandOutput()