2002-03-20 Martin Baulig <martin@gnome.org>
[mono.git] / mcs / class / Mono.CSharp.Debugger / ChangeLog
1 2002-03-20  Martin Baulig  <martin@gnome.org>
2
3         * IAssemblerWriter.cs: New interface.
4
5         * AssemblerWriterI386.cs: New class.
6
7         * MonoDwarfFileWriter.cs: Use the IAssemblerWriter interface to make this class
8         platform and assembler independent.
9
10 2002-03-20  Martin Baulig  <martin@gnome.org>
11
12         * IMonoSymbolWriter.cs (ISourceMethod): Added FirstLine, LastLine, CodeSize and
13         Token properties.
14
15         * MonoDwarfFileWriter.cs: Implemented line number support.
16
17 2002-03-19  Martin Baulig  <martin@gnome.org>
18
19         * IMonoSymbolWriter.cs (ISourceFile, ISourceMethod, ISourceLine, ILocalVariable):
20         New interfaces.
21
22         * IMonoSymbolWriter.cs (OpenMethod): Take a System.Reflection.MethodInfo, not
23         a string.
24
25 2002-03-19  Martin Baulig  <martin@gnome.org>
26
27         This is an implementation of the System.Diagnostics.SymbolStore.SymbolWriter
28         interface. It's still work in progress and not yet used anywhere.
29
30         There is some preliminary documentation in the source files and some more
31         docu in the README and README.relocation-table files.
32
33         * IMonoSymbolWriter.cs: New file.
34         * MonoDwarfFileWriter.cs: New file.
35         * MonoSymbolDocumentWriter.cs: New file.
36         * MonoSymbolWriter.cs: New file.
37
38         * README, README.relocation-table: Documentation.
39