2006-08-25 21:52:40 +00:00
###############################################################################
2015-04-15 09:12:51 -04:00
# Copyright (c) 2006, 2015 Wind River Systems and others.
2006-08-25 21:52:40 +00:00
# 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:
# Wind River Systems - initial API and implementation
2009-05-26 14:48:10 +00:00
# IBM Corporation
2012-06-01 13:26:05 -06:00
# Jason Litton (Sage Electronic Engineering, LLC) - Added label for dynamic tracing (Bug 379169)
2006-08-25 21:52:40 +00:00
###############################################################################
2009-01-08 21:08:05 +00:00
pluginName = GDB DSF Debugger Integration Core
2009-05-26 14:48:10 +00:00
providerName = Eclipse CDT
2006-08-25 21:52:40 +00:00
2015-04-15 09:12:51 -04:00
launchDelegate.localApplication.name = GDB (DSF) Debug Process
2009-02-27 22:38:54 +00:00
launchDelegate.localApplication.description = Start new application under control of GDB debugger integrated using the Debugger Services Framework (DSF).
2010-07-23 18:06:58 +00:00
launchDelegate.remoteApplication.name = GDB (DSF) Manual Remote Debugging
launchDelegate.remoteApplication.description = Debug a new application that was manually started on a remote system under control of GDB debugger integrated using the Debugger Services Framework (DSF).
2009-02-27 22:38:54 +00:00
launchDelegate.attach.name = GDB (DSF) Attach to Process
2010-07-23 18:06:58 +00:00
launchDelegate.attach.description = Attach the GDB debugger, integrated using the Debugger Services Framework (DSF), to a running program locally or remotely.
2009-08-18 13:59:45 +00:00
launchDelegate.postmortem.name = GDB (DSF) Postmortem Debugger
2010-07-23 18:06:58 +00:00
launchDelegate.postmortem.description = Load an application dump using the GDB debugger integrated using the Debugger Services Framework (DSF).
2012-06-01 13:26:05 -06:00
cdt.dsf.gdb.component.label = CDT GDB Core