mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-21 21:52:10 +02:00
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>
This commit is contained in:
parent
57b53b0e85
commit
8d09935caf
4 changed files with 12 additions and 12 deletions
|
@ -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).
|
|
@ -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).
|
||||
|
|
|
@ -12,12 +12,12 @@
|
|||
pluginName=C/C++ Development Tools Launching Support
|
||||
providerName=Eclipse CDT
|
||||
|
||||
LocalCDTLaunch.name=Standard Create Process
|
||||
LocalCDTLaunch.description=Start new application optionally under control of the standard debugger.
|
||||
LocalAttachCDTLaunch.name=Standard Attach to Process
|
||||
LocalAttachCDTLaunch.description=Attach standard debugger to a running program using.
|
||||
CoreFileCDTLaunch.name=Standard Postmortem Debugger
|
||||
CoreFileCDTLaunch.description=Load an application dump into the standard debugger.
|
||||
LocalCDTLaunch.name=Legacy Create Process
|
||||
LocalCDTLaunch.description=Start new application optionally under control of the legacy debugger.
|
||||
LocalAttachCDTLaunch.name=Legacy Attach to Process
|
||||
LocalAttachCDTLaunch.description=Attach legacy debugger to a running program.
|
||||
CoreFileCDTLaunch.name=Legacy Postmortem Debugger
|
||||
CoreFileCDTLaunch.description=Load an application dump into the legacy debugger.
|
||||
LaunchGroup.name=Launch Group
|
||||
LaunchGroup.description=Launch several other configurations sequentially
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@ ResultsView.name=C/C++ Unit
|
|||
|
||||
CPPUnitLaunchConfigurationType.name=C/C++ Unit
|
||||
|
||||
CPPUnitLaunch.name=Standard C/C++ Tests Launcher
|
||||
CPPUnitLaunch.description=Run C/C++ tests optionally under control of the standard debugger.
|
||||
CPPUnitLaunch.name=Legacy C/C++ Tests Launcher
|
||||
CPPUnitLaunch.description=Run C/C++ tests optionally under control of the legacy debugger.
|
||||
CPPUnitLaunchDSF.name=GDB (DSF) C/C++ Tests Launcher
|
||||
CPPUnitLaunchDSF.description=Run C/C++ Tests under control of GDB debugger integrated using the Debugger Services Framework (DSF).
|
||||
|
|
Loading…
Add table
Reference in a new issue