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-03-22Merge pull request #357 from thaystg/fix_1447827Matt Ward
2022-03-22fix commentThays Grazia
2022-03-22fix commentThays Grazia
2022-03-22remove unrelated changesThays Grazia
2022-03-22remove unrelated changesThays Grazia
2022-03-22Fix https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1447827Thays Grazia
2022-03-16Change semantics of the BeginInvoke change to swallow exceptions as it used t...Marius Ungureanu
2022-02-23Merge pull request #355 from marshall-lerner/mainMatt Ward
2022-02-17Put the error handling on nulls or empties within the ResolveFullPath call it...Marshall Lerner
2022-02-16Adding tests to make sure adding breakpoints with null or empty filenames doe...Marshall Lerner
2022-02-16Null/Empty check before trying to resolve the path because it throws otherwiseMarshall Lerner
2022-02-15Merge pull request #354 from marshall-lerner/mainMatt Ward
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-14Use Path.Combine instead of forward slashMarshall Lerner
2022-02-11Update BreakpointsAndSteppingTests.csmarshall-lerner
2022-02-11Update BreakpointsAndSteppingTests.csmarshall-lerner
2022-02-11Merge pull request #353 from marshall-lerner/dev/marshall-lerner/MakeFullPathMatt Ward
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
2022-02-07Fix race condition in conditional breakpoint testsMatt Ward
2022-02-07Use .NET 6.0 in test projectsMatt Ward
2021-12-21Add net472 back to Mono.Debugging.Soft (#351)Peter Collins
2021-12-21Merge pull request #350 from mono/dev/kirillo/catchpointKirill Osenkov
2021-12-18Proper support for Catchpoint location signatureKirill Osenkov
2021-12-16Merge pull request #349 from mono/net6Jason Imison
2021-11-26Merge pull request #348 from mono/dev/nosami/fix-1433487Jason Imison
2021-11-25Convert BeginInvoke usage to Task.Run for dotnetnosami
2021-11-10Port unit tests to nunit 3net6-nuni3Lluis Sanchez
2021-09-08Remove calls to BeginInvokeLluis Sanchez
2021-09-03Use Mono.Unix package instead of Mono.Posix.NETStandardLluis Sanchez
2021-08-28Fix https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1384996?src=WorkIt...Thays Grazia
2021-08-24Add support for .net 6Lluis Sanchez
2021-08-17Fixed empty guid on dynamic assembliesjoj
2021-07-15Support debug on android after hot reload. (#344)Thays Grazia
2021-03-03Add Module.ApplyChanges (#342)d16-10Aleksey Kliger (λgeek)
2021-02-10Fix assembly version after converting projects to SDK styleMatt Ward
2021-02-10Merge pull request #340 from mono/sdk-styleJonathan Pobst
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-20Merge pull request #338 from mono/dev/mrward/dotnetcore-external-code-when-ju...Matt Ward
2021-01-20Change DebugType from `full` to `portable` (#335)Dmitriy Vornychev
2021-01-19[Tests] Fix .NET Core tests due to use of external code changesMatt Ward
2021-01-19[Tests] Add NuGet.Config file for .NET Core testsMatt Ward
2020-11-24Merge pull request #336 from mono/dev/kirillo/fullModuleNameKirill Osenkov