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