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