Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Khouzam2010-11-05 01:28:52 +0000
committerMarc Khouzam2010-11-05 01:28:52 +0000
commit1ffc84fb58e13147b733e557660af4ee0bdf494b (patch)
treeda14f9ba774361d7477c8fae668c3d27411e175e /dsf-gdb/org.eclipse.cdt.dsf.gdb.ui/plugin.properties
parent2031a8ee158f2997ff676514a87e5bc6829257ea (diff)
downloadorg.eclipse.cdt-1ffc84fb58e13147b733e557660af4ee0bdf494b.tar.gz
org.eclipse.cdt-1ffc84fb58e13147b733e557660af4ee0bdf494b.tar.xz
org.eclipse.cdt-1ffc84fb58e13147b733e557660af4ee0bdf494b.zip
Bug 302121: Fully support gdb pretty printers
Diffstat (limited to 'dsf-gdb/org.eclipse.cdt.dsf.gdb.ui/plugin.properties')
-rw-r--r--dsf-gdb/org.eclipse.cdt.dsf.gdb.ui/plugin.properties9
1 files changed, 9 insertions, 0 deletions
diff --git a/dsf-gdb/org.eclipse.cdt.dsf.gdb.ui/plugin.properties b/dsf-gdb/org.eclipse.cdt.dsf.gdb.ui/plugin.properties
index 642aa5b1d3f..4a343bfaf70 100644
--- a/dsf-gdb/org.eclipse.cdt.dsf.gdb.ui/plugin.properties
+++ b/dsf-gdb/org.eclipse.cdt.dsf.gdb.ui/plugin.properties
@@ -8,6 +8,7 @@
# Contributors:
# Ericsson - initial API and implementation
# IBM Corporation
+# Jens Elmenthaler (Verigy) - Added Full GDB pretty-printing support (bug 302121)
###############################################################################
pluginName=GDB DSF Debugger Integration UI
providerName=Eclipse CDT
@@ -41,3 +42,11 @@ command.nextTraceRecord.name=Next Trace Record
command.prevTraceRecord.name=Previous Trace Record
command.nextTraceRecord.description=Select Next Trace Record
command.prevTraceRecord.description=Select Previous Trace Record
+
+category.description = C/C++ debugging with the DSF GDB debugger
+category.name = CDT DSF-GDB - GDB Debugging
+activity.description = C/C++ debugging with the DSF GDB debugger
+activity.name = CDT DSF-GDB - GDB Debugging
+
+# Pretty Printing
+action.fetchMoreChildren.label=Fetch More Children

Back to the top