2008-05-14 05:32:03 +00:00
|
|
|
<?eclipse version="3.0"?>
|
|
|
|
<plugin>
|
2009-05-27 15:55:44 +00:00
|
|
|
<extension-point id="memoryTransport" name="%extension-point.name.0" schema="schema/MemoryTransport.exsd"/>
|
2008-05-14 05:32:03 +00:00
|
|
|
|
|
|
|
<extension
|
2009-02-09 06:20:34 +00:00
|
|
|
id="org.eclipse.cdt.debug.ui.memory.transport.dd"
|
2009-05-27 15:55:44 +00:00
|
|
|
name="%extension.name.0"
|
2009-02-09 06:20:34 +00:00
|
|
|
point="org.eclipse.cdt.debug.ui.memory.transport.memoryTransport">
|
2009-01-22 17:11:59 +00:00
|
|
|
|
|
|
|
<importer
|
2009-05-27 15:55:44 +00:00
|
|
|
name="%importer.name.1"
|
2009-02-09 06:20:34 +00:00
|
|
|
id="org.eclipse.cdt.debug.ui.memory.transport.PlainTextImporter"
|
|
|
|
class="org.eclipse.cdt.debug.ui.memory.transport.PlainTextImporter">
|
2009-01-22 17:11:59 +00:00
|
|
|
</importer>
|
2008-05-14 05:32:03 +00:00
|
|
|
<exporter
|
2009-05-27 15:55:44 +00:00
|
|
|
name="%exporter.name.1"
|
2009-02-09 06:20:34 +00:00
|
|
|
id="org.eclipse.cdt.debug.ui.memory.transport.PlainTextExporter"
|
|
|
|
class="org.eclipse.cdt.debug.ui.memory.transport.PlainTextExporter">
|
2008-05-14 05:32:03 +00:00
|
|
|
</exporter>
|
|
|
|
|
2009-01-23 18:09:57 +00:00
|
|
|
<importer
|
2009-05-27 15:55:44 +00:00
|
|
|
name="%importer.name.2"
|
2009-02-09 06:20:34 +00:00
|
|
|
id="org.eclipse.cdt.debug.ui.memory.transport.RAWBinaryImporter"
|
|
|
|
class="org.eclipse.cdt.debug.ui.memory.transport.RAWBinaryImporter">
|
2009-01-23 18:09:57 +00:00
|
|
|
</importer>
|
|
|
|
<exporter
|
2009-05-27 15:55:44 +00:00
|
|
|
name="%exporter.name.2"
|
2009-02-09 06:20:34 +00:00
|
|
|
id="org.eclipse.cdt.debug.ui.memory.transport.RAWBinaryExporter"
|
|
|
|
class="org.eclipse.cdt.debug.ui.memory.transport.RAWBinaryExporter">
|
2009-01-23 18:09:57 +00:00
|
|
|
</exporter>
|
2009-01-22 17:11:59 +00:00
|
|
|
|
2013-01-14 17:19:44 -05:00
|
|
|
<importer
|
|
|
|
name="%importer.name.0"
|
|
|
|
id="org.eclipse.cdt.debug.ui.memory.transport.SRecordImporter"
|
|
|
|
class="org.eclipse.cdt.debug.ui.memory.transport.SRecordImporter">
|
|
|
|
</importer>
|
|
|
|
<exporter
|
|
|
|
name="%exporter.name.0"
|
|
|
|
id="org.eclipse.cdt.debug.ui.memory.transport.SRecordExporter"
|
|
|
|
class="org.eclipse.cdt.debug.ui.memory.transport.SRecordExporter">
|
|
|
|
</exporter>
|
|
|
|
|
2008-05-14 05:32:03 +00:00
|
|
|
</extension>
|
|
|
|
|
|
|
|
<extension point="org.eclipse.ui.viewActions">
|
|
|
|
<viewContribution
|
|
|
|
targetID="org.eclipse.debug.ui.MemoryView"
|
|
|
|
id="org.eclipse.debug.ui.memoryView.toolbar">
|
|
|
|
<action
|
2009-03-14 00:25:27 +00:00
|
|
|
class="org.eclipse.cdt.debug.ui.memory.transport.actions.ExportMemoryAction"
|
|
|
|
enablesFor="1"
|
|
|
|
helpContextId="ExportMemoryAction_context"
|
2009-10-16 15:10:48 +00:00
|
|
|
icon="icons/export.gif"
|
2009-03-14 00:25:27 +00:00
|
|
|
id="org.eclipse.cdt.debug.ui.memory.transport.actions.ExportMemoryAction"
|
|
|
|
label="%ExportMemoryAction.label"
|
|
|
|
state="false"
|
|
|
|
style="push"
|
|
|
|
toolbarPath="additions"
|
|
|
|
tooltip="%ExportMemoryAction.label"/>
|
2008-05-14 05:32:03 +00:00
|
|
|
<action
|
2009-02-09 06:20:34 +00:00
|
|
|
class="org.eclipse.cdt.debug.ui.memory.transport.actions.ImportMemoryAction"
|
2008-09-17 20:58:06 +00:00
|
|
|
enablesFor="1"
|
2008-12-08 06:24:29 +00:00
|
|
|
helpContextId="ImportMemoryAction_context"
|
2009-10-16 15:10:48 +00:00
|
|
|
icon="icons/import.gif"
|
2009-02-09 06:20:34 +00:00
|
|
|
id="org.eclipse.cdt.debug.ui.memory.transport.actions.ImportMemoryAction"
|
2008-09-17 20:58:06 +00:00
|
|
|
label="%ImportMemoryAction.label"
|
|
|
|
state="false"
|
|
|
|
style="push"
|
|
|
|
toolbarPath="additions"
|
|
|
|
tooltip="%ImportMemoryAction.label"/>
|
2008-05-14 05:32:03 +00:00
|
|
|
</viewContribution>
|
2009-03-14 00:25:27 +00:00
|
|
|
<viewContribution
|
|
|
|
targetID="org.eclipse.cdt.debug.ui.memory.memorybrowser.MemoryBrowser"
|
|
|
|
id="org.eclipse.cdt.debug.ui.memory.memorybrowser.MemoryBrowser.toolbar">
|
|
|
|
<action
|
|
|
|
class="org.eclipse.cdt.debug.ui.memory.transport.actions.ExportMemoryAction"
|
|
|
|
enablesFor="1"
|
|
|
|
helpContextId="ExportMemoryAction_context"
|
2009-10-16 15:10:48 +00:00
|
|
|
icon="icons/export.gif"
|
2009-03-14 00:25:27 +00:00
|
|
|
id="org.eclipse.cdt.debug.ui.memory.transport.actions.ExportMemoryAction"
|
|
|
|
label="%ExportMemoryAction.label"
|
|
|
|
state="false"
|
|
|
|
style="push"
|
|
|
|
toolbarPath="additions"
|
|
|
|
tooltip="%ExportMemoryAction.label"/>
|
|
|
|
<action
|
|
|
|
class="org.eclipse.cdt.debug.ui.memory.transport.actions.ImportMemoryAction"
|
|
|
|
enablesFor="1"
|
|
|
|
helpContextId="ImportMemoryAction_context"
|
2009-10-16 15:10:48 +00:00
|
|
|
icon="icons/import.gif"
|
2009-03-14 00:25:27 +00:00
|
|
|
id="org.eclipse.cdt.debug.ui.memory.transport.actions.ImportMemoryAction2"
|
|
|
|
label="%ImportMemoryAction.label"
|
|
|
|
state="false"
|
|
|
|
style="push"
|
|
|
|
toolbarPath="additions"
|
|
|
|
tooltip="%ImportMemoryAction.label"/>
|
|
|
|
</viewContribution>
|
2008-05-14 05:32:03 +00:00
|
|
|
</extension>
|
2009-03-14 00:25:27 +00:00
|
|
|
|
2008-05-14 05:32:03 +00:00
|
|
|
</plugin>
|