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         * IMonoSymbolWriter.cs (ISourceMethod): Added FirstLine, LastLine, CodeSize and
4         Token properties.
5
6         * MonoDwarfFileWriter.cs: Implemented line number support.
7
8 2002-03-19  Martin Baulig  <martin@gnome.org>
9
10         * IMonoSymbolWriter.cs (ISourceFile, ISourceMethod, ISourceLine, ILocalVariable):
11         New interfaces.
12
13         * IMonoSymbolWriter.cs (OpenMethod): Take a System.Reflection.MethodInfo, not
14         a string.
15
16 2002-03-19  Martin Baulig  <martin@gnome.org>
17
18         This is an implementation of the System.Diagnostics.SymbolStore.SymbolWriter
19         interface. It's still work in progress and not yet used anywhere.
20
21         There is some preliminary documentation in the source files and some more
22         docu in the README and README.relocation-table files.
23
24         * IMonoSymbolWriter.cs: New file.
25         * MonoDwarfFileWriter.cs: New file.
26         * MonoSymbolDocumentWriter.cs: New file.
27         * MonoSymbolWriter.cs: New file.
28
29         * README, README.relocation-table: Documentation.
30