Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/jtag
diff options
context:
space:
mode:
authorMarc Khouzam2014-01-26 15:33:08 +0000
committerMarc Khouzam2014-01-27 20:42:30 +0000
commit8d09935cafd0ff550a72aa525b20eb7a6406bad3 (patch)
treea57bbfe2312ad68fa59e2c519ad81c0894cc3677 /jtag
parent57b53b0e85fdc780c29010777a57da697f70db96 (diff)
downloadorg.eclipse.cdt-8d09935cafd0ff550a72aa525b20eb7a6406bad3.tar.gz
org.eclipse.cdt-8d09935cafd0ff550a72aa525b20eb7a6406bad3.tar.xz
org.eclipse.cdt-8d09935cafd0ff550a72aa525b20eb7a6406bad3.zip
Bug 426586 - [launch] Rename launch delegates to be more descriptive to
the user Change-Id: Icd070b655a707474f60438bb9c2217fd87e210ce Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com> Reviewed-on: https://git.eclipse.org/r/21106 Reviewed-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com> IP-Clean: Mikhail Khodjaiants <mikhailkhod@googlemail.com> Tested-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com> Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com> IP-Clean: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Diffstat (limited to 'jtag')
-rw-r--r--jtag/org.eclipse.cdt.debug.gdbjtag.core/plugin.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/jtag/org.eclipse.cdt.debug.gdbjtag.core/plugin.properties b/jtag/org.eclipse.cdt.debug.gdbjtag.core/plugin.properties
index 3b989bd5be3..992882878fd 100644
--- a/jtag/org.eclipse.cdt.debug.gdbjtag.core/plugin.properties
+++ b/jtag/org.eclipse.cdt.debug.gdbjtag.core/plugin.properties
@@ -15,7 +15,7 @@ providerName=Eclipse CDT
JTagDevice.name=JTAG Device
-launchDelegate.jtag.name=Standard GDB Hardware Debugging
-launchDelegate.jtag.description=Jtag hardware debugging using the standard debugger Framework (CDI).
+launchDelegate.jtag.name=Legacy GDB Hardware Debugging
+launchDelegate.jtag.description=Jtag hardware debugging using the legacy debugger Framework (CDI).
launchDelegate.jtagDsf.name=GDB (DSF) Hardware Debugging
launchDelegate.jtagDsf.description=Jtag hardware debugging using the Debugger Services Framework (DSF).

Back to the top