Home
last modified time | relevance | path

Searched refs:GetOutputStreamFileSP (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectExpression.cpp473 StreamFileSP output_sp = io_handler.GetOutputStreamFileSP(); in IOHandlerInputComplete()
514 StreamFileSP output_sp = io_handler_sp->GetOutputStreamFileSP(); in GetMultilineExpression()
H A DCommandObjectWatchpointCommand.cpp185 StreamFileSP output_sp(io_handler.GetOutputStreamFileSP()); in IOHandlerActivated()
H A DCommandObjectBreakpointCommand.cpp208 StreamFileSP output_sp(io_handler.GetOutputStreamFileSP()); in IOHandlerActivated()
H A DCommandObjectCommands.cpp836 StreamFileSP output_sp(io_handler.GetOutputStreamFileSP()); in IOHandlerActivated()
1469 StreamFileSP output_sp(io_handler.GetOutputStreamFileSP()); in IOHandlerActivated()
H A DCommandObjectType.cpp155 StreamFileSP output_sp(io_handler.GetOutputStreamFileSP()); in IOHandlerActivated()
386 StreamFileSP output_sp(io_handler.GetOutputStreamFileSP()); in IOHandlerActivated()
H A DCommandObjectTarget.cpp4727 StreamFileSP output_sp(io_handler.GetOutputStreamFileSP()); in IOHandlerActivated()
4756 StreamFileSP output_sp(io_handler.GetOutputStreamFileSP()); in IOHandlerInputComplete()
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp80 *io_handler.GetOutputStreamFileSP() << instructions; in IOHandlerActivated()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DIOHandler.h133 lldb::StreamFileSP GetOutputStreamFileSP();
/llvm-project-15.0.7/lldb/source/Expression/
H A DREPL.cpp219 lldb::StreamFileSP output_sp(io_handler.GetOutputStreamFileSP()); in IOHandlerInputComplete()
/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandler.cpp109 StreamFileSP IOHandler::GetOutputStreamFileSP() { return m_output_sp; } in GetOutputStreamFileSP() function in IOHandler
H A DDebugger.cpp1130 out = top_reader_sp->GetOutputStreamFileSP(); in AdoptTopIOHandlerFilesIfInvalid()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2989 lldb::StreamFileSP stream = is_stdout ? io_handler.GetOutputStreamFileSP() in PrintCommandOutput()
3043 io_handler.GetOutputStreamFileSP()->Printf( in IOHandlerInputComplete()
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp492 StreamFileSP output_sp(io_handler.GetOutputStreamFileSP()); in IOHandlerActivated()