Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreutarass2010-11-30 17:51:34 +0000
committereutarass2010-11-30 17:51:34 +0000
commit534bef71f2c57ac4fcfb7b2183837a58d64a56e0 (patch)
tree3afa5c84eedfe3f9800bcc00996194beceacadff /plugins/org.eclipse.tm.tcf.cdt.ui/plugin.xml
parent4bbc4ca7baae382659dda259e1ef7ab6153213e5 (diff)
downloadorg.eclipse.tcf-534bef71f2c57ac4fcfb7b2183837a58d64a56e0.tar.gz
org.eclipse.tcf-534bef71f2c57ac4fcfb7b2183837a58d64a56e0.tar.xz
org.eclipse.tcf-534bef71f2c57ac4fcfb7b2183837a58d64a56e0.zip
Bug 331423:[cdt] Enable Instruction Stepping Mode toggle button for TCF debugger
Diffstat (limited to 'plugins/org.eclipse.tm.tcf.cdt.ui/plugin.xml')
-rw-r--r--plugins/org.eclipse.tm.tcf.cdt.ui/plugin.xml12
1 files changed, 10 insertions, 2 deletions
diff --git a/plugins/org.eclipse.tm.tcf.cdt.ui/plugin.xml b/plugins/org.eclipse.tm.tcf.cdt.ui/plugin.xml
index 4fc8a6a0e..b39eba7f5 100644
--- a/plugins/org.eclipse.tm.tcf.cdt.ui/plugin.xml
+++ b/plugins/org.eclipse.tm.tcf.cdt.ui/plugin.xml
@@ -15,7 +15,8 @@
<extension point="org.eclipse.tm.tcf.debug.ui.launch_context">
<class name="org.eclipse.tm.internal.tcf.cdt.ui.TCFLaunchContext" />
</extension>
- <extension
+
+ <extension
point="org.eclipse.core.runtime.adapters">
<factory
adaptableType="org.eclipse.tm.internal.tcf.debug.ui.model.TCFNode"
@@ -24,6 +25,13 @@
type="org.eclipse.cdt.debug.internal.ui.disassembly.dsf.IDisassemblyBackend">
</adapter>
</factory>
- </extension>
+ <factory
+ adaptableType="org.eclipse.tm.internal.tcf.debug.ui.model.TCFNode"
+ class="org.eclipse.tm.internal.tcf.cdt.ui.TCFNodeAdapterFactory">
+ <adapter
+ type="org.eclipse.cdt.debug.core.model.ISteppingModeTarget">
+ </adapter>
+ </factory>
+ </extension>
</plugin>

Back to the top