mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-06-24 12:44:59 -07:00
natvis for section contrib types
This commit is contained in:
committed by
Ryan Fleury
parent
b8f45e97c9
commit
422e9449c8
@@ -43,6 +43,26 @@
|
||||
</Expand>
|
||||
</Type>
|
||||
|
||||
<Type Name="LNK_SectionContribChunk">
|
||||
<Expand>
|
||||
<ArrayItems>
|
||||
<Size>count</Size>
|
||||
<ValuePointer>v</ValuePointer>
|
||||
</ArrayItems>
|
||||
</Expand>
|
||||
</Type>
|
||||
|
||||
<Type Name="LNK_SectionContribChunkList">
|
||||
<Expand>
|
||||
<LinkedListItems>
|
||||
<Size>chunk_count</Size>
|
||||
<HeadPointer>first</HeadPointer>
|
||||
<NextPointer>next</NextPointer>
|
||||
<ValueNode>this</ValueNode>
|
||||
</LinkedListItems>
|
||||
</Expand>
|
||||
</Type>
|
||||
|
||||
<Type Name="Rng1U64List">
|
||||
<DisplayString>{{count={count} first={first} last={last} }}</DisplayString>
|
||||
<Expand>
|
||||
|
||||
Reference in New Issue
Block a user