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-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
2020-11-18Use auto property.Kirill Osenkov
2020-11-17Make fullModuleName protectedKirill Osenkov
2020-11-13Merge pull request #334 from mono/dev/kirillo/removeEventKirill Osenkov
2020-11-12Remove an event that turned out to be unnecessary.Kirill Osenkov
2020-11-12Merge pull request #333 from mono/dev/therzok/ordinal-ignoredKirill Osenkov
2020-11-11Use an ordinal comparer for the Ignored listMarius Ungureanu
2020-11-11Merge pull request #332 from mono/ignoresKirill Osenkov
2020-11-11Fix whitespace.Kirill Osenkov
2020-11-11Merge branch 'master' into ignoresKirill Osenkov
2020-11-11Add an event when Catchpoint ignore list changesKirill Osenkov
2020-11-09Merge pull request #329 from mono/dev/davkar/tracingDavid Karlaš
2020-11-04Add RemoveIgnore()Kirill Osenkov
2020-11-04Update Mono.Debugging/Mono.Debugging.Client/DebuggerStatistics.csDavid Karlaš
2020-11-04Added LocalVariableRendering time and more information to timer Start+TracingDavid Karlaš
2020-11-03WIP ignoresDavid Karlaš
2020-11-03Don't check the Column (for now).Cody Russell
2020-11-03WIP ignore everywhere.Cody Russell
2020-11-03Ignore specific locations.Cody Russell
2020-11-03WIP for first chance debugging.Cody Russell
2020-11-03[Breakpoint] Add 'ignore' property.Cody Russell
2020-11-02Merge pull request #331 from mono/dev/lluis/subprocess-debugLluis Sanchez
2020-10-29Add support for subprocess debuggingLluis Sanchez
2020-09-22Merge pull request #330 from mono/dev/joj/addoutputoptionsJoaquin Jares
2020-09-21Added OutputOptions classjoj
2020-08-12Merge pull request #328 from mono/dev/davkar/changeNetCoreDavid Karlaš
2020-08-11Disable/change some .NET Core debugger tests to reflect new changeDavid Karlaš
2020-08-10Merge pull request #327 from mono/dev/davkar/fix1153385David Karlaš
2020-07-14Fix 1153385: Mono debug session stops responding and hangs if Theads pad is ...David Karlaš
2020-07-14Merge pull request #326 from mono/dev/davkar/fixAPId16-8-vsmacDavid Karlaš
2020-07-13Since this is public API we can't add more abstract methodsDavid Karlaš
2020-06-10Merge pull request #324 from mono/dev/joj/adduserasmd16-8Joaquin Jares
2020-06-10Added a method to be able to add user assemblies after initjoj
2020-05-29Merge pull request #322 from mono/dev/jestedfa/localvariable-caching-improvem...David Karlaš
2020-05-12Merge mono/mono/mcs/class/Mono.Debugger.Soft (#323)Thays Grazia
2020-05-04Merge pull request #320 from mono/jstedfast-methodmirror-fullname-nre-fixJeffrey Stedfast
2020-05-01[Mono.Debugging.Soft] Invalidate cached local variable valuesJeffrey Stedfast
2020-04-29[Mono.Debugger.Soft] Fixed NRE in MethodMirror.FullName when param_info is no...Jeffrey Stedfast
2020-04-25Got RawArray unit tests working for SoftDebuggerd16-7Jeffrey Stedfast
2020-04-25Added unit tests for raw array valuesJeffrey Stedfast
2020-04-22Merge pull request #318 from mono/stackframe-text-asyncJeffrey Stedfast