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
2019-08-02Try and read sourcelink info via Mononosami
2019-07-26Support reading portable pdb as a byte[] via debuggeenosami
2019-07-26Fix NREnosami
2019-07-19Encapsulate SourceLinkMapsnosami
2019-07-19Add dotnet core SourceLink supportnosami
2019-07-19Make SourceLink retrieval lazynosami
2019-07-19guard against pdb not being foundnosami
2019-07-19Read SourceLink data from pdb filenosami
2017-08-01Bug 57149 - Nullables and Evaluation with MDSDavid Karlaš
2017-01-13fixed thread state conditionArseny Chernyaev
2017-01-12Proper handling waiting thread state in evaluation Fixes https://bugzilla.xam...Artem Bukhonov
2015-12-13Bug 36053 - Broken enum values conversionDavid Karlaš
2015-10-20Bug 34659 - [Debugger] Watch pad's results are sporadicDavid Karlaš
2015-09-07Added lock around invoking runtime methods since it doesn't like multiple met...David Karlaš
2015-07-19Fixing Bug 6514 differentlyDavid Karlaš
2015-06-30Updated SourceLocation with end line and end columnjoj
2015-02-07We can safely just use frame.Domain now.Jeffrey Stedfast
2015-01-24Added EvaluationContext.SupportIEnumerableDavid Karlaš
2015-01-24[Mono.Debugging] Support for OutArguments when calling methodsDavid Karlaš
2015-01-14Support for mapping source files(different source path from compile path)David Karlaš
2015-01-06[Mono.Debugging.Soft] Check if frame is transition to native before accessing...David Karlaš
2014-11-20[Mono.Debugging.Soft] Use the Domain local to the frameJb Evain
2014-06-06Allow evaluation of simple properties even when AllowTargetInvoke is disabledJeffrey Stedfast
2014-06-05code cleanupJeffrey Stedfast
2014-04-18Fixed RuntimeInvoke for client-side static method evaluationJeffrey Stedfast
2014-04-17Do the method evaluation in SoftEvaluationContext insteadJeffrey Stedfast
2013-12-10Implement Lluis’ feedback from https://github.com/mono/debugger-libs/pull/1...Lucas Meijer
2013-04-06[Debugger] Propagate column info in a few placesMichael Hutchinson
2013-04-02[Debugger] Handle Transitional framesJeffrey Stedfast
2012-11-01[Debugger] Fixed a case where we need to box a struct before invoking a metho...Jeffrey Stedfast
2012-08-03[Debugger] Hide methods in the callstack marked with DebuggerHiddenAttributeJeffrey Stedfast
2012-06-06[Debugger] Don't box the target when invoking a static methodJeffrey Stedfast
2012-06-01[Debugger] Need to box values before calling class methods on themJeffrey Stedfast
2012-04-20[Debugger] Allow method invokes on primitive values (e.g. immediate window)Jeffrey Stedfast
2011-02-11Method naming fix.Lluis Sanchez Gual
2011-01-26Show local vars and args when there is no source for a frame.Lluis Sanchez Gual
2010-05-07* Mono.Debugging.Soft/SoftEvaluationContext.cs:Lluis Sanchez
2010-04-232010-04-19 Carlo Kok <ck@remobjects.com>Carlo Kok
2010-03-02* Mono.Debugging.Soft/SoftDebuggerAdaptor.cs: Renamed variable toLluis Sanchez
2010-02-02* Mono.Debugging.Soft/ArrayAdaptor.cs:Lluis Sanchez
2010-01-21* main/src/core/Mono.Debugging/Makefile.am:Michael Hutchinson