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

References

tools/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
  446     error.SetErrorStringWithFormat(
  452           Platform::Create(ConstString("remote-gdb-server"), error);
  454     if (m_remote_platform_sp && error.Success())
  455       error = m_remote_platform_sp->ConnectRemote(args);
  457       error.SetErrorString("failed to create a 'remote-gdb-server' platform");
  459     if (error.Fail())
  463   if (error.Success() && m_remote_platform_sp) {
  483   return error;