2010-02-04 Zoltan Varga <vargaz@gmail.com>
commitfd8913bd5ffbed6613d5c9f2897e52d4ac28bcc0
authorzoltan <zoltan@e3ebcda4-bce8-0310-ba0a-eca2169e7518>
Thu, 4 Feb 2010 03:01:25 +0000 (4 03:01 +0000)
committerzoltan <zoltan@e3ebcda4-bce8-0310-ba0a-eca2169e7518>
Thu, 4 Feb 2010 03:01:25 +0000 (4 03:01 +0000)
treed09f1dbbdb5f55b8050220bf7dd899022a5df5a3
parentc44a6e5fe42c6628e01d90f9ca757ef198fcd3d0
2010-02-04  Zoltan Varga  <vargaz@gmail.com>

* VirtualMachine.cs (CreateEnumMirror): New method to create an EnumMirror.

* AppDomainMirror.cs (GetCorrespondingType): New method to return a TypeMirror
corresponding to a primitive type.

* TypeMirror.cs (IsEnum): Implement.

* EnumMirror.cs (.ctor): New internal constructor called from CreateEnumMirror
which does lots of error checking.

git-svn-id: svn+ssh://mono-cvs.ximian.com/source/branches/mono-2-6/mcs@150814 e3ebcda4-bce8-0310-ba0a-eca2169e7518
class/Mono.Debugger.Soft/Mono.Debugger.Soft/AppDomainMirror.cs
class/Mono.Debugger.Soft/Mono.Debugger.Soft/ChangeLog
class/Mono.Debugger.Soft/Mono.Debugger.Soft/Connection.cs
class/Mono.Debugger.Soft/Mono.Debugger.Soft/EnumMirror.cs
class/Mono.Debugger.Soft/Mono.Debugger.Soft/TypeMirror.cs
class/Mono.Debugger.Soft/Mono.Debugger.Soft/VirtualMachine.cs