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