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

References

tools/lldb/source/API/SBDebugger.cpp
  412     StreamFile &stream_file = m_opaque_sp->GetOutputStream();
  421     SBFile file(m_opaque_sp->GetOutputStream().GetFileSP());
  486     result.PutOutput(m_opaque_sp->GetOutputStream().GetFileSP());
tools/lldb/source/Core/Debugger.cpp
  928       is_stdout ? GetOutputStream() : GetErrorStream();
tools/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.cpp
  776     Stream &s = target.GetDebugger().GetOutputStream();
  839         Stream &s = target.GetDebugger().GetOutputStream();
  930     Stream &s = target.GetDebugger().GetOutputStream();
 1106             Stream &s = m_process->GetTarget().GetDebugger().GetOutputStream();
 1121                   m_process->GetTarget().GetDebugger().GetOutputStream();
 1138             Stream &s = m_process->GetTarget().GetDebugger().GetOutputStream();
 1242   Stream &s = m_process->GetTarget().GetDebugger().GetOutputStream();
tools/lldb/source/Plugins/InstrumentationRuntime/TSan/TSanRuntime.cpp
  866     StreamFile &s = process_sp->GetTarget().GetDebugger().GetOutputStream();
tools/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
  913                 debugger.GetOutputStream().GetFileSP());
tools/lldb/source/Target/Platform.cpp
 1799   error = process_sp->ConnectRemote(&debugger.GetOutputStream(), connect_url);
tools/lldb/source/Target/ThreadPlanTracer.cpp
   49       return &(target_sp->GetDebugger().GetOutputStream());