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
2015-02-27[build] Add dependency information for class libraries using a LIB_REFS varia...Zoltan Varga
2015-02-07[Mono.Debugger.Soft] Fixed StackFrame.Domain logic to not blow upJeffrey Stedfast
2015-01-27[sdb] Avoid errors when a static method is invoked with the InvokeOptions.Vir...Zoltan Varga
2015-01-20[sdb] Fixed GetThreads deadlock if thread was started or stopped during GetTh...David Karlaš
2015-01-17[sdb] ILInterpreter handle Br_S same as BrDavid Karlaš
2015-01-17[sdb] Fix deadlock in case of runtime disconnect while fetching frames(Bug 24...David Karlaš
2015-01-16[sdb] Fix single stepping after a SetIP operation. Fixes #26033.Zoltan Varga
2015-01-14[bcl] Remove NET_4_5 defines from class libs.Zoltan Varga
2015-01-13[bcl] Remove NET_2_0 defines from the class libs. This has been done using: u...Zoltan Varga
2015-01-13[build] Updated csproj files.Marcos Henrich
2015-01-07[sdb] Enable the StackFrame.Domain property on stack frames which represent n...Zoltan Varga
2015-01-06[sdb] Bump protocol version to 2.39 so the single stepping changes can be det...Zoltan Varga
2015-01-06[Sdb] With better mimicking of .Net debugging experience stepping out of meth...David Karlaš
2015-01-03[sdb] Avoid stepping out of the current method if it is a cctor if StepFilter...Zoltan Varga
2014-12-04Remove 4.0 profileMarek Safar
2014-11-24Remove 2.0 profile csproj filesMarek Safar
2014-11-18[Mono.Debugger.Soft] Add test for StackFrame.DomainJb Evain
2014-11-18[Mono.Debugger.Soft] Implement StackFrame.DomainJb Evain
2014-09-27[sdb] Add an option to make debugger invokes virtual. Part of the fix for #23...Zoltan Varga
2014-07-15[Mono.Debugger.Soft] Added methods EndInvokeMethodWithResult to all mirrorsDavid Karlaš
2014-07-08[sdb] Fix handling of out ref parameters.Zoltan Varga
2014-07-04[sdb] Add support for out arguments in invokes.Zoltan Varga
2014-07-04[sdb] Add support for returning the changed valuetype receiver after invokes ...Zoltan Varga
2014-06-27[sdb] Avoid running tests in the 2.0 profile.Zoltan Varga
2014-06-12[Mono.Debugger.Soft] Handle cases where the instruction list is emptyJeffrey Stedfast
2014-06-10[Mono.Debugger.Soft] Improved ILInterpreter to eval properties that return a ...Jeffrey Stedfast
2014-06-10[Mono.Debugger.Soft] minor code cleanupJeffrey Stedfast
2014-05-30[Mono.Debugger.Soft] Using environment variable MONO_SDB_LOG as logfile pathDavid Karlaš
2014-05-28[Mono.Debugger.Soft] minor code cleanupJeffrey Stedfast
2014-05-28Merge pull request #1048 from DavidKarlas/cacheThreadsAndBulkFetchJeffrey Stedfast
2014-05-28Changed API for fetching StackFrames in bulk on multiple threads ThreadMirror...David Karlaš
2014-05-25[build] the csproj files can now do a full class libraries buildMiguel de Icaza
2014-05-24[build] Fresh new csproj files based on the updated build system.Miguel de Icaza
2014-05-21[Mono.Debugger.Soft] Caching VirtualMachine threads, caching frames in Thread...David Karlaš
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