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
2014-05-24[build] Fresh new csproj files based on the updated build system.Miguel de Icaza
2014-05-18[sdb] Avoid waiting for an answer for the START_BUFFERING/STOP_BUFFERING comm...Zoltan Varga
2014-05-18[sdb] Add support for client side packet buffering.Zoltan Varga
2014-05-17[sdb] Add ability to buffer reply packets in the wire protocol when running o...Zoltan Varga
2014-05-14[Mono.Debugger.Soft] Fixing regression from previous commit where type name i...David Karlaš
2014-05-14[Mono.Debugger.Soft] Adding thread locking on access to tokensCache dictionaryDavid Karlaš
2014-05-13[Mono.Debugger.Soft] Caching tokens resolvingDavid Karlaš
2014-05-13[Mono.Debugger.Soft] Using cached GetParameters when fetching GetLocalsDavid Karlaš
2014-05-13[sdb] Avoid stack overflows when a boxed vtype recursively references itself ...Zoltan Varga
2014-05-12[sdb] Fix a deadlock in the assembly cache invalidation code.Zoltan Varga
2014-05-09[Mono.Debugger.Soft] Catching AssemblyMirror in AppDomainMirror and TypeMirro...David Karlaš
2014-05-09[Mono.Debugger.Soft] Added TypeMirror.IsNestedJeffrey Stedfast
2014-05-08[Mono.Debugger.Soft] Adding caching of ThreadInfo in ThreadMirrorDavid Karlaš
2014-05-07[sdb] Add end lines/end columns to line number information.Zoltan Varga
2014-05-06[sdb] Add a new TypeMirror.NewInstance () method which can create valuetypes ...Zoltan Varga
2014-05-06[Mono.Debugger.Soft] Modified TypeMirror.NewInstance() to check that the meth...Jeffrey Stedfast
2014-05-02[Mono.Debugger.Soft] Fixed the ILInterpreter to catch ArgumentExceptions from...Jeffrey Stedfast
2014-05-02[Mono.Debugger.Soft] Make the ObjectMirror.GetValues() exception a bit more u...Jeffrey Stedfast
2014-04-25Revert "Revert "Merge branch 'master' of https://github.com/mono/mono""Rolf Bjarne Kvinge
2014-04-23Revert "Merge branch 'master' of https://github.com/mono/mono"Alexis Christoforides
2014-04-23[sdb] Add support for DebuggerNonUserCodeAttribute.Zoltan Varga
2014-04-19Refreshed the CSProj files to use the new output build directoryMiguel de Icaza
2014-04-18[Mono.Debugger.Soft] Throw a NotSupportedException if we encounter an unsuppo...Jeffrey Stedfast
2014-03-25[sdb] Implement a SetIP () method in ThreadMirror which can be used to implem...Zoltan Varga
2014-03-20[sdb] Add an Evaluate method to MethodMirror which can evaluate simple method...Zoltan Varga
2014-03-20[sdb] Implement support for fields in MethodBodyMirror.Zoltan Varga
2014-01-22[amd64] Make seq_points clobber callee save registers. Fixes #17310.Zoltan Varga
2014-01-13[sdb] Fix setting of byref variables in registers. Fixes #17185.Zoltan Varga
2014-01-13allow users to specify a suspension policy when enabling an eventLucas Meijer
2014-01-05[sdb] Add async variants to the InvokeMethod methods.Zoltan Varga
2014-01-04[sdb] The sdb library depends on Process.Start returning a Process object, so...Rodrigo Kumpera
2013-12-01[sdb] Fix step-over with recursive functions. Fixes #5700.Zoltan Varga
2013-11-15[sdb] Add an ExitCode property to VMDeathEvent. Fixes #16113.Zoltan Varga
2013-11-15[Mono.Debugger.Soft] Added FlagsAttrbite where appropriateJeffrey Stedfast
2013-11-02[sdb] Implement support for DebuggerStepThrough attribute. Fixes #15139.Zoltan Varga
2013-11-01[sdb] Fix tests.Zoltan Varga
2013-10-31[Mono.Debugger.Soft] Test the inherited Type attributesJeffrey Stedfast
2013-10-31[Mono.Debugger.Soft] Fixed unit test for getting custom type attributesJeffrey Stedfast
2013-10-30[Mono.Debugger.Soft] Implemented inheritance for TypeMirror.GetCustomAttribut...Jeffrey Stedfast
2013-10-22[sdb] Add an IncludeSubclasses property to ExceptionEventRequest, to control ...Zoltan Varga
2013-09-27[sdb] Fix decoding of nested structs. Fixes #14942.Zoltan Varga
2013-09-26[sdb] Fix a race in the sdb tests exposed by the recent threadpool changes.Zoltan Varga
2013-09-15[sdb] Simplify tests.Zoltan Varga
2013-09-15[sdb] Add an implicit seq point after every nonvoid call and make step over s...Zoltan Varga
2013-09-07[sdb] Add support for invoking interface methods. Fixes #14503.Zoltan Varga
2013-09-03Fixes build when running make -k check:head-thrash
2013-07-28[sdb] Fix round tripping of vtypes with boxed fields. Fixes #12354.Zoltan Varga
2013-07-25Make some sdb tests more robust so they work again after the latest line numb...Zoltan Varga
2013-07-02Update csproj filesMarek Safar
2013-06-29[Mono.Debugger.Soft] More specific exception when not suspendedMichael Hutchinson