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

Overrides

tools/lldb/include/lldb/Target/Platform.h
  444   virtual bool IsConnected() const {

Declarations

tools/lldb/include/lldb/Target/RemoteAwarePlatform.h
   76   bool IsConnected() const override;

References

tools/lldb/source/Plugins/Platform/Android/PlatformAndroid.cpp
  274   if (!IsConnected())
tools/lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp
  259     return IsConnected();
tools/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteDarwinDevice.cpp
  642   if (IsConnected()) {
tools/lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp
  228     return IsConnected();