2004-06-25 14:49:43 +00:00
###############################################################################
2014-04-08 13:40:38 -04:00
# Copyright (c) 2000, 2014 QNX Software Systems and others.
2005-06-23 16:01:26 +00:00
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
2004-06-25 14:49:43 +00:00
# which accompanies this distribution, and is available at
2005-06-23 16:01:26 +00:00
# http://www.eclipse.org/legal/epl-v10.html
#
2004-06-25 14:49:43 +00:00
# Contributors:
# QNX Software Systems - Initial API and implementation
2007-03-28 23:29:04 +00:00
# Ken Ryall (Nokia) - Added support for AbsoluteSourceContainer( 159833 )
# Ken Ryall (Nokia) - Added support for breakpoint problems( 170027 )
# Ken Ryall (Nokia) - Added support for Breakpoint Actions ( 118308 )
2009-05-26 14:48:10 +00:00
# IBM Corporation
2009-07-15 15:32:05 +00:00
# Texas Instruments - added extension point for source container type (279473)
2009-12-18 18:59:44 +00:00
# Ericsson - Added support for Tracepoints (284286)
2010-12-10 22:39:43 +00:00
# Sergey Prigogin (Google)
2014-04-08 13:40:38 -04:00
# Marc Khouzam (Ericsson) - Support for Dynamic printf (400628)
2004-06-25 14:49:43 +00:00
###############################################################################
2002-09-26 02:16:53 +00:00
pluginName = C/C++ Development Tools Debug Model
2009-05-26 14:48:10 +00:00
providerName = Eclipse CDT
2002-08-26 16:52:29 +00:00
2009-02-27 22:38:54 +00:00
ApplicationLaunch.name = C/C++ Application
AttachLaunch.name = C/C++ Attach to Application
PostMortemLaunch.name = C/C++ Postmortem Debugger
2010-07-23 18:06:58 +00:00
RemoteApplicationLaunch.name = C/C++ Remote Application
2009-02-27 22:38:54 +00:00
2002-11-27 17:52:47 +00:00
CDebugger.name = C/C++ Development Tools Core Debugger Extension
2007-03-28 23:29:04 +00:00
BreakpointAction.name = Breakpoint Action Extension
2009-07-15 15:32:05 +00:00
SupportedSourceContainerTypes.name = C/C++ Supported Source Container Types Extension
2004-12-22 21:44:53 +00:00
cLineBreakpoints.name = C/C++ Line Breakpoints
cAddressBreakpoints.name = C/C++ Address Breakpoints
cFunctionBreakpoints.name = C/C++ Function Breakpoints
2005-03-22 00:11:28 +00:00
cWatchpoints.name = C/C++ Watchpoints
2008-04-25 21:23:39 +00:00
cEventBreakpoints.name = C/C++ Event Breakpoints
2009-12-18 18:59:44 +00:00
cLineTracepoints.name = C/C++ Line Tracepoints
cAddressTracepoints.name = C/C++ Address Tracepoints
cFunctionTracepoints.name = C/C++ Function Tracepoints
2014-04-08 13:40:38 -04:00
cLineDynamicPrintf.name = C/C++ Line Dynamic Printf
cAddressDynamicPrintf.name = C/C++ Address Dynamic Printf
cFunctionDynamicPrintf.name = C/C++ Function Dynamic Printf
2007-01-31 20:16:00 +00:00
breakpointProblem.name = C/C++ Breakpoint Problem
2005-03-22 00:11:28 +00:00
2010-12-10 22:39:43 +00:00
containerName.project = Project
containerDescription.project = A project in the workspace.
2005-03-22 00:11:28 +00:00
containerName.mapping = Path Mapping
containerDescription.mapping = A path mapping.
containerName.mapEntry = Path Map Entry
2005-04-25 23:03:50 +00:00
containerDescription.mapEntry = An entry in a path mapping.
2006-02-27 21:56:06 +00:00
containerName.directory = File System Directory
containerDescription.directory = A directory in the local file system.
2010-12-10 22:39:43 +00:00
containerName.compilationDirectory = Compilation Directory
containerDescription.compilationDirectory = A directory in the local file system used for running the C/C++ compiler.
containerName.sourceFoldersRelativePath = Project - Path Relative to Source Folders
containerDescription.sourceFoldersRelativePath = A project where file system directories corresponding to source folders are used for running C/C++ compiler.
2006-11-02 18:38:28 +00:00
containerName.absolutePath = Absolute File Path
containerDescription.absolutePath = An absolute path to a file in the local file system.
2010-01-13 00:06:26 +00:00
containerName.programRelativePath = Program Relative File Path
containerDescription.programRelativePath = Program relative path to a file in the local file system.
2010-02-01 16:23:38 +00:00
sourceLocator.name = C/C++ Source Locator
executablesProvider.name = Executables Provider
sourceFilesProvider.name = Source Files Provider
sourceRemappingProvider.name = Source Remapping Provider
2014-04-08 13:40:38 -04:00
executablesImporter.name = Executables Importer