Home
last modified time | relevance | path

Searched refs:StreamFileSP (Results 1 – 18 of 18) sorted by relevance

/external/llvm-project/lldb/include/lldb/Core/
DIOHandler.h65 const lldb::FileSP &input_sp, const lldb::StreamFileSP &output_sp,
66 const lldb::StreamFileSP &error_sp, uint32_t flags,
133 lldb::StreamFileSP GetOutputStreamFileSP();
135 lldb::StreamFileSP GetErrorStreamFileSP();
174 lldb::StreamFileSP m_output_sp;
175 lldb::StreamFileSP m_error_sp;
346 const lldb::StreamFileSP &output_sp,
347 const lldb::StreamFileSP &error_sp, uint32_t flags,
362 const lldb::StreamFileSP &, const lldb::StreamFileSP &,
DDebugger.h119 lldb::StreamFileSP GetOutputStreamSP() { return m_output_stream_sp; } in GetOutputStreamSP()
121 lldb::StreamFileSP GetErrorStreamSP() { return m_error_stream_sp; } in GetErrorStreamSP()
190 lldb::StreamFileSP &out,
191 lldb::StreamFileSP &err);
390 lldb::StreamFileSP m_output_stream_sp;
391 lldb::StreamFileSP m_error_stream_sp;
/external/llvm-project/lldb/source/Core/
DIOHandler.cpp59 StreamFileSP(), // Adopt STDOUT from top input reader in IOHandler()
60 StreamFileSP(), // Adopt STDERR from top input reader in IOHandler()
67 const lldb::StreamFileSP &output_sp, in IOHandler()
68 const lldb::StreamFileSP &error_sp, uint32_t flags, in IOHandler()
108 StreamFileSP IOHandler::GetOutputStreamFileSP() { return m_output_sp; } in GetOutputStreamFileSP()
110 StreamFileSP IOHandler::GetErrorStreamFileSP() { return m_error_sp; } in GetErrorStreamFileSP()
231 StreamFileSP(), // Inherit output from top input reader in IOHandlerEditline()
232 StreamFileSP(), // Inherit error from top input reader in IOHandlerEditline()
240 const lldb::StreamFileSP &output_sp, const lldb::StreamFileSP &error_sp, in IOHandlerEditline()
DDebugger.cpp959 void Debugger::AdoptTopIOHandlerFilesIfInvalid(FileSP &in, StreamFileSP &out, in AdoptTopIOHandlerFilesIfInvalid()
960 StreamFileSP &err) { in AdoptTopIOHandlerFilesIfInvalid()
/external/llvm-project/lldb/source/Expression/
DREPL.cpp99 lldb::StreamFileSP error_sp(io_handler.GetErrorStreamFileSP()); in IOHandlerActivated()
184 lldb::StreamFileSP &error_sp) { in ReadCode()
214 lldb::StreamFileSP output_sp(io_handler.GetOutputStreamFileSP()); in IOHandlerInputComplete()
215 lldb::StreamFileSP error_sp(io_handler.GetErrorStreamFileSP()); in IOHandlerInputComplete()
/external/llvm-project/lldb/source/Commands/
DCommandObjectExpression.cpp494 StreamFileSP output_sp = io_handler.GetOutputStreamFileSP(); in IOHandlerInputComplete()
495 StreamFileSP error_sp = io_handler.GetErrorStreamFileSP(); in IOHandlerInputComplete()
535 StreamFileSP output_sp = io_handler_sp->GetOutputStreamFileSP(); in GetMultilineExpression()
DCommandObjectCommands.cpp820 StreamFileSP output_sp(io_handler.GetOutputStreamFileSP()); in IOHandlerActivated()
1458 StreamFileSP output_sp(io_handler.GetOutputStreamFileSP()); in IOHandlerActivated()
1467 StreamFileSP error_sp = io_handler.GetErrorStreamFileSP(); in IOHandlerInputComplete()
DCommandObjectWatchpointCommand.cpp213 StreamFileSP output_sp(io_handler.GetOutputStreamFileSP()); in IOHandlerActivated()
DCommandObjectBreakpointCommand.cpp227 StreamFileSP output_sp(io_handler.GetOutputStreamFileSP()); in IOHandlerActivated()
DCommandObjectType.cpp154 StreamFileSP output_sp(io_handler.GetOutputStreamFileSP()); in IOHandlerActivated()
163 StreamFileSP error_sp = io_handler.GetErrorStreamFileSP(); in IOHandlerInputComplete()
386 StreamFileSP output_sp(io_handler.GetOutputStreamFileSP()); in IOHandlerActivated()
395 StreamFileSP error_sp = io_handler.GetErrorStreamFileSP(); in IOHandlerInputComplete()
DCommandObjectTarget.cpp4667 StreamFileSP output_sp(io_handler.GetOutputStreamFileSP()); in IOHandlerActivated()
4679 StreamFileSP error_sp(io_handler.GetErrorStreamFileSP()); in IOHandlerInputComplete()
4696 StreamFileSP output_sp(io_handler.GetOutputStreamFileSP()); in IOHandlerInputComplete()
/external/llvm-project/lldb/include/lldb/Expression/
DREPL.h129 lldb::StreamFileSP &output_sp,
/external/llvm-project/lldb/include/lldb/Interpreter/
DScriptInterpreter.h60 lldb::StreamFileSP m_output_file_sp;
61 lldb::StreamFileSP m_error_file_sp;
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
DInstrumentationRuntimeASan.cpp268 StreamFileSP stream_sp( in NotifyBreakpointHit()
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
DInstrumentationRuntimeUBSan.cpp123 StreamFileSP Stream = target.GetDebugger().GetOutputStreamSP(); in RetrieveReportData()
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPython.cpp591 StreamFileSP output_sp(io_handler.GetOutputStreamFileSP()); in IOHandlerActivated()
629 StreamFileSP error_sp = io_handler.GetErrorStreamFileSP(); in IOHandlerInputComplete()
651 StreamFileSP error_sp = io_handler.GetErrorStreamFileSP(); in IOHandlerInputComplete()
785 lldb::StreamFileSP top_out_sp, top_err_sp; in EnterSession()
/external/llvm-project/lldb/include/lldb/
Dlldb-forward.h412 typedef std::shared_ptr<lldb_private::StreamFile> StreamFileSP; typedef
/external/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp2534 lldb::StreamFileSP empty_stream_sp; in HandleCommandsFromFile()