Searched refs:wcopy (Results 1 – 1 of 1) sorted by relevance
380 ILaunchConfigurationWorkingCopy wcopy = config.getWorkingCopy(); in performVariableSubstitutions() local397 String userGdbPath = wcopy.getAttribute(NdkLaunchConstants.ATTR_NDK_GDB, in performVariableSubstitutions()399 wcopy.setAttribute(IGDBLaunchConfigurationConstants.ATTR_DEBUG_NAME, in performVariableSubstitutions()403 wcopy.setAttribute(ICDTLaunchConfigurationConstants.ATTR_PROGRAM_NAME, in performVariableSubstitutions()407 List<String> solibPaths = wcopy.getAttribute( in performVariableSubstitutions()414 wcopy.setAttribute(IGDBLaunchConfigurationConstants.ATTR_DEBUGGER_SOLIB_PATH, in performVariableSubstitutions()419 return wcopy.doSave(); in performVariableSubstitutions()