[corlib] Added icall System.Diagnostic.StackFrame.GetILOffsetFromFile.
[mono.git] / mcs / class / corlib / System.Diagnostics / ChangeLog
index c55f76671449719bbc5320b9d21348273fd0dc53..e30a01a1843a16044f7c7931e8124d77cfa96690 100644 (file)
@@ -1,3 +1,49 @@
+2010-03-16  Jb Evain  <jbevain@novell.com>
+
+       * StackFrame.cs: use MOONLIGHT symbol to disambiguate
+       MonoTouch and Moonlight code.
+
+2010-03-07 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * Debugger.cs: Add Obsolete attribute to .ctor().
+
+2009-10-24  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * StackFrame.cs: Relax GetSecureFileName when the coreclr is not 
+       active (i.e. show full path when compiling with smcs)
+
+2009-10-08  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * 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  <sebastien@ximian.com>
+
+       * StackFrame.cs: Avoid imperative CAS checks for NET_2_1
+
+2009-01-24  Zoltan Varga  <vargaz@gmail.com>
+
+       * StackFrame.cs: Fix warnings.
+
+2008-10-20  Cedric Vivier  <cedricv@neonux.com>
+
+       * Debugger.cs: Implement Debugger.IsAttached
+
+2008-04-03  Andreas Nahr  <ClassDevelopment@A-SoftTech.com>
+
+       * 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  <ClassDevelopment@A-SoftTech.com>
+
+       * DebuggerTypeProxyAttribute.cs
+       * StackFrame.cs: Fix parameter names
+
 2007-11-05  Sebastien Pouliot  <sebastien@ximian.com>
 
        * DebuggableAttribute.cs: Don't throw on DebuggingFlags property.