X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem.Diagnostics%2FChangeLog;h=e30a01a1843a16044f7c7931e8124d77cfa96690;hb=707c481cd00adb222ba3f767a73285f20a29283c;hp=a55c7d84cb62bb60c5a47ee10833105107864478;hpb=5bbfa8860b090e465a3aa45edeb9c94481ef1a22;p=mono.git diff --git a/mcs/class/corlib/System.Diagnostics/ChangeLog b/mcs/class/corlib/System.Diagnostics/ChangeLog index a55c7d84cb6..e30a01a1843 100644 --- a/mcs/class/corlib/System.Diagnostics/ChangeLog +++ b/mcs/class/corlib/System.Diagnostics/ChangeLog @@ -1,3 +1,81 @@ +2010-03-16 Jb Evain + + * StackFrame.cs: use MOONLIGHT symbol to disambiguate + MonoTouch and Moonlight code. + +2010-03-07 Rodrigo Kumpera + + * Debugger.cs: Add Obsolete attribute to .ctor(). + +2009-10-24 Sebastien Pouliot + + * StackFrame.cs: Relax GetSecureFileName when the coreclr is not + active (i.e. show full path when compiling with smcs) + +2009-10-08 Sebastien Pouliot + + * StackFrame.cs: Introduce a new GetSecureFileName method that + will deal with CAS (regular framework) and will remove the path + (for Moonlight) on a stack frame. + * StackTrace.cs: Use the new StackFrame.GetSecureFileName to + simplify logic + +2009-09-18 Sebastien Pouliot + + * StackFrame.cs: Avoid imperative CAS checks for NET_2_1 + +2009-01-24 Zoltan Varga + + * StackFrame.cs: Fix warnings. + +2008-10-20 Cedric Vivier + + * Debugger.cs: Implement Debugger.IsAttached + +2008-04-03 Andreas Nahr + + * StackTrace.cs: Fix parameter names + * DebuggerVisualizerAttribute.cs: Fix parameter names, fix wrong constructors (parameters + were incorrectly used, maybe result of the wrong parameter names), + remove unaccessible parameters, remove useless NET_2_0 + +2008-04-02 Andreas Nahr + + * DebuggerTypeProxyAttribute.cs + * StackFrame.cs: Fix parameter names + +2007-11-05 Sebastien Pouliot + + * DebuggableAttribute.cs: Don't throw on DebuggingFlags property. + Fix part of #322850. + +2007-05-16 Dick Porter + + * ConditionalAttribute.cs: + * DebuggableAttribute.cs: + * Debugger.cs: + * DebuggerBrowsableAttribute.cs: + * DebuggerDisplayAttribute.cs: + * DebuggerHiddenAttribute.cs: + * DebuggerNonUserCodeAttribute.cs: + * DebuggerStepperBoundaryAttribute.cs: + * DebuggerStepThroughAttribute.cs: + * DebuggerTypeProxyAttribute.cs: + * DebuggerVisualizerAttribute.cs: + * StackFrame.cs: + * StackTrace.cs: + * DebuggerBrowsableState.cs: Update to 2.0 profile + +2007-05-11 Rolf Bjarne Kvinge + + * DebuggerDisplayAttribute.cs: Default Type, Name and Value is an empty string. + Fix name setter. Can't set a null TargetType, and use AssemblyQualifiedName + for the TargetTypeName. + +2007-04-27 Zoltan Varga + + * StackTrace.cs: Fix ToString () to be compatible with MS. Fixes #81207. + 2006-07-24 Miguel de Icaza * DebuggerDisplayAttribute.cs: Update the targets