Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: a6eea12660061f6b9d1d497398e83a4a991d9fb4 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                                                                
                                                               





                                                                        

                                                                              


                                                                                
                        
 



                                                                                                                                                                                       
################################################################################
# Copyright (c) 2006, 2010 Wind River Systems, Inc. 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 
# 
# Contributors: 
# Martin Oberhuber                  - initial API and implementation
# Anna Dushistova (Mentor Graphics) - [314659] added launch delegate for dsf  
################################################################################

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.
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).

Back to the top