/external/llvm-project/lldb/include/lldb/Core/ |
D | IOHandler.h | 65 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 &,
|
D | Debugger.h | 119 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/ |
D | IOHandler.cpp | 59 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()
|
D | Debugger.cpp | 959 void Debugger::AdoptTopIOHandlerFilesIfInvalid(FileSP &in, StreamFileSP &out, in AdoptTopIOHandlerFilesIfInvalid() 960 StreamFileSP &err) { in AdoptTopIOHandlerFilesIfInvalid()
|
/external/llvm-project/lldb/source/Expression/ |
D | REPL.cpp | 99 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/ |
D | CommandObjectExpression.cpp | 494 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()
|
D | CommandObjectCommands.cpp | 820 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()
|
D | CommandObjectWatchpointCommand.cpp | 213 StreamFileSP output_sp(io_handler.GetOutputStreamFileSP()); in IOHandlerActivated()
|
D | CommandObjectBreakpointCommand.cpp | 227 StreamFileSP output_sp(io_handler.GetOutputStreamFileSP()); in IOHandlerActivated()
|
D | CommandObjectType.cpp | 154 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()
|
D | CommandObjectTarget.cpp | 4667 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/ |
D | REPL.h | 129 lldb::StreamFileSP &output_sp,
|
/external/llvm-project/lldb/include/lldb/Interpreter/ |
D | ScriptInterpreter.h | 60 lldb::StreamFileSP m_output_file_sp; 61 lldb::StreamFileSP m_error_file_sp;
|
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
D | InstrumentationRuntimeASan.cpp | 268 StreamFileSP stream_sp( in NotifyBreakpointHit()
|
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
D | InstrumentationRuntimeUBSan.cpp | 123 StreamFileSP Stream = target.GetDebugger().GetOutputStreamSP(); in RetrieveReportData()
|
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
D | ScriptInterpreterPython.cpp | 591 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/ |
D | lldb-forward.h | 412 typedef std::shared_ptr<lldb_private::StreamFile> StreamFileSP; typedef
|
/external/llvm-project/lldb/source/Interpreter/ |
D | CommandInterpreter.cpp | 2534 lldb::StreamFileSP empty_stream_sp; in HandleCommandsFromFile()
|