1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

[275193] A typo slipped in. The default gdbserver should be "gdbserver" and not "gdbserver.7.1" which does not exist yet

This commit is contained in:
Marc Khouzam 2009-11-09 19:33:14 +00:00
parent 57150dcb15
commit 9b2ec95028

View file

@ -74,7 +74,7 @@ public class BaseTestCase {
}
// Set these up in case we will be running Remote tests. They will be ignored if we don't
attrs.put(ATTR_DEBUG_SERVER_NAME, "gdbserver.7.1");
attrs.put(ATTR_DEBUG_SERVER_NAME, "gdbserver");
attrs.put(IGDBLaunchConfigurationConstants.ATTR_REMOTE_TCP, true);
attrs.put(IGDBLaunchConfigurationConstants.ATTR_HOST, "localhost");
attrs.put(IGDBLaunchConfigurationConstants.ATTR_PORT, "9999");