Searched refs:debugserver_file_spec (Results 1 – 1 of 1) sorted by relevance
895 FileSpec &debugserver_file_spec = launch_info.GetExecutableFile(); in StartDebugserverProcess() local903 debugserver_file_spec.SetFile(env_debugserver_path, in StartDebugserverProcess()910 debugserver_file_spec = g_debugserver_file_spec; in StartDebugserverProcess()912 FileSystem::Instance().Exists(debugserver_file_spec); in StartDebugserverProcess()915 debugserver_file_spec = HostInfo::GetSupportExeDir(); in StartDebugserverProcess()916 if (debugserver_file_spec) { in StartDebugserverProcess()917 debugserver_file_spec.AppendPathComponent(DEBUGSERVER_BASENAME); in StartDebugserverProcess()924 g_debugserver_file_spec = debugserver_file_spec; in StartDebugserverProcess()927 debugserver_file_spec = in StartDebugserverProcess()930 debugserver_file_spec.Clear(); in StartDebugserverProcess()[all …]