mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +02:00
Typo
Change-Id: Id46d0a04469fc8e128765247466d253acbb27b1a Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
This commit is contained in:
parent
2698a9ca99
commit
05795e449e
1 changed files with 1 additions and 1 deletions
|
@ -331,7 +331,7 @@ public class BaseTestCase {
|
|||
String program = (String)launchAttributes.get(ICDTLaunchConfigurationConstants.ATTR_PROGRAM_NAME);
|
||||
String commandLine = server + " :" + port + " " + program;
|
||||
try {
|
||||
if (GdbDebugOptions.DEBUG) GdbDebugOptions.trace("Staring gdbserver with command: " + commandLine + "\n");
|
||||
if (GdbDebugOptions.DEBUG) GdbDebugOptions.trace("Starting gdbserver with command: " + commandLine + "\n");
|
||||
|
||||
gdbserverProc = ProcessFactory.getFactory().exec(commandLine);
|
||||
Reader r = new InputStreamReader(gdbserverProc.getErrorStream());
|
||||
|
|
Loading…
Add table
Reference in a new issue