Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Cortell2010-04-08 18:12:09 +0000
committerJohn Cortell2010-04-08 18:12:09 +0000
commit40cadb2a8653dd92f02c7e16db963bab254212ba (patch)
tree1e579372533d1df1ea13b3312ee269533a56ec09 /debug/org.eclipse.cdt.gdb.ui/plugin.properties
parentab2d1ddfeed2e89d2c01675e8dbf99b207aaab83 (diff)
downloadorg.eclipse.cdt-40cadb2a8653dd92f02c7e16db963bab254212ba.tar.gz
org.eclipse.cdt-40cadb2a8653dd92f02c7e16db963bab254212ba.tar.xz
org.eclipse.cdt-40cadb2a8653dd92f02c7e16db963bab254212ba.zip
Init rev; plugin that houses things common between DSF-GDB and
CDI-GDB for features/bug-fixes going forward
Diffstat (limited to 'debug/org.eclipse.cdt.gdb.ui/plugin.properties')
-rw-r--r--debug/org.eclipse.cdt.gdb.ui/plugin.properties32
1 files changed, 32 insertions, 0 deletions
diff --git a/debug/org.eclipse.cdt.gdb.ui/plugin.properties b/debug/org.eclipse.cdt.gdb.ui/plugin.properties
new file mode 100644
index 00000000000..c95b292dea2
--- /dev/null
+++ b/debug/org.eclipse.cdt.gdb.ui/plugin.properties
@@ -0,0 +1,32 @@
+###############################################################################
+# Copyright (c) 2010 Freescale Semiconductor 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
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# Freescale Semiconductor - initial API and implementation
+###############################################################################
+pluginName=GDB UI Common
+providerName=Eclipse CDT
+
+catchType.label = Event Type
+catchSignal.label = Signal Caught
+catchSignal.arg.label = Signal Number
+catchCatch.label = Exception Caught
+catchThrow.label = Exception Thrown
+
+#Note: fork, vfork and exec is not translatable words
+catchFork.label = Stop on fork
+catchVfork.label = Stop on vfork
+catchExec.label = Stop on exec
+
+catchExit.label = Process exit
+catchStop.label = Process suspend
+catchStart.label = Process start
+catchThreadExit.label = Thread exit
+catchThreadStart.label = Thread start
+catchThreadJoin.label = Thread join
+catchLoad.label = Library load
+catchUnload.label = Library unload

Back to the top