Moving to arm-frc-linux-gnueabi in cproject and attempting to use gdb (overwritten)

Change-Id: I7dd5017f461bbff82c5ed6f64842880e4f0a44c9
This commit is contained in:
Patrick Plenefisch
2014-09-23 19:02:16 -04:00
parent 49d440eccc
commit 21f728c802
2 changed files with 4 additions and 3 deletions

View File

@@ -159,7 +159,8 @@ public class DeployLaunchShortcut implements ILaunchShortcut
exes.size() > 0 ? exes.toArray(new Executable[0])[0].getPath().makeRelativeTo(activeProj.getLocation()).toString():
"Debug/FRCUserProgram");
// This value is being overwritten somewhere
config.setAttribute("org.eclipse.cdt.dsf.gdb.DEBUG_NAME", "arm-frc-linux-gnueabi-gdb");
config.setAttribute(IRemoteConnectionConfigurationConstants.ATTR_REMOTE_PATH, "/home/admin/FRCUserProgram");
config.setAttribute(IRemoteConnectionConfigurationConstants.ATTR_REMOTE_CONNECTION, remote_connection);
config.setAttribute(IRemoteConnectionConfigurationConstants.ATTR_SKIP_DOWNLOAD_TO_TARGET, false);