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
2018-09-18[sdb] Avoid calling into the debuggee from VirtualMachine.GetObject () while ...Zoltan Varga
2018-09-12Handle ref returns in runtime invoke wrappers.Jonathan Chambers
2018-09-06[sdb]: Properly version the `CMD_TYPE_GET_METHODS_BY_NAME_FLAGS` change.Martin Baulig
2018-09-02Move the PreBuild dependency property later in the file so targets can't over...Katelyn Gadd
2018-08-31Kill sln dependencies (#10406)Katelyn Gadd
2018-08-09Move to generating msbuild choose elements to get if-else selection behavior ...Katelyn Gadd
2018-08-07Modified most of the reflection member lookup methods to support prefix searc...Steve Pfister
2018-08-02Use msbuild project reference to establish dependency on genconsts instead of...Katelyn Gadd
2018-08-02Add check for a generic method when invoking in debugger (#9806)brianradunity
2018-07-10[sdb] Avoid calling vm.GetThread () in the event callback, it could call into...Zoltan Varga
2018-07-05[sdb] Add a AssemblyMirror.GetMetadata () method to read the metadata from th...Zoltan Varga
2018-06-29Rework genproj to use gensources to build sources list for each profile and h...Katelyn Gadd
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-06-01[csproj] Update project filesmonojenkins
2018-05-26[Mono.Debugger.Soft.Test] Use interp on debugee (#8851)Bernhard Urban
2018-05-22[bcl] Start replacing gensources.sh with gensources.cs (#8619)Katelyn Gadd
2018-04-16Default platform to net_4_x if none is specified, to fix tools that build wit...Katelyn Gadd
2018-04-10[sdks] Add managed debugger tests to sdks (#6309)Alexander Kyte
2018-03-28[msvc] Update csproj files (#7811)monojenkins
2018-03-22Revert "Swap Close/Dispose calls so that the receiver_thread_main loop will b...Zoltan Varga
2018-03-08[msvc] Update csproj files (#7497)monojenkins
2018-03-08[build] Unify DEFAULT_REFERENCE handling so I can override it with TARGET_NET...Marek Safar
2018-03-03Swap Close/Dispose calls so that the receiver_thread_main loop will be proper...Sebastien Lebreton
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-23[msvc] Update csproj files (#7238)monojenkins
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-26[msvc] Update csproj files (#6100)monojenkins
2017-11-01Debugger support for the interpreter (#5902)Zoltan Varga
2017-10-12[debugger] Fix LineNumbers test (#5744)Ludovic Henry
2017-10-05Bump corefxMarek Safar
2017-08-29[sdb] Make the IL in dtest-excfilter.il valid. (#5463)Zoltan Varga
2017-08-07[msvc] Update csproj filesAlexander Köplinger
2017-08-07[bcl] Specify the name of the key file on the command line instead of using t...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-16Bug 44266 - Unable to change variable values whilst debuggingDavid Karlaš
2017-06-16caching thread stateDavid Karlaš
2017-06-16Updated SourceLocation with end line and end columnDavid Karlaš
2017-06-16Fix one extra allocation on MethodMirror.FullNameDavid Karlaš
2017-06-16Bug 36053 - Broken enum values conversionDavid Karlaš
2017-06-16Fixed fetching Enum values on older runtimesDavid Karlaš
2017-06-16[Debugger] Set the encoding of the error/output readers.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