Searched refs:gdb (Results 1 – 7 of 7) sorted by relevance
21 org.eclipse.cdt.dsf.gdb,22 org.eclipse.cdt.dsf.gdb.ui,
22 import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;223 String gdb = mGdbPathText.getText().trim(); in checkParameters() local224 if (!gdb.equals(NdkLaunchConstants.DEFAULT_GDB)) { in checkParameters()225 File f = new File(gdb); in checkParameters()
52 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() local387 NdkVariables.NDK_GDB, true, gdb); in performVariableSubstitutions()
4 NdkGdbLaunchDelegate_Action_LaunchHostGdb=Launching host gdb
27 import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
25 import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
202 gdb to get debugger symbols:204 $ gdb --args out/host/windows-x86/bin/adb.exe <adb arguments>