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-26[Mono.Debugger.Soft] Fix VirtualMachine detaching (#17020)Vlad Brezae
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-06Bump api-doc-tools to latest master (#16035)Alexander Köplinger
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-19Fix TypeMirror.CSharpName computationSebastien Lebreton
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-06-06[Mono.Debugger.Soft] Properly close connectionsThays Grazia
2019-03-14[sdb] Add property AssemblyMirror.HasDebugInfo (#13353)Jb Evain
2019-03-08[sdb] Avoid double lookup of replay packetsJb Evain
2019-03-06[gitattributes] Do CRLF normalization on sln/proj filesAlexander Köplinger
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-21[Debugger] Checking server version before call elapsed_time (#12511)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
2019-01-02[csproj] Update project filesmonojenkins
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-17[Mono.Debugger.Soft] Fix reading custom attribute named arguments on old prot...Jb Evain
2018-12-13[debugger] Fix test StepOutAsync (#12032)Thays Grazia
2018-12-04[csproj] Update project filesmonojenkins
2018-12-04[Mono.Debugger.Soft] Make exposing Cecil metadata an optionJb Evain
2018-11-02Fix ref return for structs in runtime invoke wrapper. (#11514)Jonathan Chambers
2018-11-02Make all invokable mirrors share an interfaceJb Evain
2018-11-02[Mono.Debugger.Soft] Refactor the InvokeMethodAsync methods to reduce duplica...Jb Evain
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-19[Mono.Debugger.Soft] Fixed spaces vs. tabs in MakefileAlexander Köplinger
2018-10-19Add crash reporting debugger event (#10628)Alexander Kyte
2018-10-18[Mono.Debugger.Soft] Simplify building dtest-app.exe for monodroid profile (#...Alexander Köplinger
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