2004-10-20 Martin Baulig <martin@ximian.com>
[mono.git] / mcs / class / Mono.CSharp.Debugger / ChangeLog
index 22aa17534e6f51a8ed8c1674905e2bfc1e116d60..fc098f17c07e26b2545c31ef87016f00d0c1714b 100644 (file)
@@ -1,8 +1,16 @@
-2004-09-13  Chris Toshok  <toshok@ximian.com>
+2004-10-20  Martin Baulig  <martin@ximian.com>
 
-       * MonoSymbolFile.cs (MonoSymbolFile.Write): don't sort methods by
-       token before writing out the method index, since the "index" used
-       elsewhere is just added to the MethodIndexOffset.
+       * MonoSymbolFile.cs (MonoSymbolFile.Write): Sort the method table
+       before actually writing it to disk and update MethodEntry.Index.
+
+       * MonoSymbolTable.cs (MethodEntry.Index): Make this a writable
+       property; set it after creating all the methods and sorting the
+       method table.
+
+2004-09-21  Martin Baulig  <martin@ximian.com>
+
+       * MonoSymbolFile.cs (MonoDebuggerSupport.CheckRuntimeVersion): New
+       public method.
 
 2004-08-27  Martin Baulig  <martin@ximian.com>