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

References

tools/lldb/include/lldb/Core/Communication.h
  162   lldb_private::Connection *GetConnection() { return m_connection_sp.get(); }
tools/lldb/source/Core/Communication.cpp
   84   lldb::ConnectionSP connection_sp(m_connection_sp);
   96   lldb::ConnectionSP connection_sp(m_connection_sp);
  115   lldb::ConnectionSP connection_sp(m_connection_sp);
  120   return m_connection_sp.get() != nullptr;
  130       this, dst, dst_len, timeout, m_connection_sp.get());
  140     if (!m_connection_sp) {
  173   lldb::ConnectionSP connection_sp(m_connection_sp);
  294   lldb::ConnectionSP connection_sp(m_connection_sp);
  395   m_connection_sp->InterruptRead();
  405   m_connection_sp.reset(connection);