Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/META-INF/
DMANIFEST.MF21 org.eclipse.cdt.dsf.gdb,
22 org.eclipse.cdt.dsf.gdb.ui,
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
DNdkDebuggerTab.java22 import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
223 String gdb = mGdbPathText.getText().trim(); in checkParameters() local
224 if (!gdb.equals(NdkLaunchConstants.DEFAULT_GDB)) { in checkParameters()
225 File f = new File(gdb); in checkParameters()
DNdkGdbLaunchDelegate.java52 import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
53 import org.eclipse.cdt.dsf.gdb.launching.GdbLaunchDelegate;
383 String gdb = toolchainPrefix + "gdb"; //$NON-NLS-1$ in performVariableSubstitutions() local
387 NdkVariables.NDK_GDB, true, gdb); in performVariableSubstitutions()
Dmessages.properties4 NdkGdbLaunchDelegate_Action_LaunchHostGdb=Launching host gdb
DNdkGdbLaunchShortcut.java27 import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/
DNdkHelper.java25 import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
/sdk/docs/
Dhowto_build_SDK.txt202 gdb to get debugger symbols:
204 $ gdb --args out/host/windows-x86/bin/adb.exe <adb arguments>