Aaron Ballman | 948d0bd | 2013-01-25 23:37:25 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
| 2 | <!--
|
Mike Spertus | 0b96a2e | 2016-03-28 17:58:38 +0000 | [diff] [blame] | 3 | Visual Studio Native Debugging Visualizers for LLVM
|
Aaron Ballman | 948d0bd | 2013-01-25 23:37:25 +0000 | [diff] [blame] | 4 |
|
Mike Spertus | 0b96a2e | 2016-03-28 17:58:38 +0000 | [diff] [blame] | 5 | For Visual Studio 2013 only, put this file into
|
| 6 | "%USERPROFILE%\Documents\Visual Studio 2013\Visualizers" or create a symbolic link so it updates automatically.
|
| 7 |
|
| 8 | For later versions of Visual Studio, no setup is required.
|
Aaron Ballman | 948d0bd | 2013-01-25 23:37:25 +0000 | [diff] [blame] | 9 | -->
|
| 10 | <AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010">
|
Mike Spertus | 292e511 | 2016-06-13 01:43:14 +0000 | [diff] [blame^] | 11 | <!-- VS2013 -->
|
| 12 | <Type Name="llvm::SmallVectorImpl<*>" Priority="MediumLow">
|
Aaron Ballman | 948d0bd | 2013-01-25 23:37:25 +0000 | [diff] [blame] | 13 | <DisplayString Condition="(($T1*)EndX - ($T1*)BeginX) == 0">empty</DisplayString>
|
Nikola Smiljanic | 958dbe1 | 2014-02-07 22:57:20 +0000 | [diff] [blame] | 14 | <DisplayString Condition="(($T1*)EndX - ($T1*)BeginX) != 0">{{ size={($T1*)EndX - ($T1*)BeginX} }}</DisplayString>
|
Aaron Ballman | 948d0bd | 2013-01-25 23:37:25 +0000 | [diff] [blame] | 15 | <Expand>
|
| 16 | <Item Name="[size]">($T1*)EndX - ($T1*)BeginX</Item>
|
| 17 | <Item Name="[capacity]">($T1*)CapacityX - ($T1*)BeginX</Item>
|
| 18 | <ArrayItems>
|
| 19 | <Size>($T1*)EndX - ($T1*)BeginX</Size>
|
| 20 | <ValuePointer>($T1*)BeginX</ValuePointer>
|
| 21 | </ArrayItems>
|
| 22 | </Expand>
|
| 23 | </Type>
|
Mike Spertus | 292e511 | 2016-06-13 01:43:14 +0000 | [diff] [blame^] | 24 | <!-- VS2015 and up -->
|
| 25 | <Type Name="llvm::SmallVectorImpl<*>">
|
| 26 | <DisplayString IncludeView ="elt0" Condition="(($T1*)EndX - ($T1*)BeginX) == 0"></DisplayString>
|
| 27 | <DisplayString IncludeView ="elt0">{(($T1*)BeginX)[0]}{*this,view(elt1)}</DisplayString>
|
| 28 | <DisplayString IncludeView ="elt1" Condition="(($T1*)EndX - ($T1*)BeginX) == 1"></DisplayString>
|
| 29 | <DisplayString IncludeView ="elt1">, {(($T1*)BeginX)[1]}{*this,view(elt2)}</DisplayString>
|
| 30 | <DisplayString IncludeView ="elt2" Condition="(($T1*)EndX - ($T1*)BeginX) == 2"></DisplayString>
|
| 31 | <DisplayString IncludeView ="elt2">, {(($T1*)BeginX)[2]}{*this,view(elt3)}</DisplayString>
|
| 32 | <DisplayString IncludeView ="elt3" Condition="(($T1*)EndX - ($T1*)BeginX) == 3"></DisplayString>
|
| 33 | <DisplayString IncludeView ="elt3">, {(($T1*)BeginX)[2]}{*this,view(elt4)}</DisplayString>
|
| 34 | <DisplayString IncludeView ="elt4" Condition="(($T1*)EndX - ($T1*)BeginX) == 4"></DisplayString>
|
| 35 | <DisplayString IncludeView ="elt4">, /* {(($T1*)EndX - ($T1*)BeginX) - 4} more*/ </DisplayString>
|
| 36 | <DisplayString Condition="(($T1*)EndX - ($T1*)BeginX) == 0">empty</DisplayString>
|
| 37 | <DisplayString Condition="(($T1*)EndX - ($T1*)BeginX) != 0">{{{*this,view(elt0)}}}</DisplayString>
|
| 38 | <Expand>
|
| 39 | <Item Name="[size]">($T1*)EndX - ($T1*)BeginX</Item>
|
| 40 | <Item Name="[capacity]">($T1*)CapacityX - ($T1*)BeginX</Item>
|
| 41 | <ArrayItems>
|
| 42 | <Size>($T1*)EndX - ($T1*)BeginX</Size>
|
| 43 | <ValuePointer>($T1*)BeginX</ValuePointer>
|
| 44 | </ArrayItems>
|
| 45 | </Expand>
|
| 46 | </Type>
|
Mike Spertus | 3e45d77 | 2016-06-05 18:34:02 +0000 | [diff] [blame] | 47 | <Type Name="llvm::ArrayRef<*>">
|
| 48 | <DisplayString Condition="Length == 0">empty</DisplayString>
|
| 49 | <DisplayString Condition="Length != 0">{{ size={Length} }}</DisplayString>
|
| 50 | <Expand>
|
| 51 | <Item Name="[size]">Length</Item>
|
| 52 | <ArrayItems>
|
| 53 | <Size>Length</Size>
|
| 54 | <ValuePointer>Data</ValuePointer>
|
| 55 | </ArrayItems>
|
| 56 | </Expand>
|
| 57 | </Type>
|
Aaron Ballman | 948d0bd | 2013-01-25 23:37:25 +0000 | [diff] [blame] | 58 | <Type Name="llvm::SmallString<*>">
|
| 59 | <DisplayString>{BeginX,s}</DisplayString>
|
| 60 | <StringView>BeginX,s</StringView>
|
| 61 | <Expand>
|
| 62 | <Item Name="[size]">(char*)EndX - (char*)BeginX</Item>
|
| 63 | <Item Name="[capacity]">(char*)CapacityX - (char*)BeginX</Item>
|
| 64 | <ArrayItems>
|
| 65 | <Size>(char*)EndX - (char*)BeginX</Size>
|
| 66 | <ValuePointer>(char*)BeginX</ValuePointer>
|
| 67 | </ArrayItems>
|
| 68 | </Expand>
|
| 69 | </Type>
|
| 70 |
|
| 71 | <Type Name="llvm::StringRef">
|
Nikola Smiljanic | 958dbe1 | 2014-02-07 22:57:20 +0000 | [diff] [blame] | 72 | <DisplayString>{Data,[Length]s}</DisplayString>
|
| 73 | <StringView>Data,[Length]s</StringView>
|
Aaron Ballman | 948d0bd | 2013-01-25 23:37:25 +0000 | [diff] [blame] | 74 | <Expand>
|
Nikola Smiljanic | 958dbe1 | 2014-02-07 22:57:20 +0000 | [diff] [blame] | 75 | <Item Name="[size]">Length</Item>
|
Aaron Ballman | 948d0bd | 2013-01-25 23:37:25 +0000 | [diff] [blame] | 76 | <ArrayItems>
|
| 77 | <Size>Length</Size>
|
| 78 | <ValuePointer>Data</ValuePointer>
|
| 79 | </ArrayItems>
|
| 80 | </Expand>
|
| 81 | </Type>
|
| 82 |
|
| 83 | <Type Name="llvm::PointerIntPair<*,*,*,*>">
|
Mike Spertus | 024f4c1 | 2016-03-18 20:06:16 +0000 | [diff] [blame] | 84 | <DisplayString>{IntMask}: {($T1)(Value & PointerBitMask)} [{($T3)((Value >> IntShift) & IntMask)}]</DisplayString>
|
Aaron Ballman | 948d0bd | 2013-01-25 23:37:25 +0000 | [diff] [blame] | 85 | <Expand>
|
Mike Spertus | 024f4c1 | 2016-03-18 20:06:16 +0000 | [diff] [blame] | 86 | <Item Name="[ptr]">($T1)(Value & PointerBitMask)</Item>
|
Nikola Smiljanic | 958dbe1 | 2014-02-07 22:57:20 +0000 | [diff] [blame] | 87 | <Item Name="[int]">($T3)((Value >> IntShift) & IntMask)</Item>
|
Aaron Ballman | 948d0bd | 2013-01-25 23:37:25 +0000 | [diff] [blame] | 88 | </Expand>
|
| 89 | </Type>
|
| 90 |
|
| 91 | <Type Name="llvm::PointerUnion<*,*>">
|
Mike Spertus | bced68c | 2016-03-11 18:26:47 +0000 | [diff] [blame] | 92 | <DisplayString Condition="((Val.Value >> Val.IntShift) & Val.IntMask) == 0">{"$T1", s8b}: {($T1)(Val.Value & Val.PointerBitMask)}</DisplayString>
|
| 93 | <DisplayString Condition="((Val.Value >> Val.IntShift) & Val.IntMask) != 0">{"$T2", s8b}: {($T2)(Val.Value & Val.PointerBitMask)}</DisplayString>
|
Aaron Ballman | 948d0bd | 2013-01-25 23:37:25 +0000 | [diff] [blame] | 94 | <Expand>
|
Nikola Smiljanic | 958dbe1 | 2014-02-07 22:57:20 +0000 | [diff] [blame] | 95 | <ExpandedItem Condition="((Val.Value >> Val.IntShift) & Val.IntMask) == 0">($T1)(Val.Value & Val.PointerBitMask)</ExpandedItem>
|
| 96 | <ExpandedItem Condition="((Val.Value >> Val.IntShift) & Val.IntMask) != 0">($T2)(Val.Value & Val.PointerBitMask)</ExpandedItem>
|
Aaron Ballman | 948d0bd | 2013-01-25 23:37:25 +0000 | [diff] [blame] | 97 | </Expand>
|
| 98 | </Type>
|
| 99 |
|
| 100 | <Type Name="llvm::PointerUnion3<*,*,*>">
|
Mike Spertus | bced68c | 2016-03-11 18:26:47 +0000 | [diff] [blame] | 101 | <DisplayString Condition="(Val.Val.Value & 2) != 2 && (Val.Val.Value & 1) != 1">{"$T1", s8b}: {($T1)((Val.Val.Value >> 2) << 2)}</DisplayString>
|
| 102 | <DisplayString Condition="(Val.Val.Value & 2) == 2">{"$T2", s8b}: {($T2)((Val.Val.Value >> 2) << 2)}</DisplayString>
|
| 103 | <DisplayString Condition="(Val.Val.Value & 1) == 1">{"$T3", s8b}: {($T3)((Val.Val.Value >> 2) << 2)}</DisplayString>
|
Aaron Ballman | 948d0bd | 2013-01-25 23:37:25 +0000 | [diff] [blame] | 104 | <Expand>
|
Nikola Smiljanic | 958dbe1 | 2014-02-07 22:57:20 +0000 | [diff] [blame] | 105 | <ExpandedItem Condition="(Val.Val.Value & 2) != 2 && (Val.Val.Value & 1) != 1">($T1)((Val.Val.Value >> 2) << 2)</ExpandedItem>
|
| 106 | <ExpandedItem Condition="(Val.Val.Value & 2) == 2">($T2)((Val.Val.Value >> 2) << 2)</ExpandedItem>
|
| 107 | <ExpandedItem Condition="(Val.Val.Value & 1) == 1">($T3)((Val.Val.Value >> 2) << 2)</ExpandedItem>
|
Aaron Ballman | 948d0bd | 2013-01-25 23:37:25 +0000 | [diff] [blame] | 108 | </Expand>
|
| 109 | </Type>
|
| 110 |
|
| 111 | <Type Name="llvm::PointerUnion4<*,*,*,*>">
|
Mike Spertus | bced68c | 2016-03-11 18:26:47 +0000 | [diff] [blame] | 112 | <DisplayString Condition="(Val.Val.Value & 3) != 3 && (Val.Val.Value & 2) != 2 && (Val.Val.Value & 1) != 1">{"$T1", s8b}: {($T1)((Val.Val.Value >> 2) << 2)}</DisplayString>
|
| 113 | <DisplayString Condition="(Val.Val.Value & 3) != 3 && (Val.Val.Value & 2) == 2">{"$T2", s8b}: {($T2)((Val.Val.Value >> 2) << 2)}</DisplayString>
|
| 114 | <DisplayString Condition="(Val.Val.Value & 3) != 3 && (Val.Val.Value & 1) == 1">{"$T3", s8b}: {($T3)((Val.Val.Value >> 2) << 2)}</DisplayString>
|
| 115 | <DisplayString Condition="(Val.Val.Value & 3) == 3">{"$T4", s8b}: {($T4)((Val.Val.Value >> 2) << 2)}</DisplayString>
|
Aaron Ballman | 948d0bd | 2013-01-25 23:37:25 +0000 | [diff] [blame] | 116 | <Expand>
|
Nikola Smiljanic | 958dbe1 | 2014-02-07 22:57:20 +0000 | [diff] [blame] | 117 | <ExpandedItem Condition="(Val.Val.Value & 3) != 3 && (Val.Val.Value & 2) != 2 && (Val.Val.Value & 1) != 1">($T1)((Val.Val.Value >> 2) << 2)</ExpandedItem>
|
| 118 | <ExpandedItem Condition="(Val.Val.Value & 3) != 3 && (Val.Val.Value & 2) == 2">($T2)((Val.Val.Value >> 2) << 2)</ExpandedItem>
|
| 119 | <ExpandedItem Condition="(Val.Val.Value & 3) != 3 && (Val.Val.Value & 1) == 1">($T3)((Val.Val.Value >> 2) << 2)</ExpandedItem>
|
| 120 | <ExpandedItem Condition="(Val.Val.Value & 3) == 3">($T4)((Val.Val.Value >> 2) << 2)</ExpandedItem>
|
Aaron Ballman | 948d0bd | 2013-01-25 23:37:25 +0000 | [diff] [blame] | 121 | </Expand>
|
| 122 | </Type>
|
| 123 |
|
| 124 | <Type Name="llvm::iplist<*,*>">
|
| 125 | <DisplayString Condition="Head == 0">{{ empty }}</DisplayString>
|
| 126 | <DisplayString Condition="Head != 0">{{ head={Head} }}</DisplayString>
|
| 127 | <Expand>
|
| 128 | <LinkedListItems>
|
| 129 | <HeadPointer>Head</HeadPointer>
|
| 130 | <NextPointer>Next</NextPointer>
|
| 131 | <ValueNode>this</ValueNode>
|
| 132 | </LinkedListItems>
|
| 133 | </Expand>
|
| 134 | </Type>
|
| 135 |
|
| 136 | <Type Name="llvm::IntrusiveRefCntPtr<*>">
|
| 137 | <DisplayString Condition="Obj == 0">empty</DisplayString>
|
| 138 | <DisplayString Condition="(Obj != 0) && (Obj->ref_cnt == 1)">RefPtr [1 ref] {*Obj}</DisplayString>
|
| 139 | <DisplayString Condition="(Obj != 0) && (Obj->ref_cnt != 1)">RefPtr [{Obj->ref_cnt} refs] {*Obj}</DisplayString>
|
| 140 | <Expand>
|
| 141 | <Item Condition="Obj != 0" Name="[refs]">Obj->ref_cnt</Item>
|
Nikola Smiljanic | 958dbe1 | 2014-02-07 22:57:20 +0000 | [diff] [blame] | 142 | <ExpandedItem Condition="Obj != 0">Obj</ExpandedItem>
|
Aaron Ballman | 948d0bd | 2013-01-25 23:37:25 +0000 | [diff] [blame] | 143 | </Expand>
|
| 144 | </Type>
|
| 145 |
|
Aaron Ballman | 948d0bd | 2013-01-25 23:37:25 +0000 | [diff] [blame] | 146 | <Type Name="llvm::SmallPtrSet<*,*>">
|
Nikola Smiljanic | 958dbe1 | 2014-02-07 22:57:20 +0000 | [diff] [blame] | 147 | <DisplayString Condition="CurArray == SmallArray">{{ [Small Mode] size={NumElements}, capacity={CurArraySize} }}</DisplayString>
|
| 148 | <DisplayString Condition="CurArray != SmallArray">{{ [Big Mode] size={NumElements}, capacity={CurArraySize} }}</DisplayString>
|
Aaron Ballman | 948d0bd | 2013-01-25 23:37:25 +0000 | [diff] [blame] | 149 | <Expand>
|
Nikola Smiljanic | 958dbe1 | 2014-02-07 22:57:20 +0000 | [diff] [blame] | 150 | <Item Name="[size]">NumElements</Item>
|
| 151 | <Item Name="[capacity]">CurArraySize</Item>
|
| 152 | <ArrayItems>
|
| 153 | <Size>CurArraySize</Size>
|
| 154 | <ValuePointer>($T1*)CurArray</ValuePointer>
|
| 155 | </ArrayItems>
|
Aaron Ballman | 948d0bd | 2013-01-25 23:37:25 +0000 | [diff] [blame] | 156 | </Expand>
|
| 157 | </Type>
|
| 158 |
|
| 159 | <Type Name="llvm::DenseMap<*,*,*>">
|
| 160 | <DisplayString Condition="NumEntries == 0">empty</DisplayString>
|
Nikola Smiljanic | 958dbe1 | 2014-02-07 22:57:20 +0000 | [diff] [blame] | 161 | <DisplayString Condition="NumEntries != 0">{{ size={NumEntries}, buckets={NumBuckets} }}</DisplayString>
|
Aaron Ballman | 948d0bd | 2013-01-25 23:37:25 +0000 | [diff] [blame] | 162 | <Expand>
|
Nikola Smiljanic | 958dbe1 | 2014-02-07 22:57:20 +0000 | [diff] [blame] | 163 | <Item Name="[size]">NumEntries</Item>
|
| 164 | <Item Name="[buckets]">NumBuckets</Item>
|
Aaron Ballman | 948d0bd | 2013-01-25 23:37:25 +0000 | [diff] [blame] | 165 | <ArrayItems>
|
| 166 | <Size>NumBuckets</Size>
|
| 167 | <ValuePointer>Buckets</ValuePointer>
|
| 168 | </ArrayItems>
|
| 169 | </Expand>
|
| 170 | </Type>
|
| 171 |
|
| 172 | <Type Name="llvm::StringMap<*,*>">
|
Nikola Smiljanic | 9fa5444 | 2014-07-09 05:34:24 +0000 | [diff] [blame] | 173 | <DisplayString>{{ size={NumItems}, buckets={NumBuckets} }}</DisplayString>
|
Aaron Ballman | 948d0bd | 2013-01-25 23:37:25 +0000 | [diff] [blame] | 174 | <Expand>
|
Nikola Smiljanic | 9fa5444 | 2014-07-09 05:34:24 +0000 | [diff] [blame] | 175 | <Item Name="[size]">NumItems</Item>
|
Nikola Smiljanic | 958dbe1 | 2014-02-07 22:57:20 +0000 | [diff] [blame] | 176 | <Item Name="[buckets]">NumBuckets</Item>
|
| 177 | <ArrayItems>
|
Aaron Ballman | 948d0bd | 2013-01-25 23:37:25 +0000 | [diff] [blame] | 178 | <Size>NumBuckets</Size>
|
Nikola Smiljanic | 958dbe1 | 2014-02-07 22:57:20 +0000 | [diff] [blame] | 179 | <ValuePointer>(MapEntryTy**)TheTable</ValuePointer>
|
| 180 | </ArrayItems>
|
Aaron Ballman | 948d0bd | 2013-01-25 23:37:25 +0000 | [diff] [blame] | 181 | </Expand>
|
| 182 | </Type>
|
| 183 |
|
| 184 | <Type Name="llvm::StringMapEntry<*>">
|
| 185 | <DisplayString Condition="StrLen == 0">empty</DisplayString>
|
Nikola Smiljanic | 958dbe1 | 2014-02-07 22:57:20 +0000 | [diff] [blame] | 186 | <DisplayString Condition="StrLen != 0">({this+1,s}, {second})</DisplayString>
|
Aaron Ballman | 948d0bd | 2013-01-25 23:37:25 +0000 | [diff] [blame] | 187 | <Expand>
|
Nikola Smiljanic | 958dbe1 | 2014-02-07 22:57:20 +0000 | [diff] [blame] | 188 | <Item Name="[key]">this+1,s</Item>
|
Aaron Ballman | 948d0bd | 2013-01-25 23:37:25 +0000 | [diff] [blame] | 189 | <Item Name="[value]" Condition="StrLen != 0">second</Item>
|
| 190 | </Expand>
|
| 191 | </Type>
|
| 192 |
|
| 193 | <Type Name="llvm::Triple">
|
| 194 | <DisplayString>{Data}</DisplayString>
|
| 195 | </Type>
|
Aaron Ballman | f72eeaa | 2014-03-03 21:15:07 +0000 | [diff] [blame] | 196 |
|
| 197 | <Type Name="llvm::Optional<*>">
|
| 198 | <DisplayString Condition="!hasVal">empty</DisplayString>
|
| 199 | <DisplayString Condition="hasVal">{*(($T1 *)(unsigned char *)storage.buffer)}</DisplayString>
|
| 200 | <Expand>
|
| 201 | <Item Name="[underlying]" Condition="hasVal">*(($T1 *)(unsigned char *)storage.buffer)</Item>
|
| 202 | </Expand>
|
| 203 | </Type>
|
Zachary Turner | ba2d1c0 | 2016-04-21 20:58:41 +0000 | [diff] [blame] | 204 |
|
Mike Spertus | 3e45d77 | 2016-06-05 18:34:02 +0000 | [diff] [blame] | 205 |
|
Zachary Turner | ba2d1c0 | 2016-04-21 20:58:41 +0000 | [diff] [blame] | 206 | <!-- Since we're in MSVC, we can assume that the system is little endian. Therefore
|
| 207 | the little and native cases just require a cast. Handle this easy case first. Use
|
| 208 | a wildcard for the second template argument (the endianness), but we will use a
|
| 209 | specific value of 0 later on for the big endian to give it priority for being a
|
| 210 | better match. -->
|
| 211 | <Type Name="llvm::support::detail::packed_endian_specific_integral<*,*,1>">
|
| 212 | <DisplayString>{{little endian value = {*(($T1*)(unsigned char *)Value.buffer)} }}</DisplayString>
|
| 213 | <Expand>
|
| 214 | <Item Name="[Raw Bytes]" Condition="sizeof($T1)==1">(unsigned char *)Value.buffer,1</Item>
|
| 215 | <Item Name="[Raw Bytes]" Condition="sizeof($T1)==2">(unsigned char *)Value.buffer,2</Item>
|
| 216 | <Item Name="[Raw Bytes]" Condition="sizeof($T1)==4">(unsigned char *)Value.buffer,4</Item>
|
| 217 | <Item Name="[Raw Bytes]" Condition="sizeof($T1)==8">(unsigned char *)Value.buffer,8</Item>
|
| 218 | </Expand>
|
| 219 | </Type>
|
| 220 |
|
| 221 | <!-- Now handle the hard case of big endian. We need to do the swizzling here, but
|
| 222 | we need to specialize it based on the size of the value type. -->
|
| 223 | <Type Name="llvm::support::detail::packed_endian_specific_integral<*,0,1>">
|
| 224 | <DisplayString Condition="sizeof($T1)==1">{{ big endian value = {*(unsigned char *)Value.buffer} }}</DisplayString>
|
| 225 | <DisplayString Condition="sizeof($T1)==2">{{ big endian value = {(($T1)(*(unsigned char *)Value.buffer) << 8)
|
| 226 | | ($T1)(*((unsigned char *)Value.buffer+1))} }}</DisplayString>
|
| 227 | <DisplayString Condition="sizeof($T1)==4">{{ big endian value = {(($T1)(*(unsigned char *)Value.buffer) << 24)
|
| 228 | | (($T1)(*((unsigned char *)Value.buffer+1)) << 16)
|
| 229 | | (($T1)(*((unsigned char *)Value.buffer+2)) << 8)
|
| 230 | | ($T1)(*((unsigned char *)Value.buffer+3))} }}</DisplayString>
|
| 231 | <DisplayString Condition="sizeof($T1)==8">{{ big endian value = {(($T1)(*(unsigned char *)Value.buffer) << 56)
|
| 232 | | (($T1)(*((unsigned char *)Value.buffer+1)) << 48)
|
| 233 | | (($T1)(*((unsigned char *)Value.buffer+2)) << 40)
|
| 234 | | (($T1)(*((unsigned char *)Value.buffer+3)) << 32)
|
| 235 | | (($T1)(*((unsigned char *)Value.buffer+4)) << 24)
|
| 236 | | (($T1)(*((unsigned char *)Value.buffer+5)) << 16)
|
| 237 | | (($T1)(*((unsigned char *)Value.buffer+6)) << 8)
|
| 238 | | ($T1)(*((unsigned char *)Value.buffer+7))} }}</DisplayString>
|
| 239 | <Expand>
|
| 240 | <Item Name="[Raw Bytes]" Condition="sizeof($T1)==1">(unsigned char *)Value.buffer,1</Item>
|
| 241 | <Item Name="[Raw Bytes]" Condition="sizeof($T1)==2">(unsigned char *)Value.buffer,2</Item>
|
| 242 | <Item Name="[Raw Bytes]" Condition="sizeof($T1)==4">(unsigned char *)Value.buffer,4</Item>
|
| 243 | <Item Name="[Raw Bytes]" Condition="sizeof($T1)==8">(unsigned char *)Value.buffer,8</Item>
|
| 244 | </Expand>
|
| 245 | </Type>
|
Aaron Ballman | 948d0bd | 2013-01-25 23:37:25 +0000 | [diff] [blame] | 246 | </AutoVisualizer>
|