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
2021-01-20Change DebugType from `full` to `portable` (#335)Dmitriy Vornychev
2019-09-24minor code cleanupJeffrey Stedfast
2019-06-21Added EvaluationContext to AsyncOperationJeffrey Stedfast
2019-06-10Move remaining projects to net472.Kirill Osenkov
2019-01-26Fix warning.Kirill Osenkov
2017-06-02Fixed signing not working for Debugging.Win32.Marius Ungureanu
2017-04-27Sign Mono.Debugging.Win32Marius Ungureanu
2017-03-13Fix referencesArtem Bukhonov
2017-03-11Line endings restore in FieldReference.csArtem Bukhonov
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-11fixed handle-all problemArseny Chernyaev
2017-03-11MtaThread: throwing the original exception itself instead of wrapping with Ex...Artem Bukhonov
2017-03-11Handle and wrap CORDBG_E_STATIC_VAR_NOT_AVAILABLE exceptionArtem Bukhonov
2017-03-11CorValRef.IsAlive() should return true if val==null, because it's valid value...Artem Bukhonov
2017-03-11Subscribe on BusyStateChangedArtem Bukhonov
2017-03-11implemented OnException handlerArseny Chernyaev
2017-03-11wrap all exception on evaluationArseny Chernyaev
2017-03-11handle exception on breakpoint condition evaluationArseny Chernyaev
2017-03-11Call ObjectAdapter.CancelAsyncOperations ()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-03-11Get rid of checking for Managed frame. This causes a huge performance impact,...Artem Bukhonov
2017-01-27NRE fix in GetTypeName()Artem Bukhonov
2017-01-27Isolation of COMException in GetFrames(). Sometimes fetching frames may throw...Artem Bukhonov
2017-01-27Merge pull request #1817 from JetBrains/nuspecVersionFixDavid Karlaš
2017-01-26Move CorApi assemblies to to net45 dir in nupkg (to be near to *Win32.dll)Artem Bukhonov
2017-01-26Using buildver variable instead of Version because Version can't be used in <...Artem Bukhonov
2017-01-26Import path fixArtem Bukhonov
2017-01-25Merge pull request #1812 from JetBrains/win32DebuggerCustomPropsDavid Karlaš
2017-01-25Custom properties for Win32 debugger projects. (Used to sign with custom key)Artem Bukhonov
2017-01-25Merge pull request #1805 from JetBrains/rider-nugetsDavid Karlaš
2017-01-25insert corFunctionBreakpoints in several app domainsArseny Chernyaev
2017-01-24NuspecsArtem Bukhonov
2017-01-17Merge pull request #1789 from JetBrains/breakpointDeactivationFixDavid Karlaš
2017-01-17[CorDebug] Proper deactivation of breakpointsArtem Bukhonov
2017-01-16Merge pull request #1775 from JetBrains/corDebugBreakpointInsertionFixesDavid Karlaš
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