2023-05-08 17:54:24 -07:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010">
|
2023-06-30 00:13:41 -07:00
|
|
|
|
2023-05-08 17:54:24 -07:00
|
|
|
<Type Name="String">
|
|
|
|
<DisplayString Condition="Data == nullptr">null</DisplayString>
|
|
|
|
<DisplayString>{Data,na}</DisplayString>
|
|
|
|
<Expand>
|
|
|
|
<Synthetic Name="Header">
|
|
|
|
<DisplayString>{(Header*)((char*)Data - sizeof(Header))}</DisplayString>
|
|
|
|
<Expand>
|
|
|
|
<Item Name="Allocator">((Header*)((char*)Data - sizeof(Header)))->Allocator</Item>
|
|
|
|
<Item Name="Length">((Header*)((char*)Data - sizeof(Header)))->Length</Item>
|
|
|
|
<Item Name="Capacity">((Header*)((char*)Data - sizeof(Header)))->Capacity</Item>
|
|
|
|
</Expand>
|
|
|
|
</Synthetic>
|
|
|
|
</Expand>
|
|
|
|
</Type>
|
|
|
|
|
|
|
|
<Type Name="String::Header">
|
|
|
|
<DisplayString>Length: {Length}, Capacity: {Capacity}</DisplayString>
|
|
|
|
<Expand>
|
|
|
|
<Item Name="Allocator">Allocator</Item>
|
|
|
|
<Item Name="Length">Length</Item>
|
|
|
|
<Item Name="Capacity">Capacity</Item>
|
|
|
|
</Expand>
|
|
|
|
</Type>
|
|
|
|
|
2023-07-09 22:15:25 -07:00
|
|
|
<Type Name="gen::AST">
|
|
|
|
<DisplayString>{Name} {Type}</DisplayString>
|
|
|
|
<Expand>
|
|
|
|
<Item Name="Type">Type</Item>
|
|
|
|
<Item Name="Name">Name</Item>
|
|
|
|
<Item Name="ArrStatic" Condition="DynamicEntries == false">ArrStatic</Item>
|
|
|
|
</Expand>
|
|
|
|
</Type>
|
|
|
|
|
|
|
|
<Type Name="gen::Code">
|
|
|
|
<DisplayString>{ast.Name} {ast.Type}</DisplayString>
|
|
|
|
</Type>
|
|
|
|
|
|
|
|
<Type Name ="gen::Parser::Token">
|
|
|
|
<DisplayString>Type:{Type} Text:{Text, [Length]s} Length:{Length}</DisplayString>
|
|
|
|
</Type>
|
|
|
|
|
2023-07-08 14:14:05 -07:00
|
|
|
<Type Name="gen::Parser::TokArray">
|
2023-07-09 22:15:25 -07:00
|
|
|
<DisplayString>Current[ { Arr[Idx] } ]</DisplayString>
|
|
|
|
<Expand>
|
|
|
|
<Synthetic Name="Header">
|
|
|
|
<DisplayString>{(ArrayHeader*)((char*)Arr - sizeof(ArrayHeader))}</DisplayString>
|
|
|
|
<Expand>
|
|
|
|
<Item Name="elem_size">((ArrayHeader*)((char*)Arr - sizeof(ArrayHeader)))->elem_size</Item>
|
|
|
|
<Item Name="count">((ArrayHeader*)((char*)Arr - sizeof(ArrayHeader)))->count</Item>
|
|
|
|
<Item Name="capacity">((ArrayHeader*)((char*)Arr - sizeof(ArrayHeader)))->capacity</Item>
|
|
|
|
<Item Name="allocator">((ArrayHeader*)((char*)Arr - sizeof(ArrayHeader)))->allocator</Item>
|
|
|
|
</Expand>
|
|
|
|
</Synthetic>
|
|
|
|
<ArrayItems>
|
|
|
|
<Size>((ArrayHeader*)((char*)Arr - sizeof(ArrayHeader)))->count</Size>
|
|
|
|
<ValuePointer>Arr</ValuePointer>
|
|
|
|
</ArrayItems>
|
|
|
|
</Expand>
|
2023-07-08 14:14:05 -07:00
|
|
|
</Type>
|
|
|
|
|
2023-05-08 17:54:24 -07:00
|
|
|
</AutoVisualizer>
|