|
|
|
|
@ -389,7 +389,7 @@ namespace Debugger.Tests {
@@ -389,7 +389,7 @@ namespace Debugger.Tests {
|
|
|
|
|
<LocalVariable |
|
|
|
|
Name="nullObject" |
|
|
|
|
Type="System.Object" |
|
|
|
|
Value="nullObject = null"> |
|
|
|
|
Value="null"> |
|
|
|
|
<Type> |
|
|
|
|
<DebugType |
|
|
|
|
FullName="System.Object" |
|
|
|
|
@ -405,7 +405,7 @@ namespace Debugger.Tests {
@@ -405,7 +405,7 @@ namespace Debugger.Tests {
|
|
|
|
|
<LocalVariable |
|
|
|
|
Name="nullString" |
|
|
|
|
Type="System.String" |
|
|
|
|
Value="nullString = null"> |
|
|
|
|
Value="null"> |
|
|
|
|
<Type> |
|
|
|
|
<DebugType |
|
|
|
|
BaseType="System.Object" |
|
|
|
|
@ -423,7 +423,7 @@ namespace Debugger.Tests {
@@ -423,7 +423,7 @@ namespace Debugger.Tests {
|
|
|
|
|
<LocalVariable |
|
|
|
|
Name="nullMyClass" |
|
|
|
|
Type="MyClass" |
|
|
|
|
Value="nullMyClass = null"> |
|
|
|
|
Value="null"> |
|
|
|
|
<Type> |
|
|
|
|
<DebugType |
|
|
|
|
BaseType="System.Object" |
|
|
|
|
@ -440,7 +440,7 @@ namespace Debugger.Tests {
@@ -440,7 +440,7 @@ namespace Debugger.Tests {
|
|
|
|
|
<LocalVariable |
|
|
|
|
Name="i" |
|
|
|
|
Type="System.Int32" |
|
|
|
|
Value="i = 42"> |
|
|
|
|
Value="42"> |
|
|
|
|
<Type> |
|
|
|
|
<DebugType |
|
|
|
|
BaseType="System.Object" |
|
|
|
|
@ -458,7 +458,7 @@ namespace Debugger.Tests {
@@ -458,7 +458,7 @@ namespace Debugger.Tests {
|
|
|
|
|
<LocalVariable |
|
|
|
|
Name="b" |
|
|
|
|
Type="System.Boolean" |
|
|
|
|
Value="b = True"> |
|
|
|
|
Value="True"> |
|
|
|
|
<Type> |
|
|
|
|
<DebugType |
|
|
|
|
BaseType="System.Object" |
|
|
|
|
@ -476,7 +476,7 @@ namespace Debugger.Tests {
@@ -476,7 +476,7 @@ namespace Debugger.Tests {
|
|
|
|
|
<LocalVariable |
|
|
|
|
Name="c" |
|
|
|
|
Type="System.Char" |
|
|
|
|
Value="c = a"> |
|
|
|
|
Value="a"> |
|
|
|
|
<Type> |
|
|
|
|
<DebugType |
|
|
|
|
BaseType="System.Object" |
|
|
|
|
@ -494,7 +494,7 @@ namespace Debugger.Tests {
@@ -494,7 +494,7 @@ namespace Debugger.Tests {
|
|
|
|
|
<LocalVariable |
|
|
|
|
Name="obj" |
|
|
|
|
Type="System.Object" |
|
|
|
|
Value="obj = {System.Object}"> |
|
|
|
|
Value="{System.Object}"> |
|
|
|
|
<Type> |
|
|
|
|
<DebugType |
|
|
|
|
FullName="System.Object" |
|
|
|
|
@ -510,7 +510,7 @@ namespace Debugger.Tests {
@@ -510,7 +510,7 @@ namespace Debugger.Tests {
|
|
|
|
|
<LocalVariable |
|
|
|
|
Name="myClass" |
|
|
|
|
Type="MyClass" |
|
|
|
|
Value="myClass = {MyClass}"> |
|
|
|
|
Value="{MyClass}"> |
|
|
|
|
<Type> |
|
|
|
|
<DebugType |
|
|
|
|
BaseType="System.Object" |
|
|
|
|
@ -527,7 +527,7 @@ namespace Debugger.Tests {
@@ -527,7 +527,7 @@ namespace Debugger.Tests {
|
|
|
|
|
<LocalVariable |
|
|
|
|
Name="point" |
|
|
|
|
Type="MyStruct" |
|
|
|
|
Value="point = {MyStruct}"> |
|
|
|
|
Value="{MyStruct}"> |
|
|
|
|
<Type> |
|
|
|
|
<DebugType |
|
|
|
|
BaseType="System.ValueType" |
|
|
|
|
@ -544,7 +544,7 @@ namespace Debugger.Tests {
@@ -544,7 +544,7 @@ namespace Debugger.Tests {
|
|
|
|
|
<LocalVariable |
|
|
|
|
Name="box" |
|
|
|
|
Type="System.Object" |
|
|
|
|
Value="box = {System.Int32}"> |
|
|
|
|
Value="{System.Int32}"> |
|
|
|
|
<Type> |
|
|
|
|
<DebugType |
|
|
|
|
FullName="System.Object" |
|
|
|
|
@ -560,7 +560,7 @@ namespace Debugger.Tests {
@@ -560,7 +560,7 @@ namespace Debugger.Tests {
|
|
|
|
|
<LocalVariable |
|
|
|
|
Name="iPtr" |
|
|
|
|
Type="System.Int32*" |
|
|
|
|
Value="iPtr = {System.Int32*}"> |
|
|
|
|
Value="{System.Int32*}"> |
|
|
|
|
<Type> |
|
|
|
|
<DebugType |
|
|
|
|
ElementType="System.Int32" |
|
|
|
|
@ -587,7 +587,7 @@ namespace Debugger.Tests {
@@ -587,7 +587,7 @@ namespace Debugger.Tests {
|
|
|
|
|
<LocalVariable |
|
|
|
|
Name="iPtrPtr" |
|
|
|
|
Type="System.Int32**" |
|
|
|
|
Value="iPtrPtr = {System.Int32**}"> |
|
|
|
|
Value="{System.Int32**}"> |
|
|
|
|
<Type> |
|
|
|
|
<DebugType |
|
|
|
|
ElementType="System.Int32*" |
|
|
|
|
@ -623,7 +623,7 @@ namespace Debugger.Tests {
@@ -623,7 +623,7 @@ namespace Debugger.Tests {
|
|
|
|
|
<LocalVariable |
|
|
|
|
Name="bPtr" |
|
|
|
|
Type="System.Boolean*" |
|
|
|
|
Value="bPtr = {System.Boolean*}"> |
|
|
|
|
Value="{System.Boolean*}"> |
|
|
|
|
<Type> |
|
|
|
|
<DebugType |
|
|
|
|
ElementType="System.Boolean" |
|
|
|
|
@ -650,7 +650,7 @@ namespace Debugger.Tests {
@@ -650,7 +650,7 @@ namespace Debugger.Tests {
|
|
|
|
|
<LocalVariable |
|
|
|
|
Name="voidPtr" |
|
|
|
|
Type="System.Void*" |
|
|
|
|
Value="voidPtr = {System.Void*}"> |
|
|
|
|
Value="{System.Void*}"> |
|
|
|
|
<Type> |
|
|
|
|
<DebugType |
|
|
|
|
ElementType="System.Void" |
|
|
|
|
@ -676,7 +676,7 @@ namespace Debugger.Tests {
@@ -676,7 +676,7 @@ namespace Debugger.Tests {
|
|
|
|
|
<LocalVariable |
|
|
|
|
Name="pointPtr" |
|
|
|
|
Type="MyStruct*" |
|
|
|
|
Value="pointPtr = {MyStruct*}"> |
|
|
|
|
Value="{MyStruct*}"> |
|
|
|
|
<Type> |
|
|
|
|
<DebugType |
|
|
|
|
ElementType="MyStruct" |
|
|
|
|
@ -702,7 +702,7 @@ namespace Debugger.Tests {
@@ -702,7 +702,7 @@ namespace Debugger.Tests {
|
|
|
|
|
<LocalVariable |
|
|
|
|
Name="ptr" |
|
|
|
|
Type="System.IntPtr" |
|
|
|
|
Value="ptr = 0"> |
|
|
|
|
Value="0"> |
|
|
|
|
<Type> |
|
|
|
|
<DebugType |
|
|
|
|
BaseType="System.Object" |
|
|
|
|
@ -720,7 +720,7 @@ namespace Debugger.Tests {
@@ -720,7 +720,7 @@ namespace Debugger.Tests {
|
|
|
|
|
<LocalVariable |
|
|
|
|
Name="szArray" |
|
|
|
|
Type="System.Char[]" |
|
|
|
|
Value="szArray = {System.Char[]}"> |
|
|
|
|
Value="{System.Char[]}"> |
|
|
|
|
<Type> |
|
|
|
|
<DebugType |
|
|
|
|
BaseType="System.Array" |
|
|
|
|
@ -748,7 +748,7 @@ namespace Debugger.Tests {
@@ -748,7 +748,7 @@ namespace Debugger.Tests {
|
|
|
|
|
<LocalVariable |
|
|
|
|
Name="mdArray" |
|
|
|
|
Type="System.Char[,]" |
|
|
|
|
Value="mdArray = {System.Char[,]}"> |
|
|
|
|
Value="{System.Char[,]}"> |
|
|
|
|
<Type> |
|
|
|
|
<DebugType |
|
|
|
|
BaseType="System.Array" |
|
|
|
|
@ -776,7 +776,7 @@ namespace Debugger.Tests {
@@ -776,7 +776,7 @@ namespace Debugger.Tests {
|
|
|
|
|
<LocalVariable |
|
|
|
|
Name="nullable_value" |
|
|
|
|
Type="System.Nullable<System.Int32>" |
|
|
|
|
Value="nullable_value = {System.Nullable<System.Int32>}"> |
|
|
|
|
Value="{System.Nullable<System.Int32>}"> |
|
|
|
|
<Type> |
|
|
|
|
<DebugType |
|
|
|
|
BaseType="System.ValueType" |
|
|
|
|
@ -794,7 +794,7 @@ namespace Debugger.Tests {
@@ -794,7 +794,7 @@ namespace Debugger.Tests {
|
|
|
|
|
<LocalVariable |
|
|
|
|
Name="nullable_null" |
|
|
|
|
Type="System.Nullable<System.Int32>" |
|
|
|
|
Value="nullable_null = {System.Nullable<System.Int32>}"> |
|
|
|
|
Value="{System.Nullable<System.Int32>}"> |
|
|
|
|
<Type> |
|
|
|
|
<DebugType |
|
|
|
|
BaseType="System.ValueType" |
|
|
|
|
@ -812,7 +812,7 @@ namespace Debugger.Tests {
@@ -812,7 +812,7 @@ namespace Debugger.Tests {
|
|
|
|
|
<LocalVariable |
|
|
|
|
Name="myGenClass_int" |
|
|
|
|
Type="MyGenClass<System.Int32>" |
|
|
|
|
Value="myGenClass_int = {MyGenClass<System.Int32>}"> |
|
|
|
|
Value="{MyGenClass<System.Int32>}"> |
|
|
|
|
<Type> |
|
|
|
|
<DebugType |
|
|
|
|
BaseType="System.Object" |
|
|
|
|
@ -830,7 +830,7 @@ namespace Debugger.Tests {
@@ -830,7 +830,7 @@ namespace Debugger.Tests {
|
|
|
|
|
<LocalVariable |
|
|
|
|
Name="array_MyGenClass_int" |
|
|
|
|
Type="MyGenClass<System.Int32>[]" |
|
|
|
|
Value="array_MyGenClass_int = {MyGenClass<System.Int32>[]}"> |
|
|
|
|
Value="{MyGenClass<System.Int32>[]}"> |
|
|
|
|
<Type> |
|
|
|
|
<DebugType |
|
|
|
|
BaseType="System.Array" |
|
|
|
|
@ -858,7 +858,7 @@ namespace Debugger.Tests {
@@ -858,7 +858,7 @@ namespace Debugger.Tests {
|
|
|
|
|
<LocalVariable |
|
|
|
|
Name="myGenClass_MyGenStruct_int" |
|
|
|
|
Type="MyGenClass<MyGenStruct<System.Int32>>" |
|
|
|
|
Value="myGenClass_MyGenStruct_int = {MyGenClass<MyGenStruct<System.Int32>>}"> |
|
|
|
|
Value="{MyGenClass<MyGenStruct<System.Int32>>}"> |
|
|
|
|
<Type> |
|
|
|
|
<DebugType |
|
|
|
|
BaseType="System.Object" |
|
|
|
|
@ -876,7 +876,7 @@ namespace Debugger.Tests {
@@ -876,7 +876,7 @@ namespace Debugger.Tests {
|
|
|
|
|
<LocalVariable |
|
|
|
|
Name="myNestedClass" |
|
|
|
|
Type="MyNestedClass<System.Int32>" |
|
|
|
|
Value="myNestedClass = {MyNestedClass<System.Int32>}"> |
|
|
|
|
Value="{MyNestedClass<System.Int32>}"> |
|
|
|
|
<Type> |
|
|
|
|
<DebugType |
|
|
|
|
BaseType="System.Object" |
|
|
|
|
@ -894,7 +894,7 @@ namespace Debugger.Tests {
@@ -894,7 +894,7 @@ namespace Debugger.Tests {
|
|
|
|
|
<LocalVariable |
|
|
|
|
Name="myGenNestedClass" |
|
|
|
|
Type="MyGenNestedClass<System.Int32,System.Char>" |
|
|
|
|
Value="myGenNestedClass = {MyGenNestedClass<System.Int32,System.Char>}"> |
|
|
|
|
Value="{MyGenNestedClass<System.Int32,System.Char>}"> |
|
|
|
|
<Type> |
|
|
|
|
<DebugType |
|
|
|
|
BaseType="System.Object" |
|
|
|
|
@ -912,7 +912,7 @@ namespace Debugger.Tests {
@@ -912,7 +912,7 @@ namespace Debugger.Tests {
|
|
|
|
|
<LocalVariable |
|
|
|
|
Name="myGenStruct_int" |
|
|
|
|
Type="MyGenStruct<System.Int32>" |
|
|
|
|
Value="myGenStruct_int = {MyGenStruct<System.Int32>}"> |
|
|
|
|
Value="{MyGenStruct<System.Int32>}"> |
|
|
|
|
<Type> |
|
|
|
|
<DebugType |
|
|
|
|
BaseType="System.ValueType" |
|
|
|
|
@ -930,7 +930,7 @@ namespace Debugger.Tests {
@@ -930,7 +930,7 @@ namespace Debugger.Tests {
|
|
|
|
|
<LocalVariable |
|
|
|
|
Name="array_MyGenStruct_int" |
|
|
|
|
Type="MyGenStruct<System.Int32>[]" |
|
|
|
|
Value="array_MyGenStruct_int = {MyGenStruct<System.Int32>[]}"> |
|
|
|
|
Value="{MyGenStruct<System.Int32>[]}"> |
|
|
|
|
<Type> |
|
|
|
|
<DebugType |
|
|
|
|
BaseType="System.Array" |
|
|
|
|
@ -958,7 +958,7 @@ namespace Debugger.Tests {
@@ -958,7 +958,7 @@ namespace Debugger.Tests {
|
|
|
|
|
<LocalVariable |
|
|
|
|
Name="myGenStruct_MyGenClass_int" |
|
|
|
|
Type="MyGenStruct<MyGenClass<System.Int32>>" |
|
|
|
|
Value="myGenStruct_MyGenClass_int = {MyGenStruct<MyGenClass<System.Int32>>}"> |
|
|
|
|
Value="{MyGenStruct<MyGenClass<System.Int32>>}"> |
|
|
|
|
<Type> |
|
|
|
|
<DebugType |
|
|
|
|
BaseType="System.ValueType" |
|
|
|
|
@ -976,7 +976,7 @@ namespace Debugger.Tests {
@@ -976,7 +976,7 @@ namespace Debugger.Tests {
|
|
|
|
|
<LocalVariable |
|
|
|
|
Name="myGenNestedStruct" |
|
|
|
|
Type="MyGenNestedStruct<System.Int32,System.Char>" |
|
|
|
|
Value="myGenNestedStruct = {MyGenNestedStruct<System.Int32,System.Char>}"> |
|
|
|
|
Value="{MyGenNestedStruct<System.Int32,System.Char>}"> |
|
|
|
|
<Type> |
|
|
|
|
<DebugType |
|
|
|
|
BaseType="System.ValueType" |
|
|
|
|
@ -994,7 +994,7 @@ namespace Debugger.Tests {
@@ -994,7 +994,7 @@ namespace Debugger.Tests {
|
|
|
|
|
<LocalVariable |
|
|
|
|
Name="myInterfaceImpl" |
|
|
|
|
Type="MyInterfaceImpl<System.Int32>" |
|
|
|
|
Value="myInterfaceImpl = {MyInterfaceImpl<System.Int32>}"> |
|
|
|
|
Value="{MyInterfaceImpl<System.Int32>}"> |
|
|
|
|
<Type> |
|
|
|
|
<DebugType |
|
|
|
|
BaseType="System.Object" |
|
|
|
|
@ -1013,7 +1013,7 @@ namespace Debugger.Tests {
@@ -1013,7 +1013,7 @@ namespace Debugger.Tests {
|
|
|
|
|
<LocalVariable |
|
|
|
|
Name="myInterface" |
|
|
|
|
Type="MyInterface<System.Int32,MyClass,MyStruct>" |
|
|
|
|
Value="myInterface = {MyInterfaceImpl<System.Int32>}"> |
|
|
|
|
Value="{MyInterfaceImpl<System.Int32>}"> |
|
|
|
|
<Type> |
|
|
|
|
<DebugType |
|
|
|
|
FullName="MyInterface<System.Int32,MyClass,MyStruct>" |
|
|
|
|
@ -1030,7 +1030,7 @@ namespace Debugger.Tests {
@@ -1030,7 +1030,7 @@ namespace Debugger.Tests {
|
|
|
|
|
<LocalVariable |
|
|
|
|
Name="list" |
|
|
|
|
Type="System.Collections.Generic.List<System.Int32>" |
|
|
|
|
Value="list = {System.Collections.Generic.List<System.Int32>}"> |
|
|
|
|
Value="{System.Collections.Generic.List<System.Int32>}"> |
|
|
|
|
<Type> |
|
|
|
|
<DebugType |
|
|
|
|
BaseType="System.Object" |
|
|
|
|
@ -1049,7 +1049,7 @@ namespace Debugger.Tests {
@@ -1049,7 +1049,7 @@ namespace Debugger.Tests {
|
|
|
|
|
<LocalVariable |
|
|
|
|
Name="listEnum" |
|
|
|
|
Type="Enumerator<System.Int32>" |
|
|
|
|
Value="listEnum = {Enumerator<System.Int32>}"> |
|
|
|
|
Value="{Enumerator<System.Int32>}"> |
|
|
|
|
<Type> |
|
|
|
|
<DebugType |
|
|
|
|
BaseType="System.ValueType" |
|
|
|
|
@ -1068,7 +1068,7 @@ namespace Debugger.Tests {
@@ -1068,7 +1068,7 @@ namespace Debugger.Tests {
|
|
|
|
|
<LocalVariable |
|
|
|
|
Name="fnPtr" |
|
|
|
|
Type="AddDelegate" |
|
|
|
|
Value="fnPtr = {AddDelegate}"> |
|
|
|
|
Value="{AddDelegate}"> |
|
|
|
|
<Type> |
|
|
|
|
<DebugType |
|
|
|
|
BaseType="System.MulticastDelegate" |
|
|
|
|
@ -1085,7 +1085,7 @@ namespace Debugger.Tests {
@@ -1085,7 +1085,7 @@ namespace Debugger.Tests {
|
|
|
|
|
<LocalVariable |
|
|
|
|
Name="access" |
|
|
|
|
Type="Access" |
|
|
|
|
Value="access = {Access}"> |
|
|
|
|
Value="{Access}"> |
|
|
|
|
<Type> |
|
|
|
|
<DebugType |
|
|
|
|
BaseType="System.Object" |
|
|
|
|
|