2004-06-25 14:49:43 +00:00
|
|
|
###############################################################################
|
2010-06-03 14:35:46 +00:00
|
|
|
# Copyright (c) 2000, 2010 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)
|
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
|
|
|
|
|
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
|
2007-01-31 20:16:00 +00:00
|
|
|
breakpointProblem.name=C/C++ Breakpoint Problem
|
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.
|
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
|
|
|
|
executablesImporter.name = Executables Importer
|