Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Khouzam2014-04-08 17:40:38 +0000
committerMarc Khouzam2014-05-01 20:05:03 +0000
commit2c2e4c5b962adf655549b58e35c4aaa3558550ad (patch)
tree02a8179d61eaa0e8c86869aaa72aba54418ae82c /debug/org.eclipse.cdt.debug.core/plugin.properties
parent6f9b0cd17813f05d262d568e3e225f174ec8a2fe (diff)
downloadorg.eclipse.cdt-2c2e4c5b962adf655549b58e35c4aaa3558550ad.tar.gz
org.eclipse.cdt-2c2e4c5b962adf655549b58e35c4aaa3558550ad.tar.xz
org.eclipse.cdt-2c2e4c5b962adf655549b58e35c4aaa3558550ad.zip
Bug 400628 - Support Dynamic Printf
Change-Id: I1e030d05b482fef29ef7128d5a897544a0f85ca6 Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com> Reviewed-on: https://git.eclipse.org/r/10746 Tested-by: Hudson CI
Diffstat (limited to 'debug/org.eclipse.cdt.debug.core/plugin.properties')
-rw-r--r--debug/org.eclipse.cdt.debug.core/plugin.properties8
1 files changed, 6 insertions, 2 deletions
diff --git a/debug/org.eclipse.cdt.debug.core/plugin.properties b/debug/org.eclipse.cdt.debug.core/plugin.properties
index f6c0b57095a..5143875d060 100644
--- a/debug/org.eclipse.cdt.debug.core/plugin.properties
+++ b/debug/org.eclipse.cdt.debug.core/plugin.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2000, 2010 QNX Software Systems and others.
+# Copyright (c) 2000, 2014 QNX Software Systems 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
@@ -14,6 +14,7 @@
# Texas Instruments - added extension point for source container type (279473)
# Ericsson - Added support for Tracepoints (284286)
# Sergey Prigogin (Google)
+# Marc Khouzam (Ericsson) - Support for Dynamic printf (400628)
###############################################################################
pluginName=C/C++ Development Tools Debug Model
providerName=Eclipse CDT
@@ -35,6 +36,9 @@ cEventBreakpoints.name=C/C++ Event Breakpoints
cLineTracepoints.name=C/C++ Line Tracepoints
cAddressTracepoints.name=C/C++ Address Tracepoints
cFunctionTracepoints.name=C/C++ Function Tracepoints
+cLineDynamicPrintf.name=C/C++ Line Dynamic Printf
+cAddressDynamicPrintf.name=C/C++ Address Dynamic Printf
+cFunctionDynamicPrintf.name=C/C++ Function Dynamic Printf
breakpointProblem.name=C/C++ Breakpoint Problem
containerName.project=Project
@@ -58,4 +62,4 @@ sourceLocator.name = C/C++ Source Locator
executablesProvider.name = Executables Provider
sourceFilesProvider.name = Source Files Provider
sourceRemappingProvider.name = Source Remapping Provider
-executablesImporter.name = Executables Importer \ No newline at end of file
+executablesImporter.name = Executables Importer

Back to the top