mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-14 17:28:07 +00:00
natvis for linker types
This commit is contained in:
@@ -102,6 +102,27 @@
|
|||||||
</Expand>
|
</Expand>
|
||||||
</Type>
|
</Type>
|
||||||
|
|
||||||
|
<Type Name="LNK_ObjSymbolRefNode">
|
||||||
|
<Expand>
|
||||||
|
<ExpandedItem>v</ExpandedItem>
|
||||||
|
</Expand>
|
||||||
|
</Type>
|
||||||
|
|
||||||
|
<Type Name="LNK_Symbol">
|
||||||
|
<Expand>
|
||||||
|
<Item Name="name">name</Item>
|
||||||
|
<CustomListItems MaxItemsPerView="5000">
|
||||||
|
<Variable Name="node" InitialValue="refs"/>
|
||||||
|
<Variable Name="idx" InitialValue="0"/>
|
||||||
|
<Loop>
|
||||||
|
<Break Condition="node == 0"/>
|
||||||
|
<Item>node</Item>
|
||||||
|
<Exec>node = node->next</Exec>
|
||||||
|
</Loop>
|
||||||
|
</CustomListItems>
|
||||||
|
</Expand>
|
||||||
|
</Type>
|
||||||
|
|
||||||
<Type Name="LNK_SymbolHashTrieChunkList">
|
<Type Name="LNK_SymbolHashTrieChunkList">
|
||||||
<Expand>
|
<Expand>
|
||||||
<Item Name="[chunk count]">count</Item>
|
<Item Name="[chunk count]">count</Item>
|
||||||
|
|||||||
Reference in New Issue
Block a user