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-03-03Add Module.ApplyChanges (#342)d16-10Aleksey Kliger (λgeek)
2021-02-10Fix assembly version after converting projects to SDK styleMatt Ward
2021-02-09Convert csproj files to SDK style.Jonathan Pobst
2021-01-20Migrate pdb information to be embedded to reduce number of file handl… (#339)Marius Ungureanu
2021-01-20Change DebugType from `full` to `portable` (#335)Dmitriy Vornychev
2020-11-11Fix whitespace.Kirill Osenkov
2020-11-03WIP ignoresDavid Karlaš
2020-10-29Add support for subprocess debuggingLluis Sanchez
2020-09-21Added OutputOptions classjoj
2020-06-10Added a method to be able to add user assemblies after initjoj
2020-05-01[Mono.Debugging.Soft] Invalidate cached local variable valuesJeffrey Stedfast
2020-04-15Merge pull request #312 from mono/smarter-breakpoint-resolverJeffrey Stedfast
2020-04-15[Mono.Debugging.Soft] Make sure to lock the SourceLinkCache while accessing itJeffrey Stedfast
2020-04-14[Mono.Debugging.Soft] Simplified breakpoint resolving logicJeffrey Stedfast
2020-04-13[UnitTests] Fixed GetChildSync() and GetAllChildrenSync()Jeffrey Stedfast
2020-04-03Revert "[debugger] Implementing step through multithreaded code. (#299)"Jeffrey Stedfast
2020-04-02Fixed VariableValueReference.GetValue() to use the cached value if it has itJeffrey Stedfast
2020-03-25Doing this PR again: https://github.com/mono/debugger-libs/pull/264/ (#302)Thays Grazia
2020-03-25[debugger] Implementing step through multithreaded code. (#299)Thays Grazia
2020-03-02[Mono.Debugging.Soft] Catch and log exceptions thrown inside of OnConnectionE...Jeffrey Stedfast
2020-01-28Invalidating stack when calling abort of invoke method. (#286)Thays Grazia
2020-01-22[Mono.Debugging.Soft] Don't queue a user thread for steppingJeffrey Stedfast
2020-01-22Revert "[DebuggerSession] Avoid using a dispatch queue for stepping"Jeffrey Stedfast
2020-01-22Merge pull request #280 from mono/jstedfast-debugger-session-step-avoid-threa...Jeffrey Stedfast
2020-01-19Removed stray plusAnairkoen Schno
2020-01-18Merge pull request #254 from mono/jstedfast-catch-invalid-stack-frame-exJeffrey Stedfast
2020-01-15[DebuggerSession] Avoid using a dispatch queue for steppingJeffrey Stedfast
2019-12-13Revert "Only resume VM when suspended."Jeffrey Stedfast
2019-12-05Wrong quotation marks.Thays Grazia
2019-12-05After the new implementation of exception filters, we need to check the types...Thays Grazia
2019-11-25Only resume VM when suspended.lateralusX
2019-11-12Added support for overriding symbol locationsjoj
2019-10-17Exposed ExceptionEventRequestjoj
2019-10-15Catch InvalidStackFrameExceptionsJeffrey Stedfast
2019-09-24minor code cleanupJeffrey Stedfast
2019-09-13Modernized SoftDebuggerAdaptor.csJeffrey Stedfast
2019-09-09Fixed NRE in SoftDebuggerAdaptor.GetHoistedIteratedLocalName and added more l...Jeffrey Stedfast
2019-09-04Added logging for cases where PDB information is not availableJeffrey Stedfast
2019-09-04Fixup to previous FieldValueReference changeJeffrey Stedfast
2019-09-04[Mono.Debugging.Soft] Don't set the Field flag if any other origin flag is al...Jeffrey Stedfast
2019-08-13[Mono.Debugging.Soft] Don't set Field and Literal flags at the same timeJeffrey Stedfast
2019-08-06Merge pull request #240 from mono/vsts-949284-thread-safe-breakpointstoreGreg Munn
2019-08-05Convert LINQ to LINQ expressionnosami
2019-08-05Style fixnosami
2019-08-05Style fixesnosami
2019-08-04Update Mono.Debugging.Soft/PortablePdbData.csJason Imison
2019-08-03Update Mono.Debugging.Soft/SourceLinkMap.csJason Imison
2019-08-03Update Mono.Debugging.Soft/PortablePdbData.csJason Imison
2019-08-02Try and read sourcelink info via Mononosami
2019-07-31[Debugger] Handle cases where path does not exist when resolving real pathGreg Munn