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

Overrides

tools/lldb/source/Target/Platform.cpp
  973 Status Platform::DisconnectRemote() {

Overridden By

tools/lldb/source/Plugins/Platform/Android/PlatformAndroid.cpp
  260 Status PlatformAndroid::DisconnectRemote() {

Declarations

tools/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.h
   67   lldb_private::Status DisconnectRemote() override;

References

tools/lldb/source/Plugins/Platform/Android/PlatformAndroid.cpp
  261   Status error = PlatformLinux::DisconnectRemote();