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
  154 Status PlatformAndroid::ConnectRemote(Args &args) {
tools/lldb/source/Plugins/Platform/Android/PlatformAndroidRemoteGDBServer.cpp
  105 Status PlatformAndroidRemoteGDBServer::ConnectRemote(Args &args) {
tools/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
  443 Status PlatformPOSIX::ConnectRemote(Args &args) {
tools/lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp
  263 Status PlatformWindows::ConnectRemote(Args &args) {
tools/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
  282 Status PlatformRemoteGDBServer::ConnectRemote(Args &args) {

Declarations

tools/lldb/include/lldb/Target/Platform.h
  309   virtual Status ConnectRemote(Args &args);

References

tools/lldb/source/API/SBPlatform.cpp
  343     sb_error.ref() = platform_sp->ConnectRemote(args);
tools/lldb/source/Commands/CommandObjectPlatform.cpp
  295       Status error(platform_sp->ConnectRemote(args));
tools/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
  455       error = m_remote_platform_sp->ConnectRemote(args);
tools/lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp
  277           error = m_remote_platform_sp->ConnectRemote(args);