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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-01-16Merge remote-tracking branch 'monodevelop/dotnetcore' into vNextMatt Ward
2017-01-16Merge pull request #1775 from JetBrains/corDebugBreakpointInsertionFixesDavid Karlaš
2017-01-16Merge branch 'master' into textmateMike Krüger
2017-01-14[build] Update target framework to 4.6.1Mikayla Hutchinson
2017-01-14Add global props/targetsMikayla Hutchinson
2017-01-14Merge pull request #1784 from JetBrains/corDebugDeactivateBreakpointsOnTerminateDavid Karlaš
2017-01-13Breakpoints.Clear() deactivates all the breakpoints. Otherwise COM exception ...Artem Bukhonov
2017-01-13Merge pull request #1782 from JetBrains/corDebugActiveChainOptimizationDavid Karlaš
2017-01-13Merge pull request #1781 from JetBrains/corDebugFixes3David Karlaš
2017-01-13A little optimization: caching of ActiveChain propertyArtem Bukhonov
2017-01-13Calling ObjectAdapter.CancelAsyncOperations () in Step()Artem Bukhonov
2017-01-13Fix NRE in GetRealObject()Artem Bukhonov
2017-01-13Replaced to ToHResult() callArtem Bukhonov
2017-01-13Create SymbolBinder on MTA threadArtem Bukhonov
2017-01-13Stackframe information filling fix.Artem Bukhonov
2017-01-13Merge pull request #1776 from JetBrains/hitActionsDavid Karlaš
2017-01-13implemented printTrace for CorDebuggerSession breakpointsArseny Chernyaev
2017-01-13implemented invalidation of stacks version on setNextStatementArseny Chernyaev
2017-01-12fixed way of choosing best sequence point in CorDebuggerSessionArseny Chernyaev
2017-01-11Merge remote-tracking branch 'monodevelop/dotnetcore' into vNextMatt Ward
2017-01-10Merge pull request #1764 from JetBrains/corDebugElementTypesDavid Karlaš
2017-01-10Merge remote-tracking branch 'monodevelop/dotnetcore' into vNextMatt Ward
2017-01-10Handle some other COR_ELEMENT_TYPES to avoid exceptions in ReadTypeArtem Bukhonov
2017-01-10Proper logging.Artem Bukhonov
2017-01-10Com exceptions thrown during evaluation are wrapped to user friendly Evaluato...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-10MetadataExtensions.ReadType() now takes into account actual instantiation of ...Artem Bukhonov
2017-01-09CorValRef invalidates only when it actually required (Zombie state exception ...Artem Bukhonov
2017-01-09Merge branch 'master' into textmateMike Krüger
2017-01-03Merge remote-tracking branch 'monodevelop/master' into vNextMatt Ward
2016-12-31Merge pull request #1745 from JetBrains/hResultUtilDavid Karlaš
2016-12-31ToHResult() extension method to convert COMException code to defined HResultArtem Bukhonov
2016-12-30[CorDebug] NewString() and NewArray() unified into the new method NewSpecialO...Artem Bukhonov
2016-12-30[CorDebug] Proper beakpoints handling - conditions and trace evaluations are ...Artem Bukhonov
2016-12-30Handling exceptions when creating or activating breakpointsArtem Bukhonov
2016-12-30More accurate loggingArtem Bukhonov
2016-12-30Module loading was made AppDomain specific. This should fix "Wrong AppDomain"...Artem Bukhonov
2016-12-30Merge pull request #1738 from JetBrains/editorConfigCorDebugDavid Karlaš
2016-12-30Merge pull request #1740 from JetBrains/getParametersExceptionFixDavid Karlaš
2016-12-30Merge pull request #1739 from JetBrains/pdbErrorCodesDavid Karlaš
2016-12-30Merge pull request #1741 from JetBrains/metadataExtensionsFixesDavid Karlaš
2016-12-30Yet another fix for MakeByRefArtem Bukhonov
2016-12-30ELEMENT_TYPE_TYPEDBYREF exception fixedArtem Bukhonov
2016-12-30Fix for DEXP-133292 Exception in debugger process: Could not load type 'Syste...Artem Bukhonov
2016-12-30Fix for IndexOutOfRangeExceptions in GetParametersArtem Bukhonov
2016-12-30Named error codes on PDB loading More logging.Artem Bukhonov
2016-12-30.editorconfig files for CorDebug projects.Artem Bukhonov