Recognize a couple more types in the VS debugger.
This commit is contained in:
@@ -31,4 +31,24 @@
|
|||||||
((value & 0x00FF) << 8))}
|
((value & 0x00FF) << 8))}
|
||||||
</DisplayString>
|
</DisplayString>
|
||||||
</Type>
|
</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>
|
</AutoVisualizer>
|
||||||
Reference in New Issue
Block a user