Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-02The behaviour expected of filter exceptions is: (#18309)Thays Grazia
2019-11-27[amd64] do not stack allocate on the application stack for the transtion from...Bernhard Urban-Forster
2019-11-26[interp] Non-recursive interpreter (#16461)Zoltan Varga
2019-11-13[debugger] Assert when async debug a generic method (#17727)Thays Grazia
2019-10-23[debugger] Changing how debugger handles exception when hybrid suspend is ena...Thays Grazia
2019-10-11[sdks] Android runner: properly shutdown runtime for Mono.Debugger.Soft test ...Aleksey Kliger (λgeek)
2019-10-10[tests] Disable tests that crash on android sdks (#17255)Vlad Brezae
2019-10-07[debugger][exception] Debugger breaks on handled exceptions (#17106)Thays Grazia
2019-09-24[debugger] New way to filter exceptions to support VSWin features (#16825)Thays Grazia
2019-08-08[sdb][interp] Use the interpreter's resume state to compute the IL offset in ...imhameed
2019-08-02[Debugger] Fixing test with mcs (#15985)Thays Grazia
2019-08-02[debugger] Invoke method with fixed size array as an attribute of this (#15766)Thays Grazia
2019-07-11[debugger] Add intrinsic for creating a byte array (#15591)Thays Grazia
2019-07-09[debugger] Update client thread frames after SetIP. (#15449)Thays Grazia
2019-06-21[debugger] Debugger doesn't break on unhandled exceptions (#15234)Thays Grazia
2019-03-01[android] Fix Mono.Debugger.Soft tests with Android SDKs (#13218)Ludovic Henry
2019-03-01[Mono.Debugger.Soft] Disable Attach() test that fails or hangs (#13239)Alexander Köplinger
2019-02-28[Mono.Debugger.Soft] Add new debugger tests and fix the Attach() test (#9091)Mikhail Filippov
2019-02-12[debugger] Reverting part of https://github.com/mono/mono/pull/12114 (#12950)Thays Grazia
2019-01-15[Debugger] Debugger failure when field content is assigned by an unsafe value...Thays Grazia
2019-01-14[Debugger] Fix crash when there is a generic struct with a field that is an e...Thays Grazia
2019-01-10[Mono.Debugger.Soft] Keep existing crash files in Crash() testAlexander Köplinger
2019-01-09[Debugger] Crash test (#12304)Thays Grazia
2019-01-08[debugger] Fix test ShouldCorrectlyStepOverOnExitFromArgsAfterStepInMethodPar...Thays Grazia
2018-12-31[Debugger] Record time it took between steps. (#12217)Thays Grazia
2018-12-22When going to https://jenkins.mono-project.com/job/test-mono-pull-request-arm...Thays Grazia
2018-12-13[debugger] Fix test StepOutAsync (#12032)Thays Grazia
2018-11-02Fix ref return for structs in runtime invoke wrapper. (#11514)Jonathan Chambers
2018-10-30Disable failing assert in failing test DebuggerTests.Threads Assert.AreEqual ...Jay Krell
2018-10-26[Mono.Debugger.Soft] Disable flaky Crash() testAlexander Köplinger
2018-10-19Add crash reporting debugger event (#10628)Alexander Kyte
2018-10-15Fix Mono.Debugger.Soft to use test exe's from different directory (#11033)Alexander Köplinger
2018-10-13Fix checking the contents of the sourcelink file on windows.Zoltan Varga
2018-10-13[sdb] Add support for reading the sourcelink data from portable pdb files usi...Zoltan Varga
2018-09-12Handle ref returns in runtime invoke wrappers.Jonathan Chambers
2018-08-02Add check for a generic method when invoking in debugger (#9806)brianradunity
2018-07-05[sdb] Add a AssemblyMirror.GetMetadata () method to read the metadata from th...Zoltan Varga
2018-06-20[runtime] Switch Nullable to the corefx version. (#9222)Zoltan Varga
2018-06-12Reading of Metadata and pdb blobs via Soft debugger protocol (#9082)Artem Bukhonov
2018-05-26[Mono.Debugger.Soft.Test] Use interp on debugee (#8851)Bernhard Urban
2018-04-10[sdks] Add managed debugger tests to sdks (#6309)Alexander Kyte
2018-02-27[sdb] Fix VirtualMachine.CreateEnumMirror () so it works with types from non-...Zoltan Varga
2018-02-25Add PointerValue.Value to dereference and access pointer value. (#6840)Jonathan Chambers
2018-02-14[debugger] disable StepOutAsync test because it's flakyBernhard Urban
2018-02-10Bug 60088 - Assertion at ../../../../external/mono/mono/mini/debugger-agent.c...Zoltan Varga
2018-01-22[runtime] Apply cctor filters to callees of cctors (#6562)Alexander Kyte
2018-01-22Add test for reproduce problem in debugger steppingMikhail Filippov
2017-11-01Debugger support for the interpreter (#5902)Zoltan Varga
2017-10-12[debugger] Fix LineNumbers test (#5744)Ludovic Henry
2017-08-29[sdb] Make the IL in dtest-excfilter.il valid. (#5463)Zoltan Varga