Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Core/
DIOHandler.cpp108 StreamFileSP IOHandler::GetOutputStreamFileSP() { return m_output_sp; } in GetOutputStreamFileSP() function in IOHandler
637 IOHandler::PrintAsync(GetOutputStreamFileSP().get(), prompt, in PrintAsync()
DDebugger.cpp981 out = top_reader_sp->GetOutputStreamFileSP(); in AdoptTopIOHandlerFilesIfInvalid()
/external/llvm-project/lldb/source/Commands/
DCommandObjectExpression.cpp494 StreamFileSP output_sp = io_handler.GetOutputStreamFileSP(); in IOHandlerInputComplete()
535 StreamFileSP output_sp = io_handler_sp->GetOutputStreamFileSP(); in GetMultilineExpression()
DCommandObjectWatchpointCommand.cpp213 StreamFileSP output_sp(io_handler.GetOutputStreamFileSP()); in IOHandlerActivated()
DCommandObjectBreakpointCommand.cpp227 StreamFileSP output_sp(io_handler.GetOutputStreamFileSP()); in IOHandlerActivated()
DCommandObjectCommands.cpp820 StreamFileSP output_sp(io_handler.GetOutputStreamFileSP()); in IOHandlerActivated()
1458 StreamFileSP output_sp(io_handler.GetOutputStreamFileSP()); in IOHandlerActivated()
DCommandObjectType.cpp154 StreamFileSP output_sp(io_handler.GetOutputStreamFileSP()); in IOHandlerActivated()
386 StreamFileSP output_sp(io_handler.GetOutputStreamFileSP()); in IOHandlerActivated()
DCommandObjectTarget.cpp4667 StreamFileSP output_sp(io_handler.GetOutputStreamFileSP()); in IOHandlerActivated()
4696 StreamFileSP output_sp(io_handler.GetOutputStreamFileSP()); in IOHandlerInputComplete()
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
DScriptInterpreterLua.cpp55 *GetOutputStreamFileSP() << llvm::toString(std::move(error)); in IOHandlerInputComplete()
/external/llvm-project/lldb/include/lldb/Core/
DIOHandler.h133 lldb::StreamFileSP GetOutputStreamFileSP();
/external/llvm-project/lldb/source/Expression/
DREPL.cpp214 lldb::StreamFileSP output_sp(io_handler.GetOutputStreamFileSP()); in IOHandlerInputComplete()
/external/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp2833 io_handler.GetOutputStreamFileSP()->Printf( in IOHandlerInputComplete()
2851 PrintCommandOutput(*io_handler.GetOutputStreamFileSP(), output); in IOHandlerInputComplete()
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPython.cpp591 StreamFileSP output_sp(io_handler.GetOutputStreamFileSP()); in IOHandlerActivated()