Home
last modified time | relevance | path

Searched refs:wcopy (Results 1 – 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
DNdkGdbLaunchDelegate.java361 ILaunchConfigurationWorkingCopy wcopy = config.getWorkingCopy(); in performVariableSubstitutions() local
378 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()