Author: toshok
Date: 2005-04-06 20:22:49 -0400 (Wed, 06 Apr 2005)
New Revision: 42619

Modified:
   trunk/debugger/ChangeLog
   trunk/debugger/backends/SingleSteppingEngine.cs
Log:
2005-04-06  Chris Toshok  <[EMAIL PROTECTED]>

        * backends/SingleSteppingEngine.cs
        (SingleSteppingEngine.Interrupt): let's be a little less flowery,
        shall we?



Modified: trunk/debugger/ChangeLog
===================================================================
--- trunk/debugger/ChangeLog    2005-04-07 00:17:09 UTC (rev 42618)
+++ trunk/debugger/ChangeLog    2005-04-07 00:22:49 UTC (rev 42619)
@@ -1,5 +1,11 @@
 2005-04-06  Chris Toshok  <[EMAIL PROTECTED]>
 
+       * backends/SingleSteppingEngine.cs
+       (SingleSteppingEngine.Interrupt): let's be a little less flowery,
+       shall we?
+
+2005-04-06  Chris Toshok  <[EMAIL PROTECTED]>
+
        * classes/StackFrame.cs (StackFrame.check_disposed): let's be a
        little less flowery, shall we?
 

Modified: trunk/debugger/backends/SingleSteppingEngine.cs
===================================================================
--- trunk/debugger/backends/SingleSteppingEngine.cs     2005-04-07 00:17:09 UTC 
(rev 42618)
+++ trunk/debugger/backends/SingleSteppingEngine.cs     2005-04-07 00:22:49 UTC 
(rev 42619)
@@ -1197,7 +1197,7 @@
                                try {
                                        inferior.GetCurrentFrame ();
                                } catch (Exception ex) {
-                                       Console.WriteLine ("FUCK: {0}", ex);
+                                       Console.WriteLine ("Couldn't get the 
current stack frame from inferior: {0}", ex);
                                }
                        }
                }

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

Reply via email to