2002-09-16 Martin Baulig <martin@gnome.org>
[mono.git] / mcs / class / Mono.CSharp.Debugger / ChangeLog
1 2002-09-16  Martin Baulig  <martin@gnome.org>
2
3         * MonoSymbolTable.cs: Set version number to 20.
4
5 2002-09-14  Martin Baulig  <martin@gnome.org>
6
7         * MonoSymbolWriter.cs, IMonoSymbolWriter.cs, MonoSymbolTableWriter.cs:
8         Make all classes and interfaces which don't need to be public internal.
9
10 2002-09-14  Martin Baulig  <martin@gnome.org>
11
12         * MonoSymbolTable.cs: Use only CLS-compliant types here, bumped version
13         number to 19.
14
15         * MonoSymbolTableReader.cs: Removed, this is now in the debugger.
16
17 2002-09-03  Martin Baulig  <martin@gnome.org>
18
19         * AssemblerWriterI386.cs, IAssemblerWriter.cs, MonoDwarfFileWriter.cs,
20         README, README.relocation-table, csharp-lang.[ch], gdb-csharp-support.patch,
21         gdb-variable-scopes.patch: Removed.
22
23 2002-09-03  Martin Baulig  <martin@gnome.org>
24
25         * MonoSymbolTableReader.cs (MonoSymbolTableReader.ImageFile): New
26         public property.
27
28         * MonoSymbolTable.cs: Bumped version number to 18.
29
30 2002-08-27  Martin Baulig  <martin@gnome.org>
31
32         * MonoSymbolTable.cs (MethodAddress): Removed `TrampolineAddress'.
33
34 2002-08-27  Martin Baulig  <martin@gnome.org>
35
36         * MonoSymbolTable.cs: Changed the file format in a way that allows us
37         open it read-only and to use a specially malloced area for all the
38         dynamic data.   
39
40 2002-08-25  Martin Baulig  <martin@gnome.org>
41
42         * MonoSymbolTableReader.cs: New file.  This is the reader for the
43         new symbol file format.
44
45 2002-08-24  Martin Baulig  <martin@gnome.org>
46
47         * MonoSymbolTable.cs, MonoSymbolTableWriter.cs: New files.  This
48         creates a binary application.dbg file which will be used by the
49         JIT to display source lines for exceptions.
50
51         * list.unix: Disabled the dwarf file writer in the build.
52
53 2002-08-23  Martin Baulig  <martin@gnome.org>
54
55         * MonoSymbolWriter.cs (MonoSymbolWriter.Initialize): Added
56         assembly name argument.  Since the symbol writer needs to read the
57         final assembly, we need to give it its full pathname.
58
59 2002-08-23  Martin Baulig  <martin@gnome.org>
60
61         * makefile.gnu, list.unix: Added.
62
63 2002-07-05  Martin Baulig  <martin@gnome.org>
64
65         * MonoDwarfFileWriter.cs: Added support for types in referenced assemblies.
66
67 2002-07-05  Martin Baulig  <martin@gnome.org>
68
69         * MonoDwarfFileWriter.cs: Added support for arrays.
70
71         * gdb-csharp-support.patch: Updated.
72
73 2002-06-29  Martin Baulig  <martin@gnome.org>
74
75         * MonoDwarfFileWriter.cs (DieInheritance): Make this actually work.
76
77 2002-06-29  Martin Baulig  <martin@gnome.org>
78
79         * MonoDwarfFileWriter.cs, MonoSymbolWriter.cs: Put all TAG_subprogram's into their
80         corresponding struct/class declarations.
81
82 2002-06-28  Martin Baulig  <martin@gnome.org>
83
84         * gdb-csharp-support.patch: Updated.
85
86 2002-06-28  Martin Baulig  <martin@gnome.org>
87
88         * MonoDwarfFileWriter.cs: Use a TAG_string_type when we're using GNU extensions.
89         Make static struct/class fields actually work.  Provide a TAG_typedef for struct's
90         and classes.
91
92 2002-05-30  Martin Baulig  <martin@gnome.org>
93
94         * IMonoSymbolWriter (IMonoSymbolWriter): Added custom `Initialize' method.
95
96         * MonoSymbolWriter.cs (Initialize): The ISymbolWriter's `Initialize' method
97         is no longer supported and throws an exception.
98         (Initialize (string, string[])): New custom initialization function.
99
100         * MonoDwarfFileWriter.cs (DwarfFileWriter): Added `string[] args' argument
101         to the constructor to pass command line arguments.
102
103         * gdb-csharp-support.patch: Updated for GDB 5.2.
104
105 2002-05-30  Martin Baulig  <martin@gnome.org>
106
107         * MonoSymbolWriter.cs (MonoSymbolWriter): The constructor now get's the
108         AssemblyBuilder's `methods' array as third argument.
109         (OpenMethod): Use this array to get the method builder rather than using an
110         interncall for it.
111         (get_method_builder): Removed this interncall.
112
113 2002-05-25  Martin Baulig  <martin@gnome.org>
114
115         * MonoDwarfFileWriter.cs: Finished the type rewrite, put back strings and arrays.
116
117 2002-05-24  Martin Baulig  <martin@gnome.org>
118
119         * IMonoSymbolWriter.cs (ISourceMethod): Added `FullName' and `Parameters'.
120         (ITypeHandle): New interface.
121
122         * DwarfFileWriter.cs: Largely reorganized the type writing code.  Types are
123         now represented by ITypeHandle objects which are stored in a per-dwarf-writer
124         hash table.  At the moment, all types still need to be in one compile unit due
125         to lacking support in gdb - but this new type code here already supports this.
126
127         * MonoSymbolWriter.cs: Moved all the subclasses to the top-level and made them
128         public, cleaned up the code, put everything into one compile unit.
129         (DefineLocalVariable): Added a version of this function which takes useful args.
130
131 2002-05-22  Martin Baulig  <martin@gnome.org>
132
133         * IMonoSymbolWriter.cs (IMonoSymbolWriter): Added `Sources' and `Methods'
134         properties.
135
136         * MonoDwarfFileWriter.cs (WriteSymbolTable): New public method.  Moved the
137         code that writes the "mono_line_numbers" section here from the LineNumberEngine.
138
139 2002-05-22  Martin Baulig  <martin@gnome.org>
140
141         * IMonoSymbolWriter.cs (IVariable): Replaced Token with `ISourceMethod Method'.
142
143         * MonoSymbolWriter.cs (MonoSymbolWriter): The constructor now has an additional
144         ModuleBuilder argument.
145         (OpenMethod): Immediately call the `get_method' interncall to get the MethodBase
146         from the token, then store the MethodBase instead of the token.  The token may
147         still change during the metadata library's fixup process.
148         (DoFixups): When the image has been written to disk, call the GetToken () method
149         on all MethodBuilders and all ConstructorBuilders to get the final metadata tokens.
150
151 2002-05-22  Martin Baulig  <martin@gnome.org>
152
153         * AssemblerWriterI386.cs: Don't use GNU extensions and produce assembler
154         output which is free of comments and extra whitespaces so that it's suitable
155         for `as -f'.
156
157 2002-05-22  Martin Baulig  <martin@gnome.org>
158
159         * IMonoSymbolWriter.cs (ISourceMethod): Replaced `MethodInfo MethodInfo' with
160         `MethodBase MethodBase' and added `Type ReturnType'.  We're now correctly
161         dealing with constructors and not crashing anymore.
162
163 2002-05-21  Martin Baulig  <martin@gnome.org>
164
165         * MonoDwarfFileWriter.cs: Write a special line number table which can be read
166         in by the metadata library to get line number information in backtraces.
167
168 2002-05-06  Martin Baulig  <martin@gnome.org>
169
170         * MonoSymbolWriter.cs (MonoSymbolWriter.Close): Use Assembly.LoadFrom (), not
171         AppDomain.Load () to load the assembly.
172
173 2002-04-26  Martin Baulig  <martin@gnome.org>
174
175         * gdb-csharp-support.patch: A patch for GDB (against the latest CVS version)
176         to implement C# support.
177
178         * csharp-lang.c, csharp-lang.h, csharp-mono-lang.c: Copy these into your GDB
179         source directory after applying the patch.
180
181 2002-04-26  Martin Baulig  <martin@gnome.org>
182
183         * MonoDwarfFileWriter.cs (DieInternalString): Removed.
184
185 2002-04-25  Martin Baulig  <martin@gnome.org>
186
187         * MonoDwarfFileWriter.cs: Reflect latest MonoString changes.
188
189 2002-04-13  Martin Baulig  <martin@gnome.org>
190
191         * IMonoSymbolWriter.cs (ISourceBlock): Added `Blocks' property and `AddBlock'
192         method to support nested blocks.
193
194         * MonoSymbolWriter.cs: Correctly handle nested blocks.
195
196         * MonoDwarfFileWriter.cs (DieMember): Provide info for all fields, not just for
197         public ones; also added DW_AT_accessibility.
198         (DieVariable): Reflected latest debug-symfile.c changes.
199
200 2002-04-12  Martin Baulig  <martin@gnome.org>
201
202         * gdb-variable-scopes.patch: A patch for GDB (against the latest CVS version)
203         to implement variable lifetimes.
204
205 2002-04-12  Martin Baulig  <martin@gnome.org>
206
207         * MonoDwarfFileWriter.cs (DieVariable): Provide info about the variable's
208         lifetime using DW_AT_begin_scope and a new baulig extension DW_AT_end_scope.
209
210 2002-03-29  Martin Baulig  <martin@gnome.org>
211
212         * AssemblerWriterI386.cs: Rewrote most of the string output function, do the
213         number->string conversion manually. It's now taking about 15 seconds to write
214         a symbol file for MCS, no longer more than a minute.
215
216         * MonoDwarfFileWriter.cs: Added some profiling code, speeded things up, fixed
217         a few bugs.
218
219 2002-03-25  Martin Baulig  <martin@gnome.org>
220
221         * MonoDwarfFileWriter.cs (CreateType): Return a `DieType'.
222         (RegisterType): Add the type to the type hash before creating dependency types
223         so we don't get recursion loops.
224         (RegisterPointerType): New func to register a "pointer to type" type.
225         (DieTypeDef, DiePointerType, DieArrayType, DieStringType, DieClassType): New
226         types; added support for strings, arrays and basic support for classes.
227         
228 2002-03-24  Martin Baulig  <martin@gnome.org>
229
230         * IMonoSymbolWriter.cs: Killed all methods in this interface, no longer needed.
231
232         * MonoSymbolWriter.cs (MonoSymbolWriter): The constructor now takes a string
233         argument which is the full pathname of the assembly - you must call Close()
234         after the assembly has been written to disk since the symbol writer needs to
235         load the finished assembly to get its metadata.
236
237         * MonoDwarfFileWriter.cs: Added support for enums and structs.
238         
239 2002-03-24  Martin Baulig  <martin@gnome.org>
240
241         * MonoDwarfFileWriter.cs: Added support for method parameters.
242
243 2002-03-24  Martin Baulig  <martin@gnome.org>
244
245         * IMonoSymbolWriter.cs (IMonoSymbolWriter): Removed my custom OpenMethod(),
246         we're now using the ISymbolWriter's method.
247         (IVariable): Added `byte[] Signature' property.
248
249         * MonoSymbolWriter.cs (SetAssembly): New method. This must be called before
250         Close(); the assembly parameter is the already-written assembly, ie. it must
251         contain the full metadata.
252         (OpenMethod): Only take the token argument and set MethodInfo later in DoFixups.
253         (SetMethodSourceRange): You must call this function to tell the symbol writer
254         in which source file the method is defined.
255         (DefineLocal): Store the signature in the local.
256         (DoFixups): Use two new interncalls to set the SourceMethod's MethodInfo field
257         and the LocalVariable's Type field.
258
259 2002-03-23  Martin Baulig  <martin@gnome.org>
260
261         * IMonoSymbolWriter.cs (ISourceBlock): New interface.
262         (ILocalVariable): Renamed this interface to IVariable.
263         (IVariable): Added Line, Type, Token.
264         (ILocalVariable, IMethodParameter): New interfaces, derive from IVariable.
265         (ISourceMethod): Added Blocks. Renamed FirstLine and LastLine to Start and End,
266         changed their type to ISourceLine. Removed CodeSize.
267         (ISourceLine): Renamed Line to Row, added Column. Added OffsetType and Offset.
268
269         * MonoDwarfFileWriter.cs (MonoDwarfFileWriter.DieLexicalBlock): New class.
270         (MonoDwarfFileWriter.DieMethodVariable): New class.
271
272         * MonoSymbolWriter.cs (OpenScope, CloseScope): Implemented.
273         Reflected latest IMonoSymbolWriter interface changes.
274
275 2002-03-20  Martin Baulig  <martin@gnome.org>
276
277         * IAssemblerWriter.cs: New interface.
278
279         * AssemblerWriterI386.cs: New class.
280
281         * MonoDwarfFileWriter.cs: Use the IAssemblerWriter interface to make this class
282         platform and assembler independent.
283
284 2002-03-20  Martin Baulig  <martin@gnome.org>
285
286         * IMonoSymbolWriter.cs (ISourceMethod): Added FirstLine, LastLine, CodeSize and
287         Token properties.
288
289         * MonoDwarfFileWriter.cs: Implemented line number support.
290
291 2002-03-19  Martin Baulig  <martin@gnome.org>
292
293         * IMonoSymbolWriter.cs (ISourceFile, ISourceMethod, ISourceLine, ILocalVariable):
294         New interfaces.
295
296         * IMonoSymbolWriter.cs (OpenMethod): Take a System.Reflection.MethodInfo, not
297         a string.
298
299 2002-03-19  Martin Baulig  <martin@gnome.org>
300
301         This is an implementation of the System.Diagnostics.SymbolStore.SymbolWriter
302         interface. It's still work in progress and not yet used anywhere.
303
304         There is some preliminary documentation in the source files and some more
305         docu in the README and README.relocation-table files.
306
307         * IMonoSymbolWriter.cs: New file.
308         * MonoDwarfFileWriter.cs: New file.
309         * MonoSymbolDocumentWriter.cs: New file.
310         * MonoSymbolWriter.cs: New file.
311
312         * README, README.relocation-table: Documentation.
313