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-01-13implemented invalidation of stacks version on setNextStatementArseny Chernyaev
2017-01-12fixed way of choosing best sequence point in CorDebuggerSessionArseny Chernyaev
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-09CorValRef invalidates only when it actually required (Zombie state exception ...Artem Bukhonov
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-30Named error codes on PDB loading More logging.Artem Bukhonov
2016-12-30.editorconfig files for CorDebug projects.Artem Bukhonov
2016-12-29Set JMC fix to repair tests:Artem Bukhonov
2016-12-29Merge pull request #1735 from JetBrains/corDebugDecreaseLockRangeDavid Karlaš
2016-12-29Merge pull request #1730 from JetBrains/corDebugDynamicInvokeRefactoringDavid Karlaš
2016-12-29Decrease lock range in CorDebugggerSession to fix deadlocks (OnModuleUnload)Artem Bukhonov
2016-12-29Decrease lock range in CorDebugggerSession to fix deadlocks (deadlock was oc...Artem Bukhonov
2016-12-29* Properly getting module for native types in RuntimeInvoke, because there we...Artem Bukhonov
2016-12-29Get rid of DynamicInvoke in Debugger.cs. Now all handlers are invoked as stro...Artem Bukhonov
2016-12-28Merge pull request #1729 from JetBrains/win32DebuggerAttachDavid Karlaš
2016-12-28Merge pull request #1731 from JetBrains/corTypesCachingFixDavid Karlaš
2016-12-28Merge pull request #1732 from JetBrains/corDebugOverloadResolveFixDavid Karlaš
2016-12-28[CorDebug] More extensive search of pdb files that allows to load pdb specifi...Artem Bukhonov
2016-12-26Handling PROCESS_TERMINATED exception on Dispose while process exiting.Artem Bukhonov
2016-12-26Detatching fixedArtem Bukhonov
2016-12-23Proper caching of CorTypes:Artem.Bukhonov
2016-12-23[CorDebug] Overload resolve fixed:Artem Bukhonov
2016-12-22Process.Stop() call on detachArtem Bukhonov
2016-12-22Attach to process for CorDebugArtem Bukhonov
2016-12-20[CorDebug] Namespace is adjusted to Mono.Debugging.Win32 to make it consisten...Artem Bukhonov
2016-09-19Formatting revertArtem Bukhonov
2016-09-19Small formatting fixArtem Bukhonov
2016-09-19References to the new extracted project and solution file fix.Artem.Bukhonov
2016-09-14Extract Win32 debugger into Mono.Debugging-like api from MonoDevelop.Debugger...Artem.Bukhonov