mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 17:56:01 +02:00
Bug 336847: Tracepoints cannot be set from the Disassembly view
This commit is contained in:
parent
57547df8f4
commit
7fc91792d9
1 changed files with 14 additions and 0 deletions
|
@ -465,4 +465,18 @@
|
||||||
</action>
|
</action>
|
||||||
</objectContribution>
|
</objectContribution>
|
||||||
</extension>
|
</extension>
|
||||||
|
<extension point="org.eclipse.debug.ui.toggleBreakpointsTargetFactories">
|
||||||
|
<toggleTargetFactory
|
||||||
|
id="org.eclipse.cdt.dsf.gdb.ui.ToggleTracepointsTargetFactory"
|
||||||
|
class="org.eclipse.cdt.dsf.gdb.internal.ui.breakpoints.ToggleTracepointsTargetFactory">
|
||||||
|
<enablement>
|
||||||
|
<and>
|
||||||
|
<reference
|
||||||
|
definitionId="org.eclipse.cdt.debug.ui.testIsTracepointActionSetActive">
|
||||||
|
</reference>
|
||||||
|
<instanceof value="org.eclipse.cdt.dsf.debug.internal.ui.disassembly.DisassemblyPart"/>
|
||||||
|
</and>
|
||||||
|
</enablement>
|
||||||
|
</toggleTargetFactory>
|
||||||
|
</extension>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
Loading…
Add table
Reference in a new issue