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

References

tools/lldb/source/Target/RemoteAwarePlatform.cpp
  268     error = Platform::LaunchProcess(launch_info);
  271       error = m_remote_platform_sp->LaunchProcess(launch_info);
  273       error.SetErrorString("the platform is not currently connected");
  275   return error;