dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/Diagnostics Debuggable


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/Diagnostics DebuggableAttribute.cs,1.2,1.3 Debugger.cs,1.1,1.2 DebuggerHiddenAttribute.cs,1.1,1.2 DebuggerStepThroughAttribute.cs,1.1,1.2 StackFrame.cs,1.1,1.2 StackTrace.cs,1.3,1.4
Date: Thu, 10 Apr 2003 19:07:11 -0400

Update of /cvsroot/dotgnu-pnet/pnetlib/runtime/System/Diagnostics
In directory subversions:/tmp/cvs-serv20260/runtime/System/Diagnostics

Modified Files:
        DebuggableAttribute.cs Debugger.cs DebuggerHiddenAttribute.cs 
        DebuggerStepThroughAttribute.cs StackFrame.cs StackTrace.cs 
Log Message:


Add ECMA_COMPAT to non-ECMA classes under System.Diagnostics;
implement remaining TODO's.


Index: DebuggableAttribute.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Diagnostics/DebuggableAttribute.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** DebuggableAttribute.cs      17 Nov 2001 07:27:45 -0000      1.2
--- DebuggableAttribute.cs      10 Apr 2003 23:07:09 -0000      1.3
***************
*** 23,26 ****
--- 23,28 ----
  {
  
+ #if !ECMA_COMPAT
+ 
  [AttributeUsage(AttributeTargets.Assembly |
                                AttributeTargets.Module,
***************
*** 57,60 ****
--- 59,64 ----
  
  }; // class DebuggableAttribute
+ 
+ #endif // !ECMA_COMPAT
  
  }; // namespace System.Diagnostics

Index: Debugger.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/System/Diagnostics/Debugger.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** Debugger.cs 17 Nov 2001 07:27:45 -0000      1.1
--- Debugger.cs 10 Apr 2003 23:07:09 -0000      1.2
***************
*** 23,26 ****
--- 23,28 ----
  {
  
+ #if !ECMA_COMPAT
+ 
  using System.Runtime.CompilerServices;
  
***************
*** 76,79 ****
--- 78,83 ----
  
  }; // class Debugger
+ 
+ #endif // !ECMA_COMPAT
  
  }; // namespace System.Diagnostics

Index: DebuggerHiddenAttribute.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Diagnostics/DebuggerHiddenAttribute.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** DebuggerHiddenAttribute.cs  17 Nov 2001 07:27:45 -0000      1.1
--- DebuggerHiddenAttribute.cs  10 Apr 2003 23:07:09 -0000      1.2
***************
*** 23,26 ****
--- 23,28 ----
  {
  
+ #if !ECMA_COMPAT
+ 
  [AttributeUsage(AttributeTargets.Property |
                                AttributeTargets.Method |
***************
*** 33,36 ****
--- 35,40 ----
  
  }; // class DebuggerHiddenAttribute
+ 
+ #endif // !ECMA_COMPAT
  
  }; // namespace System.Diagnostics

Index: DebuggerStepThroughAttribute.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Diagnostics/DebuggerStepThroughAttribute.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** DebuggerStepThroughAttribute.cs     17 Nov 2001 07:27:45 -0000      1.1
--- DebuggerStepThroughAttribute.cs     10 Apr 2003 23:07:09 -0000      1.2
***************
*** 23,27 ****
  {
  
! [AttributeUsage(AttributeTargets.Property |
                                AttributeTargets.Method |
                                AttributeTargets.Constructor,
--- 23,30 ----
  {
  
! #if !ECMA_COMPAT
! 
! [AttributeUsage(AttributeTargets.Class |
!                               AttributeTargets.Struct |
                                AttributeTargets.Method |
                                AttributeTargets.Constructor,
***************
*** 33,36 ****
--- 36,41 ----
  
  }; // class DebuggerStepThroughAttribute
+ 
+ #endif // !ECMA_COMPAT
  
  }; // namespace System.Diagnostics

Index: StackFrame.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Diagnostics/StackFrame.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** StackFrame.cs       17 Nov 2001 07:27:45 -0000      1.1
--- StackFrame.cs       10 Apr 2003 23:07:09 -0000      1.2
***************
*** 26,30 ****
  using System.Runtime.CompilerServices;
  
! public class StackFrame
  {
        // Internal state.
--- 26,35 ----
  using System.Runtime.CompilerServices;
  
! #if ECMA_COMPAT
! internal
! #else
! public
! #endif
! class StackFrame
  {
        // Internal state.

Index: StackTrace.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Diagnostics/StackTrace.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** StackTrace.cs       10 Apr 2002 03:36:56 -0000      1.3
--- StackTrace.cs       10 Apr 2003 23:07:09 -0000      1.4
***************
*** 27,31 ****
  using System.Runtime.CompilerServices;
  
! public class StackTrace
  {
        // Internal state.
--- 27,36 ----
  using System.Runtime.CompilerServices;
  
! #if ECMA_COMPAT
! internal
! #else
! public
! #endif
! class StackTrace
  {
        // Internal state.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]