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

Overridden By

tools/lldb/source/Plugins/Platform/Android/PlatformAndroid.cpp
  260 Status PlatformAndroid::DisconnectRemote() {
tools/lldb/source/Plugins/Platform/Android/PlatformAndroidRemoteGDBServer.cpp
  148 Status PlatformAndroidRemoteGDBServer::DisconnectRemote() {
tools/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
  486 Status PlatformPOSIX::DisconnectRemote() {
tools/lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp
  293 Status PlatformWindows::DisconnectRemote() {
tools/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
  327 Status PlatformRemoteGDBServer::DisconnectRemote() {

Declarations

tools/lldb/include/lldb/Target/Platform.h
  311   virtual Status DisconnectRemote();

References

tools/lldb/source/API/SBPlatform.cpp
  355     platform_sp->DisconnectRemote();
tools/lldb/source/Commands/CommandObjectPlatform.cpp
  355           error = platform_sp->DisconnectRemote();
tools/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
  495       error = m_remote_platform_sp->DisconnectRemote();
tools/lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp
  302       error = m_remote_platform_sp->DisconnectRemote();