20 Commits (a1c211f32615eb7b63014481de9f2a1a9074b975)

Author SHA1 Message Date
Siegfried Pammer e211b01595 Fix CA1507:UseNameofInPlaceOfString, adjust formatting of some older source files copied from NRefactory. 6 years ago
Siegfried Pammer 74f3b2a0dd Fix #1712: Invalid SequencePointsBlob when generating PDB: Filter duplicate IL range assignments. 6 years ago
Siegfried Pammer 46ba4fc66a Fix #1480: InvalidOperationException in PortablePdbWriter. 6 years ago
Daniel Grunwald d90c195b00 SHA256 instances are not thread-safe 7 years ago
Daniel Grunwald f1c8142ce2 PDB generator now can emit "method stepping information" for async functions. 7 years ago
Siegfried Pammer b4c376d195 Ignore document checksum and blob length in PdbGenerationTestRunner 7 years ago
Daniel Grunwald 763683748b Emit debug info for display class locals, so that the debugger can show the values of captured variables. 7 years ago
Siegfried Pammer 25c757b7cd Add first attempt at PdbGenerationTestRunner. 7 years ago
Daniel Grunwald 66197818b9 Fix LocalScope.VariableList for empty scopes. 7 years ago
Siegfried Pammer fd70d25e95 Small fixes in ScopesGenerator. 7 years ago
Siegfried Pammer 9e0c7ae9c8 Use Mono.Cecil instead of DiaSymReader to read classic PDB files. 7 years ago
Siegfried Pammer 6926651791 First draft of support for ImportScope and LocalScope tables. 7 years ago
Siegfried Pammer 58c3a17a26 #1024: Fix bug in sequence point blob mapping. 7 years ago
Siegfried Pammer d5b495329f #1024: Make PDB Support in ILSpy more robust. 7 years ago
Daniel Grunwald b396d203bd Merge IDecompilerTypeSystem with ICompilation. 7 years ago
Daniel Grunwald 3b46776c5e Rename IAssembly -> IModule. 7 years ago
Siegfried Pammer 8335615842 Add IDebugInfoProvider.Description property 7 years ago
Siegfried Pammer bcfb3742eb Clean up PEFile, move Pdb related types to DebugInfo namespace 7 years ago