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
2022-10-25Fix indentationnosami
2022-10-25Put expression cache backnosami
2022-10-25Address feedbacknosami
2022-10-25Bump package versionsnosami
2022-10-25User version variablesnosami
2022-10-25Fix lambda evaluation testsnosami
2022-10-25Fix nested generic type evaluationnosami
2022-10-25Generic and type resolver fixesnosami
2022-10-25More Generics evaluation fixesnosami
2022-10-25Generic method resolve fixnosami
2022-10-25Partial generic type fixnosami
2022-10-25Remove dead codenosami
2022-10-25Fix nullable type testsnosami
2022-10-25More tests passingnosami
2022-10-25More test fixesnosami
2022-10-25Fix more testsnosami
2022-10-25Add ArgumetSyntax visitornosami
2022-10-25Fix VisitPredefinedTypenosami
2022-10-25Fix field assignment expressionnosami
2022-10-25Fix broken Breakpoint testnosami
2022-10-25Ported evaluator to roslyn.mkrueger
2022-08-19Fix libc.dll not found exception causing breakpoints not to be boundCalvin Gagliano
2022-07-21Merge pull request #366 from mono/dev/t-jochang/moduleviewGreg Munn
2022-07-21optimize documentation for assembly classJonathan CHang
2022-07-20Set options before Dispatchdev/nosami/set-options-before-dispatchnosami
2022-07-20add definition for assembly class and attributes.dev/t-jochang/moduleviewJonathan CHang
2022-07-20Remove nested locks on slocknosami
2022-07-19make naming in assembly more consistant hassymbol's'Jonathan CHang
2022-07-19support dynamic assemblyJonathan CHang
2022-07-18Provide listed assembly for debugger sessionJonathan CHang
2022-06-30Implemented simpler approach to resolve paths.Mike Krüger
2022-06-29Removed C# 9 usage.Mike Krüger
2022-06-29Fixed build.Mike Krüger
2022-06-29Optimized BreakpointStore link resolving.Mike Krüger
2022-06-24Support new hotreload features and support line changes (#365)Thays Grazia
2022-06-10Simplify uri -> filename conversionnosami
2022-06-09Add symbol server options and tweak cache path formatnosami
2022-02-17Put the error handling on nulls or empties within the ResolveFullPath call it...Marshall Lerner
2022-02-16Null/Empty check before trying to resolve the path because it throws otherwiseMarshall Lerner
2022-02-14Fix "Cannot implicitly convert type 'System.Collections.Generic.List<T>' to '...Marshall Lerner
2022-02-14Use the OnBreakEventsAdded and OnBreakEventsRemoved callsMarshall Lerner
2022-02-14Don't call BreakEventEnableStatusChanged and NotifyStatusChanged if the break...Marshall Lerner
2022-02-14Create a batch change event for onBreakEventAdded (onBreakEventsAdded) and on...Marshall Lerner
2022-02-11use ResolveFullPath instead of Path.GetFullPathmarshall-lerner
2022-02-11Style changesmarshall-lerner
2022-02-11Removing what should be part of another commitmarshall-lerner
2022-02-11Change FileNameEquals, rather than use PathComparer each timemarshall-lerner
2022-02-11Store the full file path when it is a breakpointmarshall-lerner
2021-12-18Proper support for Catchpoint location signatureKirill Osenkov
2021-08-24Add support for .net 6Lluis Sanchez