Skip to main content
summaryrefslogtreecommitdiffstats
path: root/cross
diff options
context:
space:
mode:
Diffstat (limited to 'cross')
-rw-r--r--cross/org.eclipse.cdt.launch.remote/plugin.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/cross/org.eclipse.cdt.launch.remote/plugin.properties b/cross/org.eclipse.cdt.launch.remote/plugin.properties
index a6eea126600..7e5674e4bdc 100644
--- a/cross/org.eclipse.cdt.launch.remote/plugin.properties
+++ b/cross/org.eclipse.cdt.launch.remote/plugin.properties
@@ -13,7 +13,7 @@
pluginName=C/C++ Remote Debug Launcher
providerName=Eclipse CDT
-cdiLaunchDelegate.name = Standard Remote Create Process
-cdiLaunchDelegate.description = Automatically start and optionally debug a new application on a remote system under control of the standard debugger.
+cdiLaunchDelegate.name = Legacy Remote Create Process
+cdiLaunchDelegate.description = Automatically start and optionally debug a new application on a remote system under control of the legacy debugger.
dsfLaunchDelegate.name = GDB (DSF) Automatic Remote Debugging
dsfLaunchDelegate.description = Automatically start and debug a new application on a remote system under control of GDB debugger integrated using the Debugger Services Framework (DSF). \ No newline at end of file

Back to the top