Recognize a couple more types in the VS debugger.
This commit is contained in:
parent
e80c149492
commit
22633ee4d1
|
@ -31,4 +31,24 @@
|
|||
((value & 0x00FF) << 8))}
|
||||
</DisplayString>
|
||||
</Type>
|
||||
|
||||
<Type Name="xe::be<unsigned char>">
|
||||
<DisplayString>
|
||||
{value}
|
||||
</DisplayString>
|
||||
</Type>
|
||||
<Type Name="xe::be<char>">
|
||||
<DisplayString>
|
||||
{value}
|
||||
</DisplayString>
|
||||
</Type>
|
||||
|
||||
<!-- Shims -->
|
||||
|
||||
<Type Name="xe::kernel::shim::TypedPointerParam<*>">
|
||||
<DisplayString>{host_ptr_}</DisplayString>
|
||||
<Expand>
|
||||
<ExpandedItem>host_ptr_</ExpandedItem>
|
||||
</Expand>
|
||||
</Type>
|
||||
</AutoVisualizer>
|
Loading…
Reference in New Issue