
5 changed files with 82 additions and 24 deletions
-
2ICSharpCode.Decompiler.Tests/Helpers/Tester.cs
-
45ICSharpCode.Decompiler.Tests/PdbGenerationTestRunner.cs
-
2ICSharpCode.Decompiler.Tests/TestCases/PdbGen/.gitignore
-
23ICSharpCode.Decompiler.Tests/TestCases/PdbGen/HelloWorld.xml
-
34ICSharpCode.Decompiler/DebugInfo/PortablePdbWriter.cs
@ -1,2 +1,4 @@ |
|||
/*.dll |
|||
/*.pdb |
|||
/*.expected.xml |
|||
/*.generated.xml |
@ -1,33 +1,38 @@ |
|||
<?xml version="1.0" encoding="utf-16"?> |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<symbols> |
|||
<files> |
|||
<file id="1" name="HelloWorld.cs" language="C#" checksumAlgorithm="SHA1" checksum="80-99-0D-B3-EA-B0-A3-72-39-A0-C5-FB-17-13-1B-CC-BF-3D-4C-AA" embeddedSourceLength="200"><![CDATA[using System; |
|||
<file id="1" name="ICSharpCode\Decompiler\Tests\TestCases\PdbGen\HelloWorld.cs" language="C#" checksumAlgorithm="SHA256"><![CDATA[using System; |
|||
|
|||
namespace ICSharpCode.Decompiler.Tests.TestCases.PdbGen |
|||
{ |
|||
public class HelloWorld |
|||
{ |
|||
public static void Hello() |
|||
public static void Main(string[] args) |
|||
{ |
|||
Console.ReadKey(); |
|||
Console.WriteLine("Hello World!"); |
|||
Console.ReadKey(); |
|||
} |
|||
} |
|||
} |
|||
]]></file> |
|||
</files> |
|||
<methods> |
|||
<method containingType="ICSharpCode.Decompiler.Tests.TestCases.PdbGen.HelloWorld" name="Hello" token="0x6000001"> |
|||
<method containingType="ICSharpCode.Decompiler.Tests.TestCases.PdbGen.HelloWorld" name="Main" parameterNames="args" token="0x6000001"> |
|||
<sequencePoints> |
|||
<entry offset="0x0" startLine="8" startColumn="3" endLine="8" endColumn="4" document="1" /> |
|||
<entry offset="0x1" startLine="9" startColumn="4" endLine="9" endColumn="38" document="1" /> |
|||
<entry offset="0xc" startLine="10" startColumn="3" endLine="10" endColumn="4" document="1" /> |
|||
<entry offset="0x1" startLine="9" startColumn="4" endLine="9" endColumn="22" document="1" /> |
|||
<entry offset="0x7" startLine="10" startColumn="4" endLine="10" endColumn="38" document="1" /> |
|||
|
|||
<entry offset="0x12" startLine="11" startColumn="4" endLine="11" endColumn="22" document="1" /> |
|||
<entry offset="0x18" startLine="12" startColumn="3" endLine="12" endColumn="4" document="1" /> |
|||
</sequencePoints> |
|||
<scope startOffset="0x0" endOffset="0xd" /> |
|||
<scope startOffset="0x0" endOffset="0x19" /> |
|||
</method> |
|||
</methods> |
|||
<method-spans> |
|||
<method declaringType="ICSharpCode.Decompiler.Tests.TestCases.PdbGen.HelloWorld" methodName="Hello" token="0x6000001"> |
|||
<document startLine="8" endLine="10" /> |
|||
<method declaringType="ICSharpCode.Decompiler.Tests.TestCases.PdbGen.HelloWorld" methodName="Main" parameterNames="args" token="0x6000001"> |
|||
<document startLine="8" endLine="12" /> |
|||
</method> |
|||
</method-spans> |
|||
</symbols> |
Write
Preview
Loading…
Cancel
Save
Reference in new issue