Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Cortell2010-04-08 20:02:35 +0000
committerJohn Cortell2010-04-08 20:02:35 +0000
commit119d848c62505f121f6c87d3e56109cc37753ad4 (patch)
tree61508861dc47e0de23d9bf3f6769b9a42a5b1b49 /debug/org.eclipse.cdt.debug.mi.ui/plugin.xml
parent5e2d6690ac36cb816acb714621d2ed8caa49312f (diff)
downloadorg.eclipse.cdt-119d848c62505f121f6c87d3e56109cc37753ad4.tar.gz
org.eclipse.cdt-119d848c62505f121f6c87d3e56109cc37753ad4.tar.xz
org.eclipse.cdt-119d848c62505f121f6c87d3e56109cc37753ad4.zip
[305752] Moved gdb event breakpoint constants into new common gdb plugin as well as the registering of the event types (via an extension)
Diffstat (limited to 'debug/org.eclipse.cdt.debug.mi.ui/plugin.xml')
-rw-r--r--debug/org.eclipse.cdt.debug.mi.ui/plugin.xml52
1 files changed, 0 insertions, 52 deletions
diff --git a/debug/org.eclipse.cdt.debug.mi.ui/plugin.xml b/debug/org.eclipse.cdt.debug.mi.ui/plugin.xml
index 2c8ef969e5d..4d41d97d58d 100644
--- a/debug/org.eclipse.cdt.debug.mi.ui/plugin.xml
+++ b/debug/org.eclipse.cdt.debug.mi.ui/plugin.xml
@@ -84,58 +84,6 @@
</enablement>
</consolePageParticipant>
</extension>
-
- <extension point="org.eclipse.cdt.debug.ui.breakpointContribution">
- <breakpointLabels markerType="org.eclipse.cdt.debug.core.cEventBreakpointMarker">
- <attribute name="org.eclipse.cdt.debug.core.eventbreakpoint_event_id" label="%catchType.label" type="string">
- <value value="org.eclipse.cdt.debug.gdb.catch" label="%catchCatch.label">
- </value>
- <value value="org.eclipse.cdt.debug.gdb.throw" label="%catchThrow.label"/>
- <value value="org.eclipse.cdt.debug.gdb.signal" label="%catchSignal.label">
- <attribute name="org.eclipse.cdt.debug.core.eventbreakpoint_event_arg" label="%catchSignal.arg.label"
- type="integer" fieldEditor="org.eclipse.jface.preference.IntegerFieldEditor">
- </attribute>
- </value>
- <value
- label="%catchFork.label"
- value="org.eclipse.cdt.debug.gdb.catch_fork">
- </value>
- <value
- label="%catchVfork.label"
- value="org.eclipse.cdt.debug.gdb.catch_vfork">
- </value>
- <value
- label="%catchExec.label"
- value="org.eclipse.cdt.debug.gdb.catch_exec">
- </value>
- <value label="%catchExit.label"
- value="org.eclipse.cdt.debug.gdb.catch_exit">
- </value>
- <value label="%catchStop.label"
- value="org.eclipse.cdt.debug.gdb.catch_stop">
- </value>
- <value label="%catchStart.label"
- value="org.eclipse.cdt.debug.gdb.catch_start">
- </value>
- <value label="%catchThreadStart.label"
- value="org.eclipse.cdt.debug.gdb.catch_thread_start">
- </value>
- <value label="%catchThreadExit.label"
- value="org.eclipse.cdt.debug.gdb.catch_thread_exit">
- </value>
- <value label="%catchThreadJoin.label"
- value="org.eclipse.cdt.debug.gdb.catch_thread_join">
- </value>
- <value label="%catchLoad.label"
- value="org.eclipse.cdt.debug.gdb.catch_load">
- </value>
- <value label="%catchUnload.label"
- value="org.eclipse.cdt.debug.gdb.catch_unload">
- </value>
- </attribute>
- </breakpointLabels>
- </extension>
-
<extension
point="org.eclipse.ui.activities">

Back to the top