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

Overridden By

tools/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
  278 bool PlatformRemoteGDBServer::IsConnected() const {
tools/lldb/source/Target/RemoteAwarePlatform.cpp
  225 bool RemoteAwarePlatform::IsConnected() const {

References

tools/lldb/source/API/SBPlatform.cpp
  363     return platform_sp->IsConnected();
  554     if (platform_sp->IsConnected())
tools/lldb/source/API/SBTarget.cpp
  455       if (platform_sp && platform_sp->IsConnected()) {
tools/lldb/source/Commands/CommandObjectPlatform.cpp
  347         if (platform_sp->IsConnected()) {
 1339         if (platform_sp->IsConnected()) {
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
  751     if (platform_sp && platform_sp->IsConnected())
tools/lldb/source/Target/Platform.cpp
  430     const bool is_connected = IsConnected();
  439   if (!IsConnected())
  462     const bool is_connected = IsConnected();
  835     if (IsConnected())
  910     const bool is_connected = IsConnected();
tools/lldb/source/Target/RemoteAwarePlatform.cpp
  229     return m_remote_platform_sp->IsConnected();
tools/lldb/source/Target/Target.cpp
 2702       if (platform_sp->IsConnected()) {