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