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

References

tools/lldb/source/API/SBDebugger.cpp
  421     SBFile file(m_opaque_sp->GetOutputStream().GetFileSP());
  441     SBFile file(m_opaque_sp->GetErrorStream().GetFileSP());
  485     result.PutError(m_opaque_sp->GetErrorStream().GetFileSP());
  486     result.PutOutput(m_opaque_sp->GetOutputStream().GetFileSP());
tools/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
  738         SetStdHandle(top_out_sp->GetFileSP(), "stdout", m_saved_stdout, "w");
  743         SetStdHandle(top_err_sp->GetFileSP(), "stderr", m_saved_stderr, "w");
  913                 debugger.GetOutputStream().GetFileSP());
  915                 debugger.GetErrorStream().GetFileSP());
  959           output_file_sp->GetFileSP(), error_file_sp->GetFileSP());
  959           output_file_sp->GetFileSP(), error_file_sp->GetFileSP());