mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-14 17:28:07 +00:00
natvis
This commit is contained in:
@@ -154,6 +154,7 @@
|
||||
<AlternativeType Name="COFF_LibWriterSymbolList"/>
|
||||
<AlternativeType Name="COFF_LibWriterMemberList"/>
|
||||
<AlternativeType Name="PE_BaseRelocBlockList"/>
|
||||
<AlternativeType Name="DW_Expr"/>
|
||||
<DisplayString>{{ count={count} first={first} }} </DisplayString>
|
||||
<Expand>
|
||||
<Item Name="[count]">count</Item>
|
||||
@@ -166,6 +167,19 @@
|
||||
</Expand>
|
||||
</Type>
|
||||
|
||||
<Type Name="RDIM_EvalBytecode">
|
||||
<DisplayString>{{ op_count={op_count} encoded_size={encoded_size} first_op={first_op} }} </DisplayString>
|
||||
<Expand>
|
||||
<Item Name="[count]">op_count</Item>
|
||||
<LinkedListItems>
|
||||
<Size>op_count</Size>
|
||||
<HeadPointer>first_op</HeadPointer>
|
||||
<NextPointer>next</NextPointer>
|
||||
<ValueNode>this</ValueNode>
|
||||
</LinkedListItems>
|
||||
</Expand>
|
||||
</Type>
|
||||
|
||||
<Type Name="RDIM_TypeChunkList">
|
||||
<AlternativeType Name="RDIM_SrcFileChunkList"/>
|
||||
<AlternativeType Name="RDIM_LineTableChunkList"/>
|
||||
|
||||
Reference in New Issue
Block a user