Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Chuong2011-03-10 20:38:23 +0000
committerPatrick Chuong2011-03-10 20:38:23 +0000
commite9ccc03be35fe2f7a030ffec3826c6cff93ef7c4 (patch)
treee08123409798f6bec6fd5855af8456ae9dd1f393 /debug/org.eclipse.cdt.debug.ui/plugin.properties
parentceb221e71458d4dd8716db466b8687b8907ea8ee (diff)
downloadorg.eclipse.cdt-e9ccc03be35fe2f7a030ffec3826c6cff93ef7c4.tar.gz
org.eclipse.cdt-e9ccc03be35fe2f7a030ffec3826c6cff93ef7c4.tar.xz
org.eclipse.cdt-e9ccc03be35fe2f7a030ffec3826c6cff93ef7c4.zip
Bug 336876 - [multicore] Grouping of Execution Elements for DSF debugger feature
Diffstat (limited to 'debug/org.eclipse.cdt.debug.ui/plugin.properties')
-rw-r--r--debug/org.eclipse.cdt.debug.ui/plugin.properties10
1 files changed, 10 insertions, 0 deletions
diff --git a/debug/org.eclipse.cdt.debug.ui/plugin.properties b/debug/org.eclipse.cdt.debug.ui/plugin.properties
index d10c308b012..719707c823f 100644
--- a/debug/org.eclipse.cdt.debug.ui/plugin.properties
+++ b/debug/org.eclipse.cdt.debug.ui/plugin.properties
@@ -9,6 +9,7 @@
# QNX Software Systems - Initial API and implementation
# IBM Corporation
# Patrick Chuong (Texas Instruments) - Pin and Clone Supports (Bug 331781)
+# Dobrin Alexiev (Texas Instruments) - initial API and implementation (bug 336876)
###############################################################################
pluginName=C/C++ Development Tools Debugger UI
@@ -195,6 +196,15 @@ Uncall.name = Uncall
Uncall.description = Perform Uncall
Uncall.label = Uncall
+# Debug View layout
+DebugViewLayoutActionSet.label = Debug View Layout
+DebugViewLayoutCategory.name = Debug View Layout Commands
+DebugViewLayoutCategory.description = Set of commands for controlling the Debug View Layout
+GroupDebugContexts.name = Group
+GroupDebugContexts.description = Groups the selected debug contexts
+UngroupDebugContexts.name = Ungroup
+UngroupDebugContexts.description = Ungroups the selected debug contexts
+
# Menu for selecting breakpoint toggle type
BreakpointTypes.label=B&reakpoint Types

Back to the top