2002-03-20 Martin Baulig * IAssemblerWriter.cs: New interface. * AssemblerWriterI386.cs: New class. * MonoDwarfFileWriter.cs: Use the IAssemblerWriter interface to make this class platform and assembler independent. 2002-03-20 Martin Baulig * IMonoSymbolWriter.cs (ISourceMethod): Added FirstLine, LastLine, CodeSize and Token properties. * MonoDwarfFileWriter.cs: Implemented line number support. 2002-03-19 Martin Baulig * IMonoSymbolWriter.cs (ISourceFile, ISourceMethod, ISourceLine, ILocalVariable): New interfaces. * IMonoSymbolWriter.cs (OpenMethod): Take a System.Reflection.MethodInfo, not a string. 2002-03-19 Martin Baulig This is an implementation of the System.Diagnostics.SymbolStore.SymbolWriter interface. It's still work in progress and not yet used anywhere. There is some preliminary documentation in the source files and some more docu in the README and README.relocation-table files. * IMonoSymbolWriter.cs: New file. * MonoDwarfFileWriter.cs: New file. * MonoSymbolDocumentWriter.cs: New file. * MonoSymbolWriter.cs: New file. * README, README.relocation-table: Documentation.