Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugene Tarassov2012-11-30 21:07:57 +0000
committerEugene Tarassov2012-11-30 21:07:57 +0000
commitca20bd00a0243d069452790aeffb9a5093110481 (patch)
tree37b9ec8c9a3556bba1b30153717766fb01eb8cc8 /plugins/org.eclipse.tcf.cdt.ui/plugin.xml
parentb801fd342e46eb127d2f1b6aaafaa7493b2bb3c4 (diff)
downloadorg.eclipse.tcf-ca20bd00a0243d069452790aeffb9a5093110481.tar.gz
org.eclipse.tcf-ca20bd00a0243d069452790aeffb9a5093110481.tar.xz
org.eclipse.tcf-ca20bd00a0243d069452790aeffb9a5093110481.zip
TCF Debugger: redundant AddFunctionBreakointHandler removed, because it is already implemented by CDT
Diffstat (limited to 'plugins/org.eclipse.tcf.cdt.ui/plugin.xml')
-rw-r--r--plugins/org.eclipse.tcf.cdt.ui/plugin.xml18
1 files changed, 0 insertions, 18 deletions
diff --git a/plugins/org.eclipse.tcf.cdt.ui/plugin.xml b/plugins/org.eclipse.tcf.cdt.ui/plugin.xml
index 3a48ca2f5..724df438e 100644
--- a/plugins/org.eclipse.tcf.cdt.ui/plugin.xml
+++ b/plugins/org.eclipse.tcf.cdt.ui/plugin.xml
@@ -295,13 +295,6 @@
point="org.eclipse.ui.commands">
<command
categoryId="org.eclipse.debug.ui.category.run"
- defaultHandler="org.eclipse.tcf.internal.cdt.ui.commands.AddFunctionBreakointHandler"
- description="%command.addFunctionBreakpoint.desc"
- id="org.eclipse.tcf.cdt.ui.add_function_breakpoint"
- name="%command.addFunctionBreakpoint.name">
- </command>
- <command
- categoryId="org.eclipse.debug.ui.category.run"
defaultHandler="org.eclipse.tcf.internal.cdt.ui.commands.AddWatchpointHandler"
description="%command.addWatchpoint.desc"
id="org.eclipse.tcf.cdt.ui.add_watchpoint"
@@ -319,17 +312,6 @@
point="org.eclipse.ui.menus">
<menuContribution
allPopups="false"
- locationURI="menu:org.eclipse.debug.ui.BreakpointView?after=additions">
- <command
- commandId="org.eclipse.tcf.cdt.ui.add_function_breakpoint"
- icon="platform:/plugin/org.eclipse.cdt.debug.ui/icons/obj16/funbrkp_obj.gif"
- id="org.eclipse.tcf.cdt.ui.add_function_breakpoint"
- label="%item.addFunctionBreakpoint.name"
- style="push">
- </command>
- </menuContribution>
- <menuContribution
- allPopups="false"
locationURI="popup:#CEditorContext?after=group.debug">
<command
commandId="org.eclipse.tcf.cdt.ui.add_watchpoint"

Back to the top