Recognize a couple more types in the VS debugger.

This commit is contained in:
Dr. Chat 2015-06-29 23:41:22 -05:00
parent e80c149492
commit 22633ee4d1
1 changed files with 20 additions and 0 deletions

View File

@ -31,4 +31,24 @@
((value & 0x00FF) << 8))}
</DisplayString>
</Type>
<Type Name="xe::be&lt;unsigned char&gt;">
<DisplayString>
{value}
</DisplayString>
</Type>
<Type Name="xe::be&lt;char&gt;">
<DisplayString>
{value}
</DisplayString>
</Type>
<!-- Shims -->
<Type Name="xe::kernel::shim::TypedPointerParam&lt;*&gt;">
<DisplayString>{host_ptr_}</DisplayString>
<Expand>
<ExpandedItem>host_ptr_</ExpandedItem>
</Expand>
</Type>
</AutoVisualizer>