Lines Matching defs:platform
883 FileSpec GDBRemoteCommunication::GetDebugserverPath(Platform *platform) {
918 if (platform)
920 platform->LocateExecutable(DEBUGSERVER_BASENAME);
933 // Don't cache the platform specific GDB server binary as it could
934 // change from platform to platform
943 const char *url, Platform *platform, ProcessLaunchInfo &launch_info,
951 if ((debugserver_file_spec = GetDebugserverPath(platform))) {
1135 Platform *const platform = nullptr;
1136 launch_info.Dump(string_stream, platform);