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
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
2017-06-17[sdb] Fix invokes to string ctors. Fixes #57197.Zoltan Varga
2017-06-17[w32handle] Unify WaitHandle.Wait{One,Any,All} icalls (#5051)Ludovic Henry
2017-06-16Fixed Mono.Debugger.Soft unit tests and added new `new String('a', 3);` unit ...David Karlaš
2017-06-10[sdb] Fix passing of nullable parameters in invokes. Fixes #57160. (#5012)Zoltan Varga
2017-06-02Revert "[sdb] Add an API to make the contents of the 'State Machine Hoisted L...Zoltan Varga
2017-06-02[sdb] Add an API to make the contents of the 'State Machine Hoisted Local Sco...Zoltan Varga
2017-02-08[sdb] Add an attach test, not yet enabled.Zoltan Varga
2017-02-01[sdb] Add a Domain property to AssemblyMirror. (#4309)Zoltan Varga
2017-01-27[Ppdb] Support for reading CustomDebugInformation and more specifically Async...David Karlaš
2017-01-04Merge pull request #4196 from DavidKarlas/stepAndCatchExceptionDavid Karlaš
2016-12-28[Debugger] Fixed step-in and step-out in case of exception + unit testsDavid Karlaš
2016-12-28Bug 44974 - [pdb] stepping over is not workingDavid Karlaš
2016-12-01[sdb] Execute the 'assembly_load' test earlier to avoid races when the finali...Zoltan Varga
2016-11-28[build] Roslyn switchMarek Safar
2016-11-17[sdb] Error out when trying to obtain objects from unloaded domains, we have ...Zoltan Varga
2016-11-09[sdb] Avoid asserting when trying to single step on a thread with no managed ...Zoltan Varga
2016-10-03[Mono.Debugger.Soft] Move TypeLoadClass types to new file to improve testingMarek Safar
2016-10-03[Mono.Debugger.Soft] Tweak ClassLocalReflection testMarek Safar
2016-09-22[sdb] Add a SetThis () method to StackFrame which can be used to set the fiel...Zoltan Varga
2016-09-19Use the path of the current executable by default in soft debugger tests onNiklas Therning
2016-09-09[sdb] Add a MethodMirror:GetScopes () method which returns scope information.Zoltan Varga
2016-08-23[mcs] Remove NET_4_5 ifdef from the source filesAlexander Köplinger
2016-08-01[test] Fix sporadic Mono.Debugger.Soft ThreadpoolIOsinglestep failure.Aleksey Kliger
2016-07-26[debugger-agent] Regression test for #42625Aleksey Kliger
2016-07-20Revert "[test] Mono.Debugger.Soft test for async I/O tasks"Alexander Köplinger
2016-07-19[test] Mono.Debugger.Soft test for async I/O tasksAleksey Kliger
2016-06-03Merge pull request #3040 from xmcclure/debugger-step-recursiveAndi McClure
2016-06-02Halve the stack depth for both the new single step testsAndi McClure
2016-05-27Merge System/MonoType.cs into ReferenceSources/RuntimeType.cs, use th… (#3045)Zoltan Varga
2016-05-24Debugger stepping does not understand recursion (bug 38025)Andi McClure
2016-02-22[corlib] Import System.Threading.WaitHandleLudovic Henry
2016-01-29Remove ChangeLog files from the repoAlexander Köplinger
2016-01-05[runtime] Read fields out of TransparentProxies correctly in debugger agentAlexander Kyte
2015-09-16[sdb] Fix the aborting of multiple invocations.Zoltan Varga
2015-09-15[sdb] Add a test for aborting invokes.Zoltan Varga
2015-09-02Revert "[sdb] Disallow nested invokes."Zoltan Varga
2015-08-26[sdb] Disallow nested invokes.Zoltan Varga
2015-08-19[sdb] Fix the handling of strings with embedded null values. Fixes #33066.Zoltan Varga
2015-07-24[Mono.Debugger.Soft] Exclude invalid C# codeMarek Safar
2015-07-09[sdb] Allow boxed vtypes as this when invoking vtype methods. Fixes #30023.Zoltan Varga
2015-07-07[sdb] Allow invoking of valuetype ctors.Zoltan Varga
2015-06-25[runtime] Added a test for the repro of being unable to reflect an instance v...Alexander Kyte
2015-06-04[sdb] Avoid marking seq points as nonempty-stack if they have a sym seq point...Zoltan Varga
2015-06-03[sdb] Fix interface/virtual calls to valuetype methods.Zoltan Varga
2015-05-29[sdb] Fix reading/writing locals when not all of the them have associated deb...Zoltan Varga
2015-03-20[sdb] Add support for TypedReferences. Fixes #28181.Zoltan Varga
2015-01-27[sdb] Avoid errors when a static method is invoked with the InvokeOptions.Vir...Zoltan Varga