2009-03-12 01:40:52 +00:00
################################################################################
2010-07-07 02:22:49 +00:00
# Copyright (c) 2006, 2010 Wind River Systems, Inc. and others.
2018-11-20 13:02:15 +00:00
#
2018-11-22 23:46:49 +00:00
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
# which accompanies this distribution, and is available at
2018-11-20 13:02:15 +00:00
# https://www.eclipse.org/legal/epl-2.0/
#
2018-11-22 23:46:49 +00:00
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
2010-07-07 02:22:49 +00:00
# Martin Oberhuber - initial API and implementation
2018-11-22 23:46:49 +00:00
# Anna Dushistova (Mentor Graphics) - [314659] added launch delegate for dsf
2009-03-12 01:40:52 +00:00
################################################################################
pluginName = C/C++ Remote Debug Launcher
2009-05-14 18:23:45 +00:00
providerName = Eclipse CDT
2010-07-07 02:22:49 +00:00
2014-01-26 10:33:08 -05:00
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.
2010-07-23 18:06:58 +00:00
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).