2003-04-24 Martin Baulig <martin@ximian.com>
[mono.git] / mono / metadata / ChangeLog
index 63dcad4213d65b101ec8ba9c1bb135808bfd4de2..c92298838ca68700e0bf72e384b9ca1043b66763 100644 (file)
@@ -1,3 +1,38 @@
+2003-04-24  Martin Baulig  <martin@ximian.com>
+
+       * mono-debug-debugger.c: Moved all code which interacts with the
+       Mono Debugger here.
+
+       * debug-mono-symfile.c: This code now just deals with the symbol
+       file itself, the debugger code is now in mono-debug-debugger.c.
+
+2003-04-23  Martin Baulig  <martin@ximian.com>
+
+       * mono-debug.c (mono_debug_source_location_from_il_offset):
+       New method; like mono_debug_source_location_from_address(), but
+       takes an IL offset instead of a machine address.
+
+2003-04-23  Martin Baulig  <martin@ximian.com>
+
+       * debug-mono-symfile.h (MonoDebugLineNumberEntry): Removed the
+       `line' field; this is now computed by the debugger.
+
+2003-04-23  Martin Baulig  <martin@ximian.com>
+
+       * mono-debug.[ch]: New files.  This is the new debugging interface.
+
+       * mono-debug-debugger.[ch]: New files.  Moved all code which
+       interacts with the Mono Debugger here.
+
+2003-04-22  Dietmar Maurer  <dietmar@ximian.com>
+
+       * domain.c (mono_init): initialize mono_defaults.monitor_class
+
+2003-04-21  Miguel de Icaza  <miguel@ximian.com>
+
+       * reflection.c (method_encode_code): Add a spicy exception to help
+       future compiler authors.
+
 2003-04-21  Martin Baulig  <martin@ximian.com>
 
        * icall.c