Author: toshok
Date: 2005-04-07 16:40:45 -0400 (Thu, 07 Apr 2005)
New Revision: 42656

Modified:
   trunk/debugger/ChangeLog
   trunk/debugger/arch/StabsReader.cs
Log:
2005-04-07  Chris Toshok  <[EMAIL PROTECTED]>

        * arch/StabsReader.cs (MyVariable..ctor): remove spew.



Modified: trunk/debugger/ChangeLog
===================================================================
--- trunk/debugger/ChangeLog    2005-04-07 20:26:33 UTC (rev 42655)
+++ trunk/debugger/ChangeLog    2005-04-07 20:40:45 UTC (rev 42656)
@@ -1,5 +1,9 @@
 2005-04-07  Chris Toshok  <[EMAIL PROTECTED]>
 
+       * arch/StabsReader.cs (MyVariable..ctor): remove spew.
+
+2005-04-07  Chris Toshok  <[EMAIL PROTECTED]>
+
        * frontend/Command.cs (DownCommand, UpComand): add support for an
        argument.  in the up case, it increments
        process.CurrentFrameIndex.  In the down case, it decrements.

Modified: trunk/debugger/arch/StabsReader.cs
===================================================================
--- trunk/debugger/arch/StabsReader.cs  2005-04-07 20:26:33 UTC (rev 42655)
+++ trunk/debugger/arch/StabsReader.cs  2005-04-07 20:40:45 UTC (rev 42656)
@@ -825,8 +825,6 @@
 
                                this.offset = offset;
                                this.register = -1;
-
-                               Console.WriteLine (this);
                        }
 
                        public string Name {

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to