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.java380 ILaunchConfigurationWorkingCopy wcopy = config.getWorkingCopy(); in performVariableSubstitutions() local
397 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()