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:
parent
57150dcb15
commit
9b2ec95028
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Reference in a new issue