reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/include/lldb/Core/Debugger.h
  119   lldb::StreamFileSP GetOutputStreamSP() { return m_output_stream_sp; }
  121   lldb::StreamFileSP GetErrorStreamSP() { return m_error_stream_sp; }
  188                                        lldb::StreamFileSP &out,
  189                                        lldb::StreamFileSP &err);
  371   lldb::StreamFileSP m_output_stream_sp;
  372   lldb::StreamFileSP m_error_stream_sp;
tools/lldb/include/lldb/Core/IOHandler.h
   61             const lldb::FileSP &input_sp, const lldb::StreamFileSP &output_sp,
   62             const lldb::StreamFileSP &error_sp, uint32_t flags,
  127   lldb::StreamFileSP &GetOutputStreamFileSP();
  129   lldb::StreamFileSP &GetErrorStreamFileSP();
  168   lldb::StreamFileSP m_output_sp;
  169   lldb::StreamFileSP m_error_sp;
  336                     const lldb::StreamFileSP &output_sp,
  337                     const lldb::StreamFileSP &error_sp, uint32_t flags,
  352                     const lldb::StreamFileSP &, const lldb::StreamFileSP &,
  352                     const lldb::StreamFileSP &, const lldb::StreamFileSP &,
tools/lldb/include/lldb/Expression/REPL.h
  129                                 lldb::StreamFileSP &output_sp,
tools/lldb/source/Commands/CommandObjectBreakpointCommand.cpp
  230     StreamFileSP output_sp(io_handler.GetOutputStreamFileSP());
tools/lldb/source/Commands/CommandObjectCommands.cpp
  948     StreamFileSP output_sp(io_handler.GetOutputStreamFileSP());
 1588     StreamFileSP output_sp(io_handler.GetOutputStreamFileSP());
 1597     StreamFileSP error_sp = io_handler.GetErrorStreamFileSP();
tools/lldb/source/Commands/CommandObjectExpression.cpp
  501   StreamFileSP output_sp = io_handler.GetOutputStreamFileSP();
  502   StreamFileSP error_sp = io_handler.GetErrorStreamFileSP();
  540   StreamFileSP output_sp = io_handler_sp->GetOutputStreamFileSP();
tools/lldb/source/Commands/CommandObjectTarget.cpp
 4575     StreamFileSP output_sp(io_handler.GetOutputStreamFileSP());
 4587         StreamFileSP error_sp(io_handler.GetErrorStreamFileSP());
 4599         StreamFileSP output_sp(io_handler.GetOutputStreamFileSP());
tools/lldb/source/Commands/CommandObjectType.cpp
  154     StreamFileSP output_sp(io_handler.GetOutputStreamFileSP());
  163     StreamFileSP error_sp = io_handler.GetErrorStreamFileSP();
  386     StreamFileSP output_sp(io_handler.GetOutputStreamFileSP());
  395     StreamFileSP error_sp = io_handler.GetErrorStreamFileSP();
tools/lldb/source/Commands/CommandObjectWatchpointCommand.cpp
  210     StreamFileSP output_sp(io_handler.GetOutputStreamFileSP());
tools/lldb/source/Core/Debugger.cpp
  966 void Debugger::AdoptTopIOHandlerFilesIfInvalid(FileSP &in, StreamFileSP &out,
  967                                                StreamFileSP &err) {
tools/lldb/source/Core/IOHandler.cpp
   89                      const lldb::StreamFileSP &output_sp,
   90                      const lldb::StreamFileSP &error_sp, uint32_t flags,
  130 StreamFileSP &IOHandler::GetOutputStreamFileSP() { return m_output_sp; }
  132 StreamFileSP &IOHandler::GetErrorStreamFileSP() { return m_error_sp; }
  252     const lldb::StreamFileSP &output_sp, const lldb::StreamFileSP &error_sp,
  252     const lldb::StreamFileSP &output_sp, const lldb::StreamFileSP &error_sp,
tools/lldb/source/Expression/REPL.cpp
   99   lldb::StreamFileSP error_sp(io_handler.GetErrorStreamFileSP());
  183   lldb::StreamFileSP output_sp(io_handler.GetOutputStreamFileSP());
  184   lldb::StreamFileSP error_sp(io_handler.GetErrorStreamFileSP());
tools/lldb/source/Interpreter/CommandInterpreter.cpp
 2444   lldb::StreamFileSP empty_stream_sp;
tools/lldb/source/Plugins/InstrumentationRuntime/ASan/ASanRuntime.cpp
  266     StreamFileSP stream_sp(
tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/UBSanRuntime.cpp
  127   StreamFileSP Stream = target.GetDebugger().GetOutputStreamSP();
tools/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
  528     StreamFileSP output_sp(io_handler.GetOutputStreamFileSP());
  566         StreamFileSP error_sp = io_handler.GetErrorStreamFileSP();
  588       StreamFileSP error_sp = io_handler.GetErrorStreamFileSP();
  722     lldb::StreamFileSP top_out_sp, top_err_sp;
  875     StreamFileSP output_file_sp;
  876     StreamFileSP error_file_sp;