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
2013-02-21Update 4.5 bcl solution filesMarek Safar
2013-02-19[Mono.Debugger.Soft] Added ColumnNumber property to StackFrameJeffrey Stedfast
2013-02-19Fix sdb tests.Zoltan Varga
2013-02-19Fix sdb tests hanging, some of them still fail.Zoltan Varga
2013-02-19[Mono.Debugger.Soft] Mark StepFilter with [Flags]Jeffrey Stedfast
2013-02-18Build debugger tests with disabled code optimizationsMarek Safar
2013-02-07Update csproj filesMarek Safar
2013-02-01Add a test for #4737.Zoltan Varga
2013-01-30[Mono.Debugger.Soft] Flushed out TypeMirror.CSharpName a bit.Jeffrey Stedfast
2012-12-22Keep objects returned by sdb alive during suspensions to avoid ObjectCollecte...Zoltan Varga
2012-11-24Treat exceptions caught in non-user code as unhandled in sdb.Zoltan Varga
2012-10-12[Mono.Debugger.Soft] Reverted EscapeString() logic. We'll do this at a higher...Jeffrey Stedfast
2012-09-19[Mono.Debugger.Soft] Format the literal strings a bit nicer.Jeffrey Stedfast
2012-09-19[Mono.Debugger.Soft] Oops, need using System.GlobalizationJeffrey Stedfast
2012-09-19[Mono.Debugger.Soft] Escape some unicode characters in literal stringsJeffrey Stedfast
2012-08-14Implement batched method invokes in sdb.Zoltan Varga
2012-08-13Fix a memory leak in the sdb connection code.Zoltan Varga
2012-08-05Fix MethodMirror.GetCustomAttributes ().Zoltan Varga
2012-08-03[Mono.Debugger.Soft] Implemented MethodMirror.GetCustomAttributes()Jeffrey Stedfast
2012-08-01Implement support for DebuggerHiddenAttribute.Zoltan Varga
2012-06-26Fix System.Core reference in VS projectsMarek Safar
2012-06-26Update VS project filesMarek Safar
2012-06-16Implement column number support in sdb.Zoltan Varga
2012-05-31Disable failing LineNumbers() sdb test (#5438).Zoltan Varga
2012-05-23Add an unhandled exceptions test to sdb.Zoltan Varga
2012-05-22Return the proxied type instead of TransparentProxy for object types in sdb.Zoltan Varga
2012-05-20Add support for remoting invokes to sdb. Fixes the runtime part of #4962.Zoltan Varga
2012-05-10Stop at catch clauses when doing a step over in sdb. Fixes #4851.Zoltan Varga
2012-05-07Fixed capitalizationJeffrey Stedfast
2012-05-07[Mono.Debugger.Soft] Re-added Dispose() method on VirtualMachine for API compat.Jeffrey Stedfast
2012-05-07[Mono.Debugger.Soft] Fixed building of testsJeffrey Stedfast
2012-05-04Add exception handlers to MethodBodyMirrorJb Evain
2012-05-04[Mono.Debugger.Soft] Don't make Connection disposable.Jeffrey Stedfast
2012-05-03More fixes for passing/receiving nullables in sdb. Fixes #4659.Zoltan Varga
2012-05-03[Mono.Debugger.Soft] Prettified PrimitivateValue ToString for null valuesJeffrey Stedfast
2012-04-30[Mono.Debugger.Soft] Updated PointerValueJeffrey Stedfast
2012-04-28[Mono.Debugger.Soft] Added PointerValue.csJeffrey Stedfast
2012-04-25Allow setting nullable values in sdb. Fixes #4385.Zoltan Varga
2012-04-20[Mono.Debugger.Soft] Added method invokation support to PrimitiveValueJeffrey Stedfast
2012-04-17Add missing referencesMarek Safar
2012-04-14[Mono.Debugger.Soft] Don't use Enum.HasFlags because it's not available in ne...Duncan Mak
2012-04-14[Mono.Debugger.Soft] Implemented TypeMirror.GetMethodsByNameFlags() for older...Jeffrey Stedfast
2012-04-12Fix setting of byref variables in sdb. Fixes #4362.Zoltan Varga
2012-04-10Fix test targetMarek Safar
2012-04-09Fix Mono.Debugger.Soft tests build.alexrp
2012-04-07Fix the domains of the objects returned by AssemblyMirror.GetAssemblyObject (...Zoltan Varga
2012-04-05Update csproj filesMarek Safar
2012-02-29[Mono.Debugger.Soft] Made Connection disposable.Jeffrey Stedfast
2012-02-23Add an IsNativeTransition property to StackFrame which marks whenever the fra...Zoltan Varga
2012-02-23Add a NATIVE_TRANSITION to StackFrameFlags in sdb, which would allow the debu...Zoltan Varga