mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 06:05:24 +02:00
[242571] memory search plugin is missing from memory feature
This commit is contained in:
parent
646f793f1f
commit
08017c93cd
1 changed files with 11 additions and 2 deletions
|
@ -23,6 +23,10 @@ Memory Renderings
|
|||
<update label="Device Debug" url="http://download.eclipse.org/dsdp/dd/updates"/>
|
||||
</url>
|
||||
|
||||
<includes
|
||||
id="org.eclipse.dd.debug.memory.renderings.source"
|
||||
version="0.0.0"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.dd.debug.memory.renderings.traditional"
|
||||
download-size="0"
|
||||
|
@ -37,6 +41,11 @@ Memory Renderings
|
|||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<includes id="org.eclipse.dd.debug.memory.renderings.source" version="0.0.0"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.dd.debug.ui.memory.search"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
</feature>
|
||||
|
|
Loading…
Add table
Reference in a new issue