Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/
DNdkHelper.java20 import com.android.ide.eclipse.ndk.internal.launch.NdkLaunchConstants;
163 config.setAttribute(NdkLaunchConstants.ATTR_NDK_GDB, NdkLaunchConstants.DEFAULT_GDB); in setLaunchConfigDefaults()
165 NdkLaunchConstants.DEFAULT_GDBINIT); in setLaunchConfigDefaults()
167 NdkLaunchConstants.DEFAULT_GDB_PORT); in setLaunchConfigDefaults()
173 NdkLaunchConstants.DEFAULT_PROGRAM); in setLaunchConfigDefaults()
181 solibPaths.add(NdkLaunchConstants.DEFAULT_SOLIB_PATH); in setLaunchConfigDefaults()
182 config.setAttribute(NdkLaunchConstants.ATTR_NDK_SOLIB, solibPaths); in setLaunchConfigDefaults()
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
DNdkDebuggerTab.java224 if (!gdb.equals(NdkLaunchConstants.DEFAULT_GDB)) { in checkParameters()
263 mGdbPathText.setText(getAttribute(config, NdkLaunchConstants.ATTR_NDK_GDB, in initializeFrom()
264 NdkLaunchConstants.DEFAULT_GDB)); in initializeFrom()
267 NdkLaunchConstants.DEFAULT_GDBINIT)); in initializeFrom()
269 NdkLaunchConstants.DEFAULT_GDB_PORT)); in initializeFrom()
271 List<String> solibs = getAttribute(config, NdkLaunchConstants.ATTR_NDK_SOLIB, in initializeFrom()
298 config.setAttribute(NdkLaunchConstants.ATTR_NDK_GDB, mGdbPathText.getText().trim()); in performApply()
303 config.setAttribute(NdkLaunchConstants.ATTR_NDK_SOLIB, in performApply()
DNdkLaunchConstants.java22 public class NdkLaunchConstants { class
DNdkGdbLaunchDelegate.java333 NdkLaunchConstants.DEFAULT_GDB_PORT); in doLaunch()
397 String userGdbPath = wcopy.getAttribute(NdkLaunchConstants.ATTR_NDK_GDB, in performVariableSubstitutions()
398 NdkLaunchConstants.DEFAULT_GDB); in performVariableSubstitutions()
404 elaborateExpression(manager, NdkLaunchConstants.DEFAULT_PROGRAM)); in performVariableSubstitutions()
408 NdkLaunchConstants.ATTR_NDK_SOLIB, in performVariableSubstitutions()
409 Collections.singletonList(NdkLaunchConstants.DEFAULT_SOLIB_PATH)); in performVariableSubstitutions()