Searched refs:wcopy (Results 1 – 1 of 1) sorted by relevance
361 ILaunchConfigurationWorkingCopy wcopy = config.getWorkingCopy(); in performVariableSubstitutions() local378 String userGdbPath = wcopy.getAttribute(NdkLaunchConstants.ATTR_NDK_GDB, in performVariableSubstitutions()380 wcopy.setAttribute(IGDBLaunchConfigurationConstants.ATTR_DEBUG_NAME, in performVariableSubstitutions()384 wcopy.setAttribute(ICDTLaunchConfigurationConstants.ATTR_PROGRAM_NAME, in performVariableSubstitutions()388 List<String> solibPaths = wcopy.getAttribute( in performVariableSubstitutions()395 wcopy.setAttribute(IGDBLaunchConfigurationConstants.ATTR_DEBUGGER_SOLIB_PATH, in performVariableSubstitutions()400 return wcopy.doSave(); in performVariableSubstitutions()