Author: martin
Date: 2006-04-03 14:00:28 -0400 (Mon, 03 Apr 2006)
New Revision: 58969

Modified:
   trunk/debugger/ChangeLog
   trunk/debugger/configure.in
   trunk/debugger/languages/mono/MonoLanguageBackend.cs
Log:
2006-04-03  Martin Baulig  <[EMAIL PROTECTED]>

        HEADS UP: The debugger no longer works with the stable Mono from
        the 1.1.13 branch, sorry.

        * configure.in: Require Mono >= 1.1.14.



Modified: trunk/debugger/ChangeLog
===================================================================
--- trunk/debugger/ChangeLog    2006-04-03 17:47:08 UTC (rev 58968)
+++ trunk/debugger/ChangeLog    2006-04-03 18:00:28 UTC (rev 58969)
@@ -1,5 +1,12 @@
 2006-04-03  Martin Baulig  <[EMAIL PROTECTED]>
 
+       HEADS UP: The debugger no longer works with the stable Mono from
+       the 1.1.13 branch, sorry.
+
+       * configure.in: Require Mono >= 1.1.14.
+
+2006-04-03  Martin Baulig  <[EMAIL PROTECTED]>
+
        * backends/Debugger.cs
        (Debugger.TargetOutputEvent): Moved here from `Thread'.
 

Modified: trunk/debugger/configure.in
===================================================================
--- trunk/debugger/configure.in 2006-04-03 17:47:08 UTC (rev 58968)
+++ trunk/debugger/configure.in 2006-04-03 18:00:28 UTC (rev 58969)
@@ -136,7 +136,7 @@
 
 ## Versions of dependencies
 GLIB_REQUIRED_VERSION=2.0.0
-MONO_REQUIRED_VERSION=1.1.13
+MONO_REQUIRED_VERSION=1.1.14
 
 
 PKG_CHECK_MODULES(BASE_DEPENDENCIES, glib-2.0 >= $GLIB_REQUIRED_VERSION)

Modified: trunk/debugger/languages/mono/MonoLanguageBackend.cs
===================================================================
--- trunk/debugger/languages/mono/MonoLanguageBackend.cs        2006-04-03 
17:47:08 UTC (rev 58968)
+++ trunk/debugger/languages/mono/MonoLanguageBackend.cs        2006-04-03 
18:00:28 UTC (rev 58969)
@@ -187,7 +187,7 @@
                        language.AddCoreType (DelegateType, delegate_type, 
klass);
 
                        // Skip a whole bunch of clases we don't care about
-                       mono_defaults.Offset += 7 * 
corlib.TargetInfo.TargetAddressSize;
+                       mono_defaults.Offset += 8 * 
corlib.TargetInfo.TargetAddressSize;
 
                        // and get to the Exception class
                        klass = mono_defaults.ReadAddress ();

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

Reply via email to