Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/debugger-libs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-11CorDebug: Do not hide members marked with CompilerGeneratedAttributeArtem Bukhonov
2017-03-11Fix NREs in GetParameters etc.Artem Bukhonov
2017-03-11TryCast fix to allow cast null object to any type.Artem Bukhonov
2017-03-11A lot of calls in CorObjectAdaptor were made more safe - wrapped with try-cat...Artem Bukhonov
2017-03-11Silently and properly handle COMException in GetThisReference and GetHoistedR...Artem Bukhonov
2017-01-27NRE fix in GetTypeName()Artem Bukhonov
2017-01-13Fix NRE in GetRealObject()Artem Bukhonov
2017-01-10Proper logging.Artem Bukhonov
2017-01-10More accurate casts and null-checksArtem Bukhonov
2017-01-10Merge pull request #1759 from JetBrains/corDebugNullableEvaluationFixDavid Karlaš
2017-01-10Fix for evaluation of Nullable properties.Artem Bukhonov
2017-01-10Introduced MethodGenericParameter and TypeGenericParameter to differentiate t...Artem Bukhonov
2017-01-09CorValRef invalidates only when it actually required (Zombie state exception ...Artem Bukhonov
2016-12-30Module loading was made AppDomain specific. This should fix "Wrong AppDomain"...Artem Bukhonov
2016-12-29* Properly getting module for native types in RuntimeInvoke, because there we...Artem Bukhonov
2016-12-28Merge pull request #1731 from JetBrains/corTypesCachingFixDavid Karlaš
2016-12-23Proper caching of CorTypes:Artem.Bukhonov
2016-12-23[CorDebug] Overload resolve fixed:Artem Bukhonov
2016-12-20[CorDebug] Namespace is adjusted to Mono.Debugging.Win32 to make it consisten...Artem Bukhonov
2016-09-14Extract Win32 debugger into Mono.Debugging-like api from MonoDevelop.Debugger...Artem.Bukhonov