Searched refs:debugserver_file_spec (Results 1 – 1 of 1) sorted by relevance
896 FileSpec &debugserver_file_spec = launch_info.GetExecutableFile(); in StartDebugserverProcess() local904 debugserver_file_spec.SetFile(env_debugserver_path, in StartDebugserverProcess()911 debugserver_file_spec = g_debugserver_file_spec; in StartDebugserverProcess()913 FileSystem::Instance().Exists(debugserver_file_spec); in StartDebugserverProcess()916 debugserver_file_spec = HostInfo::GetSupportExeDir(); in StartDebugserverProcess()917 if (debugserver_file_spec) { in StartDebugserverProcess()918 debugserver_file_spec.AppendPathComponent(DEBUGSERVER_BASENAME); in StartDebugserverProcess()919 debugserver_exists = FileSystem::Instance().Exists(debugserver_file_spec); in StartDebugserverProcess()923 __FUNCTION__, debugserver_file_spec.GetPath().c_str()); in StartDebugserverProcess()925 g_debugserver_file_spec = debugserver_file_spec; in StartDebugserverProcess()[all …]