2004-10-20 Martin Baulig <martin@ximian.com>
[mono.git] / mcs / class / Mono.CSharp.Debugger / ChangeLog
index 44fa62c3ce17bc1c566dd1392883539837e62885..fc098f17c07e26b2545c31ef87016f00d0c1714b 100644 (file)
@@ -1,8 +1,21 @@
+2004-10-20  Martin Baulig  <martin@ximian.com>
+
+       * 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>
 
-       * MonoSymbolFile.cs (MonoSymbolFile..ctor): Set
-       `reader.BaseStream.Position' to 12 before reading the GUID so we
-       actually read it from the correct file offset.
+       * MonoSymbolFile.cs (MonoSymbolFile..ctor): Read the GUID from the
+       symbol file before reading the OffsetTable.
 
 2004-08-27  Chris Toshok  <toshok@ximian.com>