natvis for linker types

This commit is contained in:
Nikita Smith
2026-01-15 16:41:07 -08:00
parent de164784d0
commit 2729aae982
+21
View File
@@ -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>