Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « Mono.Cecil.Pdb « Mono.Cecil « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6cefb798b891538aa20d0e10db88ade213f16708 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
2007-02-21  Jb Evain  <jb@nurv.fr>

	* Start working on local var debug infos emitting.

2007-02-21  Jb Evain  <jbevain@gmail.com>

	* Mono.Cecil.Pdb/PdbReader.cs
	  Mono.Cecil.Pdb/PdbHelper.cs
	  Mono.Cecil.Pdb/IMetaDataDispenser.cs:
		Refactor patches from:
		Sverre Boschman <s.r.boschman@iego-development.nl>

		- Force the release of the lock on the pdb on reading
		- Implement the ability to read a pdb in memory

2006-09-24  Jb Evain  <jbevain@gmail.com>

	* Handle the fact that a scope end points outside the cil stream.

2006-09-20  Jb Evain  <jbevain@gmail.com>

	* implement somes bits of the writing stuff.

2006-09-19  Jb Evain  <jbevain@gmail.com>

	* first checkin in SVN:
		This is the assembly to support reading and writing
		from Microsoft's pdb symbols store.

		It will only work on Windows until Microsoft release
		the spec for the pdb files.