TCP channel listener: remove extra complication (threads) in the previous change.
[mono.git] / mcs / class / Mono.Cecil.Mdb / ChangeLog
1 2010-01-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2
3         * Makefile: Specify the path to Mono.Cecil.dll when referencing it.
4
5 2009-02-02  Jb Evain  <jbevain@novell.com>
6
7         * Mono.Cecil.Mdb/MdbWriter.cs: add a GetDebugHeader method
8                 that will be used by the image writer.
9
10 2008-11-11  Sebastien Pouliot  <sebastien@ximian.com>
11
12         * Mono.Cecil.Mdb/MdbFactory.cs: Wrap any MonoSymbolFileException
13         into a FormatException since callers can't catch the former (at least
14         not without catching Exception).
15
16 2008-10-17  Jb Evain  <jbevain@novell.com>
17
18         * Mono.Cecil.Mdb/MdbWriter.cs: Adjust to Cecil changes.
19
20 2008-06-07  Martin Baulig  <martin@ximian.com>
21
22         * Mono.Cecil.Mdb/MdbReader.cs: Reflect latest symbol
23         reader changes.
24
25         * Mono.Cecil.Mdb/MdbWriter.cs: Reflect latest symbol
26         writer changes.
27
28 2008-05-28  Martin Baulig  <martin@ximian.com>
29
30         * Mono.Cecil.Mdb/MdbReader.cs: Reflect latest symbol
31         reader changes.
32
33 2008-05-05  Martin Baulig  <martin@ximian.com>
34
35         * Mono.Cecil.Mdb/MdbWriter.cs: Reflect latest symbol writer
36         changes; DefineLocalVariables() doesn't take a signature anymore.
37
38         * Mono.Cecil.Mdb/MdbReader.cs: Reflect latest symbol writer
39         changes; use CodeBlockEntry instead of LexicalBlockEntry.
40
41 2008-04-19  Sebastien Pouliot  <sebastien@ximian.com>
42
43         * Mono.Cecil.Mdb/MdbReader.cs: Update wrt interface change (i.e.
44         Read now provide a Dictionary to reuse the existing Hashtable
45         between offsets and instructions).
46
47 2008-04-08  Sebastien Pouliot  <sebastien@ximian.com>
48
49         * Mono.Cecil.Mdb/MdbReader.cs:
50                 Make sure we set variables names even if the scope
51                 information is missing.
52
53 2007-08-28  Jb Evain  <jbevain@novell.com>
54
55         * Mono.Cecil.Mdb/MdbWriter.cs:
56                 Rewrite variables infos.
57
58 2007-08-27  Jb Evain  <jbevain@novell.com>
59
60         * Mono.Cecil.Mdb/MdbWriter.cs:
61                 Rewrite using the direct mdb api.
62
63 2007-02-21  Jb Evain  <jb@nurv.fr>
64
65         * Start working on local var debug infos emitting.
66
67 2006-09-24  Jb Evain  <jbevain@gmail.com>
68
69         * start some work on the reader.
70
71 2006-09-19  Jb Evain  <jbevain@gmail.com>
72
73         * first checkin in SVN:
74                 This is the assembly to support reading and writing
75                 from Mono's mdb symbol store.