[Esbox-commits] r401 - trunk/org.indt.esbox.debug/src/org/indt/esbox/debug/internal
raul at garage.maemo.org
raul at garage.maemo.org
Wed Feb 13 22:26:15 EET 2008
Author: raul
Date: 2008-02-13 22:26:10 +0200 (Wed, 13 Feb 2008)
New Revision: 401
Modified:
trunk/org.indt.esbox.debug/src/org/indt/esbox/debug/internal/ESboxGDBRemoteCDIDebugger.java
Log:
Modified: trunk/org.indt.esbox.debug/src/org/indt/esbox/debug/internal/ESboxGDBRemoteCDIDebugger.java
===================================================================
--- trunk/org.indt.esbox.debug/src/org/indt/esbox/debug/internal/ESboxGDBRemoteCDIDebugger.java 2008-02-13 20:22:26 UTC (rev 400)
+++ trunk/org.indt.esbox.debug/src/org/indt/esbox/debug/internal/ESboxGDBRemoteCDIDebugger.java 2008-02-13 20:26:10 UTC (rev 401)
@@ -37,7 +37,7 @@
import org.indt.esbox.core.CoreActivator;
import org.indt.esbox.core.ESboxPreferenceConstants;
import org.indt.esbox.core.ErrorLogger;
-import org.indt.esbox.core.scratchbox.SbrshCommandLauncher;
+import org.indt.esbox.core.scratchbox.ESboxCommonCommandLauncher;
import org.indt.esbox.core.scratchbox.ScratchboxCommandLauncher;
import org.indt.esbox.debug.DebugActivator;
import org.indt.esbox.debug.ui.ESboxTCPSettingsBlock;
@@ -202,7 +202,7 @@
for (int i = 0; i < tokens.length; i++)
args[i + 2] = tokens[i];
- ScratchboxCommandLauncher launcher = new SbrshCommandLauncher();
+ ScratchboxCommandLauncher launcher = new ESboxCommonCommandLauncher();
Process process = launcher.execute(command, args, new String[] { }, new Path("."));
}
More information about the Esbox-commits
mailing list