Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.cdt/OSGI-INF/l10n/bundle.properties')
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.cdt/OSGI-INF/l10n/bundle.properties6
1 files changed, 4 insertions, 2 deletions
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.cdt/OSGI-INF/l10n/bundle.properties b/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.cdt/OSGI-INF/l10n/bundle.properties
index 2516a71b0..906def728 100644
--- a/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.cdt/OSGI-INF/l10n/bundle.properties
+++ b/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.cdt/OSGI-INF/l10n/bundle.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2013 MontaVista Software, LLC. and others. All rights reserved.
+# Copyright (c) 2013, 2015 MontaVista Software, LLC. and others. All rights reserved.
# This program and the accompanying materials are made available under the terms
# of the Eclipse Public License v1.0 which accompanies this distribution, and is
# available at http://www.eclipse.org/legal/epl-v10.html
@@ -14,4 +14,6 @@ Vendor-Name = Eclipse.org - Target Explorer
tedsfLaunchDelegate.name = GDB (DSF) Automatic Remote Debugging via TCF/TE
tedsfLaunchDelegate.description = Automatically start and debug a new application on a remote system under control of GDB debugger integrated using the Debugger Services Framework (DSF) over TCF/TE.
terunLaunchDelegate.name = Remote Launching via TCF/TE
-terunLaunchDelegate.description = Automatically start a new application on a remote system over TCF/TE. \ No newline at end of file
+terunLaunchDelegate.description = Automatically start a new application on a remote system over TCF/TE.
+teattachLaunchDelegate.name = GDB (DSF) Attach to Process via TCF/TE
+teattachLaunchDelegate.description = Attach the GDB debugger, integrated using the Debugger Services Framework (DSF), to a running program locally or remotely over TCF/TE.

Back to the top