forked from dotnet/diagnostics
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use PEFile instead of clrmd's PEImage (dotnet#2769)
* Use PEFile instead of clrmd's PEImage Fix various problems with figuring out the file/loaded layout of a module. Add some help scripts to rebuild existing test asset packages (xml files). * Fix test.sh * Log full exception stack * Code review feedback
- Loading branch information
Showing
29 changed files
with
519 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<?xml version="1.0"?> | ||
<package > | ||
<metadata> | ||
<id>TestAssets.Linux.arm64.3.1</id> | ||
<version>1.0.0</version> | ||
<title>TestAssets.Linux.arm64.3.1</title> | ||
<authors>Microsoft</authors> | ||
<owners>Microsoft</owners> | ||
<description> | ||
Test assets for Linux arm64 on .NET 3.1.18 runtime | ||
</description> | ||
<releaseNotes> | ||
</releaseNotes> | ||
<summary> | ||
Test assets | ||
</summary> | ||
<language>en-US</language> | ||
<projectUrl>https://github.com/dotnet/diagnostics.git</projectUrl> | ||
<iconUrl>https://nuget.org/Content/Images/packageDefaultIcon-50x50.png</iconUrl> | ||
<copyright>Copyright 2021</copyright> | ||
</metadata> | ||
<files> | ||
<file src="TestAssets.Linux.arm64.3.1\1.0.246501\content\SymbolTestApp\*.*" target="content/SymbolTestApp" /> | ||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?xml version="1.0"?> | ||
<package > | ||
<metadata> | ||
<id>TestAssets.Linux.arm64.5.0</id> | ||
<version>1.0.0</version> | ||
<title>TestAssets.Linux.arm64.5.0</title> | ||
<authors>Microsoft</authors> | ||
<owners>Microsoft</owners> | ||
<description> | ||
Test assets for Linux arm64 on .NET 5.0.9 runtime | ||
</description> | ||
<releaseNotes> | ||
</releaseNotes> | ||
<summary> | ||
Test assets | ||
</summary> | ||
<language>en-US</language> | ||
<projectUrl>https://github.com/dotnet/diagnostics.git</projectUrl> | ||
<iconUrl>https://nuget.org/Content/Images/packageDefaultIcon-50x50.png</iconUrl> | ||
<copyright>Copyright 2021</copyright> | ||
</metadata> | ||
<files> | ||
<file src="TestAssets.Linux.arm64.5.0\1.0.246501\content\SymbolTestApp\*.*" target="content/SymbolTestApp" /> | ||
<file src="TestAssets.Linux.arm64.5.0\1.0.246501\content\LineNums\*.*" target="content/LineNums" /> | ||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?xml version="1.0"?> | ||
<package > | ||
<metadata> | ||
<id>TestAssets.Linux.arm64.6.0</id> | ||
<version>1.0.0</version> | ||
<title>TestAssets.Linux.arm64.6.0</title> | ||
<authors>Microsoft</authors> | ||
<owners>Microsoft</owners> | ||
<description> | ||
Test assets for Linux arm64 on .NET 6.0.0 runtime | ||
</description> | ||
<releaseNotes> | ||
</releaseNotes> | ||
<summary> | ||
Test assets | ||
</summary> | ||
<language>en-US</language> | ||
<projectUrl>https://github.com/dotnet/diagnostics.git</projectUrl> | ||
<iconUrl>https://nuget.org/Content/Images/packageDefaultIcon-50x50.png</iconUrl> | ||
<copyright>Copyright 2021</copyright> | ||
</metadata> | ||
<files> | ||
<file src="TestAssets.Linux.arm64.6.0\1.0.246501\content\DivZero\*.*" target="content/DivZero" /> | ||
<file src="TestAssets.Linux.arm64.6.0\1.0.246501\content\WebApp3\*.*" target="content/WebApp3" /> | ||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<?xml version="1.0"?> | ||
<package > | ||
<metadata> | ||
<id>TestAssets.Linux.x64.3.1</id> | ||
<version>1.0.0</version> | ||
<title>TestAssets.Linux.x64.3.1</title> | ||
<authors>Microsoft</authors> | ||
<owners>Microsoft</owners> | ||
<description> | ||
Test assets for Linux x64 on .NET 3.1.18 runtime | ||
</description> | ||
<releaseNotes> | ||
</releaseNotes> | ||
<summary> | ||
Test assets | ||
</summary> | ||
<language>en-US</language> | ||
<projectUrl>https://github.com/dotnet/diagnostics.git</projectUrl> | ||
<iconUrl>https://nuget.org/Content/Images/packageDefaultIcon-50x50.png</iconUrl> | ||
<copyright>Copyright 2021</copyright> | ||
</metadata> | ||
<files> | ||
<file src="TestAssets.Linux.x64.3.1\1.0.246501\content\SymbolTestApp\*.*" target="content/SymbolTestApp" /> | ||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?xml version="1.0"?> | ||
<package > | ||
<metadata> | ||
<id>TestAssets.Linux.x64.5.0</id> | ||
<version>1.0.0</version> | ||
<title>TestAssets.Linux.x64.5.0</title> | ||
<authors>Microsoft</authors> | ||
<owners>Microsoft</owners> | ||
<description> | ||
Test assets for Linux x64 on .NET 5.0.9 runtime | ||
</description> | ||
<releaseNotes> | ||
</releaseNotes> | ||
<summary> | ||
Test assets | ||
</summary> | ||
<language>en-US</language> | ||
<projectUrl>https://github.com/dotnet/diagnostics.git</projectUrl> | ||
<iconUrl>https://nuget.org/Content/Images/packageDefaultIcon-50x50.png</iconUrl> | ||
<copyright>Copyright 2021</copyright> | ||
</metadata> | ||
<files> | ||
<file src="TestAssets.Linux.x64.5.0\1.0.246501\content\SymbolTestApp\*.*" target="content/SymbolTestApp" /> | ||
<file src="TestAssets.Linux.x64.5.0\1.0.246501\content\LineNums\*.*" target="content/LineNums" /> | ||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?xml version="1.0"?> | ||
<package > | ||
<metadata> | ||
<id>TestAssets.Linux.x64.6.0</id> | ||
<version>1.0.0</version> | ||
<title>TestAssets.Linux.x64.6.0</title> | ||
<authors>Microsoft</authors> | ||
<owners>Microsoft</owners> | ||
<description> | ||
Test assets for Linux x64 on .NET 6.0.0 runtime | ||
</description> | ||
<releaseNotes> | ||
</releaseNotes> | ||
<summary> | ||
Test assets | ||
</summary> | ||
<language>en-US</language> | ||
<projectUrl>https://github.com/dotnet/diagnostics.git</projectUrl> | ||
<iconUrl>https://nuget.org/Content/Images/packageDefaultIcon-50x50.png</iconUrl> | ||
<copyright>Copyright 2021</copyright> | ||
</metadata> | ||
<files> | ||
<file src="TestAssets.Linux.x64.6.0\1.0.246501\content\DivZero\*.*" target="content/DivZero" /> | ||
<file src="TestAssets.Linux.x64.6.0\1.0.246501\content\WebApp3\*.*" target="content/WebApp3" /> | ||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<?xml version="1.0"?> | ||
<package > | ||
<metadata> | ||
<id>TestAssets.Windows.x64.3.1</id> | ||
<version>1.0.0</version> | ||
<title>TestAssets.Windows.x64.3.1</title> | ||
<authors>Microsoft</authors> | ||
<owners>Microsoft</owners> | ||
<description> | ||
Test assets for Windows x64 on .NET 3.1.18 runtime | ||
</description> | ||
<releaseNotes> | ||
</releaseNotes> | ||
<summary> | ||
Test assets | ||
</summary> | ||
<language>en-US</language> | ||
<projectUrl>https://github.com/dotnet/diagnostics.git</projectUrl> | ||
<iconUrl>https://nuget.org/Content/Images/packageDefaultIcon-50x50.png</iconUrl> | ||
<copyright>Copyright 2021</copyright> | ||
</metadata> | ||
<files> | ||
<file src="TestAssets.Windows.x64.3.1\1.0.246501\content\SymbolTestApp\*.*" target="content/SymbolTestApp" /> | ||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<?xml version="1.0"?> | ||
<package > | ||
<metadata> | ||
<id>TestAssets.Windows.x64.5.0</id> | ||
<version>1.0.0</version> | ||
<title>TestAssets.Windows.x64.5.0</title> | ||
<authors>Microsoft</authors> | ||
<owners>Microsoft</owners> | ||
<description> | ||
Test assets for Windows x64 on .NET 5.0.9 runtime | ||
</description> | ||
<releaseNotes> | ||
</releaseNotes> | ||
<summary> | ||
Test assets | ||
</summary> | ||
<language>en-US</language> | ||
<projectUrl>https://github.com/dotnet/diagnostics.git</projectUrl> | ||
<iconUrl>https://nuget.org/Content/Images/packageDefaultIcon-50x50.png</iconUrl> | ||
<copyright>Copyright 2021</copyright> | ||
</metadata> | ||
<files> | ||
<file src="TestAssets.Windows.x64.5.0\1.0.246501\content\SymbolTestApp\*.*" target="content/SymbolTestApp" /> | ||
<file src="TestAssets.Windows.x64.5.0\1.0.246501\content\DualRuntimes\*.*" target="content/DualRuntimes" /> | ||
<file src="TestAssets.Windows.x64.5.0\1.0.246501\content\LineNums\*.*" target="content/LineNums" /> | ||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?xml version="1.0"?> | ||
<package > | ||
<metadata> | ||
<id>TestAssets.Windows.x64.6.0</id> | ||
<version>1.0.0</version> | ||
<title>TestAssets.Windows.x64.6.0</title> | ||
<authors>Microsoft</authors> | ||
<owners>Microsoft</owners> | ||
<description> | ||
Test assets for Windows x64 on .NET 6.0.0 runtime | ||
</description> | ||
<releaseNotes> | ||
</releaseNotes> | ||
<summary> | ||
Test assets | ||
</summary> | ||
<language>en-US</language> | ||
<projectUrl>https://github.com/dotnet/diagnostics.git</projectUrl> | ||
<iconUrl>https://nuget.org/Content/Images/packageDefaultIcon-50x50.png</iconUrl> | ||
<copyright>Copyright 2021</copyright> | ||
</metadata> | ||
<files> | ||
<file src="TestAssets.Windows.x64.6.0\1.0.246501\content\DivZero\*.*" target="content/DivZero" /> | ||
<file src="TestAssets.Windows.x64.6.0\1.0.246501\content\WebApp3\*.*" target="content/WebApp3" /> | ||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<?xml version="1.0"?> | ||
<package > | ||
<metadata> | ||
<id>TestAssets.Windows.x86.3.1</id> | ||
<version>1.0.0</version> | ||
<title>TestAssets.Windows.x86.3.1</title> | ||
<authors>Microsoft</authors> | ||
<owners>Microsoft</owners> | ||
<description> | ||
Test assets for Windows x86 on .NET 3.1.18 runtime | ||
</description> | ||
<releaseNotes> | ||
</releaseNotes> | ||
<summary> | ||
Test assets | ||
</summary> | ||
<language>en-US</language> | ||
<projectUrl>https://github.com/dotnet/diagnostics.git</projectUrl> | ||
<iconUrl>https://nuget.org/Content/Images/packageDefaultIcon-50x50.png</iconUrl> | ||
<copyright>Copyright 2021</copyright> | ||
</metadata> | ||
<files> | ||
<file src="TestAssets.Windows.x86.3.1\1.0.246501\content\SymbolTestApp\*.*" target="content/SymbolTestApp" /> | ||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<?xml version="1.0"?> | ||
<package > | ||
<metadata> | ||
<id>TestAssets.Windows.x86.5.0</id> | ||
<version>1.0.0</version> | ||
<title>TestAssets.Windows.x86.5.0</title> | ||
<authors>Microsoft</authors> | ||
<owners>Microsoft</owners> | ||
<description> | ||
Test assets for Windows x86 on .NET 5.0.9 runtime | ||
</description> | ||
<releaseNotes> | ||
</releaseNotes> | ||
<summary> | ||
Test assets | ||
</summary> | ||
<language>en-US</language> | ||
<projectUrl>https://github.com/dotnet/diagnostics.git</projectUrl> | ||
<iconUrl>https://nuget.org/Content/Images/packageDefaultIcon-50x50.png</iconUrl> | ||
<copyright>Copyright 2021</copyright> | ||
</metadata> | ||
<files> | ||
<file src="TestAssets.Windows.x86.5.0\1.0.246501\content\SymbolTestApp\*.*" target="content/SymbolTestApp" /> | ||
<file src="TestAssets.Windows.x86.5.0\1.0.246501\content\DualRuntimes\*.*" target="content/DualRuntimes" /> | ||
<file src="TestAssets.Windows.x86.5.0\1.0.246501\content\LineNums\*.*" target="content/LineNums" /> | ||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?xml version="1.0"?> | ||
<package > | ||
<metadata> | ||
<id>TestAssets.Windows.x86.6.0</id> | ||
<version>1.0.0</version> | ||
<title>TestAssets.Windows.x86.6.0</title> | ||
<authors>Microsoft</authors> | ||
<owners>Microsoft</owners> | ||
<description> | ||
Test assets for Windows x86 on .NET 6.0.0 runtime | ||
</description> | ||
<releaseNotes> | ||
</releaseNotes> | ||
<summary> | ||
Test assets | ||
</summary> | ||
<language>en-US</language> | ||
<projectUrl>https://github.com/dotnet/diagnostics.git</projectUrl> | ||
<iconUrl>https://nuget.org/Content/Images/packageDefaultIcon-50x50.png</iconUrl> | ||
<copyright>Copyright 2021</copyright> | ||
</metadata> | ||
<files> | ||
<file src="TestAssets.Windows.x86.6.0\1.0.246501\content\DivZero\*.*" target="content/DivZero" /> | ||
<file src="TestAssets.Windows.x86.6.0\1.0.246501\content\WebApp3\*.*" target="content/WebApp3" /> | ||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFramework>netstandard2.0</TargetFramework> | ||
<IsPackable>true</IsPackable> | ||
<IsShippingPackage>false</IsShippingPackage> | ||
<PreReleaseVersionLabel></PreReleaseVersionLabel> | ||
<VersionPrefix></VersionPrefix> | ||
<DotNetUseShippingVersions>true</DotNetUseShippingVersions> | ||
<NoPackageAnalysis>true</NoPackageAnalysis> | ||
<NoBuild>true</NoBuild> | ||
<IncludeBuildOutput>false</IncludeBuildOutput> | ||
<NuspecProperties></NuspecProperties> | ||
<NuspecBasePath>$(USERPROFILE)\.nuget\packages\</NuspecBasePath> | ||
</PropertyGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
setlocal | ||
set _REPOROOT_=%~dp0..\..\.. | ||
%_REPOROOT_%\.dotnet\dotnet.exe pack pack.csproj -p:NuspecFile=TestAssets.Linux.arm64.3.1.nuspec | ||
%_REPOROOT_%\.dotnet\dotnet.exe pack pack.csproj -p:NuspecFile=TestAssets.Linux.arm64.5.0.nuspec | ||
%_REPOROOT_%\.dotnet\dotnet.exe pack pack.csproj -p:NuspecFile=TestAssets.Linux.arm64.6.0.nuspec | ||
%_REPOROOT_%\.dotnet\dotnet.exe pack pack.csproj -p:NuspecFile=TestAssets.Linux.x64.3.1.nuspec | ||
%_REPOROOT_%\.dotnet\dotnet.exe pack pack.csproj -p:NuspecFile=TestAssets.Linux.x64.5.0.nuspec | ||
%_REPOROOT_%\.dotnet\dotnet.exe pack pack.csproj -p:NuspecFile=TestAssets.Linux.x64.6.0.nuspec | ||
%_REPOROOT_%\.dotnet\dotnet.exe pack pack.csproj -p:NuspecFile=TestAssets.Windows.x64.3.1.nuspec | ||
%_REPOROOT_%\.dotnet\dotnet.exe pack pack.csproj -p:NuspecFile=TestAssets.Windows.x64.5.0.nuspec | ||
%_REPOROOT_%\.dotnet\dotnet.exe pack pack.csproj -p:NuspecFile=TestAssets.Windows.x64.6.0.nuspec | ||
%_REPOROOT_%\.dotnet\dotnet.exe pack pack.csproj -p:NuspecFile=TestAssets.Windows.x86.3.1.nuspec | ||
%_REPOROOT_%\.dotnet\dotnet.exe pack pack.csproj -p:NuspecFile=TestAssets.Windows.x86.5.0.nuspec | ||
%_REPOROOT_%\.dotnet\dotnet.exe pack pack.csproj -p:NuspecFile=TestAssets.Windows.x86.6.0.nuspec |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
setlocal | ||
set ORIGINAL_VERSION=1.0.246501 | ||
call ..\writexml.cmd %USERPROFILE%\.nuget\packages\testassets.linux.arm64.3.1\%ORIGINAL_VERSION%\content\SymbolTestApp\SOS.StackAndOtherTests.Heap.portable.dmp %USERPROFILE%\.nuget\packages\testassets.linux.arm64.3.1\%ORIGINAL_VERSION%\content\SymbolTestApp | ||
call ..\writexml.cmd %USERPROFILE%\.nuget\packages\testassets.linux.arm64.5.0\%ORIGINAL_VERSION%\content\LineNums\SOS.LineNums.Heap.dmp %USERPROFILE%\.nuget\packages\testassets.linux.arm64.5.0\%ORIGINAL_VERSION%\content\LineNums | ||
call ..\writexml.cmd %USERPROFILE%\.nuget\packages\testassets.linux.arm64.5.0\%ORIGINAL_VERSION%\content\SymbolTestApp\SOS.StackAndOtherTests.Heap.portable.dmp %USERPROFILE%\.nuget\packages\testassets.linux.arm64.5.0\%ORIGINAL_VERSION%\content\SymbolTestApp | ||
call ..\writexml.cmd %USERPROFILE%\.nuget\packages\testassets.linux.arm64.6.0\%ORIGINAL_VERSION%\content\DivZero\SOS.DivZero.Heap.dmp %USERPROFILE%\.nuget\packages\testassets.linux.arm64.6.0\%ORIGINAL_VERSION%\content\DivZero | ||
call ..\writexml.cmd %USERPROFILE%\.nuget\packages\testassets.linux.arm64.6.0\%ORIGINAL_VERSION%\content\DivZero\SOS.DivZero.Triage.dmp %USERPROFILE%\.nuget\packages\testassets.linux.arm64.6.0\%ORIGINAL_VERSION%\content\DivZero | ||
call ..\writexml.cmd %USERPROFILE%\.nuget\packages\testassets.linux.arm64.6.0\%ORIGINAL_VERSION%\content\WebApp3\SOS.WebApp3.Heap.dmp %USERPROFILE%\.nuget\packages\testassets.linux.arm64.6.0\%ORIGINAL_VERSION%\content\WebApp3 | ||
call ..\writexml.cmd %USERPROFILE%\.nuget\packages\testassets.linux.x64.3.1\%ORIGINAL_VERSION%\content\SymbolTestApp\SOS.StackAndOtherTests.Heap.portable.dmp %USERPROFILE%\.nuget\packages\testassets.linux.x64.3.1\%ORIGINAL_VERSION%\content\SymbolTestApp | ||
call ..\writexml.cmd %USERPROFILE%\.nuget\packages\testassets.linux.x64.5.0\%ORIGINAL_VERSION%\content\LineNums\SOS.LineNums.Heap.dmp %USERPROFILE%\.nuget\packages\testassets.linux.x64.5.0\%ORIGINAL_VERSION%\content\LineNums | ||
call ..\writexml.cmd %USERPROFILE%\.nuget\packages\testassets.linux.x64.5.0\%ORIGINAL_VERSION%\content\SymbolTestApp\SOS.StackAndOtherTests.Heap.portable.dmp %USERPROFILE%\.nuget\packages\testassets.linux.x64.5.0\%ORIGINAL_VERSION%\content\SymbolTestApp | ||
call ..\writexml.cmd %USERPROFILE%\.nuget\packages\testassets.linux.x64.6.0\%ORIGINAL_VERSION%\content\DivZero\SOS.DivZero.Heap.dmp %USERPROFILE%\.nuget\packages\testassets.linux.x64.6.0\%ORIGINAL_VERSION%\content\DivZero | ||
call ..\writexml.cmd %USERPROFILE%\.nuget\packages\testassets.linux.x64.6.0\%ORIGINAL_VERSION%\content\DivZero\SOS.DivZero.Triage.dmp %USERPROFILE%\.nuget\packages\testassets.linux.x64.6.0\%ORIGINAL_VERSION%\content\DivZero | ||
call ..\writexml.cmd %USERPROFILE%\.nuget\packages\testassets.linux.x64.6.0\%ORIGINAL_VERSION%\content\WebApp3\SOS.WebApp3.Heap.dmp %USERPROFILE%\.nuget\packages\testassets.linux.x64.6.0\%ORIGINAL_VERSION%\content\WebApp3 | ||
call ..\writexml.cmd %USERPROFILE%\.nuget\packages\testassets.windows.x64.3.1\%ORIGINAL_VERSION%\content\SymbolTestApp\SOS.StackAndOtherTests.Heap.portable.dmp %USERPROFILE%\.nuget\packages\testassets.windows.x64.3.1\%ORIGINAL_VERSION%\content\SymbolTestApp | ||
call ..\writexml.cmd %USERPROFILE%\.nuget\packages\testassets.windows.x64.5.0\%ORIGINAL_VERSION%\content\DualRuntimes\SOS.DualRuntimes.Heap.dmp %USERPROFILE%\.nuget\packages\testassets.windows.x64.5.0\%ORIGINAL_VERSION%\content\DualRuntimes | ||
call ..\writexml.cmd %USERPROFILE%\.nuget\packages\testassets.windows.x64.5.0\%ORIGINAL_VERSION%\content\LineNums\SOS.LineNums.Heap.dmp %USERPROFILE%\.nuget\packages\testassets.windows.x64.5.0\%ORIGINAL_VERSION%\content\LineNums | ||
call ..\writexml.cmd %USERPROFILE%\.nuget\packages\testassets.windows.x64.5.0\%ORIGINAL_VERSION%\content\SymbolTestApp\SOS.StackAndOtherTests.Heap.portable.dmp %USERPROFILE%\.nuget\packages\testassets.windows.x64.5.0\%ORIGINAL_VERSION%\content\SymbolTestApp | ||
call ..\writexml.cmd %USERPROFILE%\.nuget\packages\testassets.windows.x64.6.0\%ORIGINAL_VERSION%\content\DivZero\SOS.DivZero.Heap.dmp %USERPROFILE%\.nuget\packages\testassets.windows.x64.6.0\%ORIGINAL_VERSION%\content\DivZero | ||
call ..\writexml.cmd %USERPROFILE%\.nuget\packages\testassets.windows.x64.6.0\%ORIGINAL_VERSION%\content\DivZero\SOS.DivZero.Triage.dmp %USERPROFILE%\.nuget\packages\testassets.windows.x64.6.0\%ORIGINAL_VERSION%\content\DivZero | ||
call ..\writexml.cmd %USERPROFILE%\.nuget\packages\testassets.windows.x64.6.0\%ORIGINAL_VERSION%\content\WebApp3\SOS.WebApp3.Heap.dmp %USERPROFILE%\.nuget\packages\testassets.windows.x64.6.0\%ORIGINAL_VERSION%\content\WebApp3 | ||
call ..\writexml_x86.cmd %USERPROFILE%\.nuget\packages\testassets.windows.x86.3.1\%ORIGINAL_VERSION%\content\SymbolTestApp\SOS.StackAndOtherTests.Heap.portable.dmp %USERPROFILE%\.nuget\packages\testassets.windows.x86.3.1\%ORIGINAL_VERSION%\content\SymbolTestApp | ||
call ..\writexml_x86.cmd %USERPROFILE%\.nuget\packages\testassets.windows.x86.5.0\%ORIGINAL_VERSION%\content\DualRuntimes\SOS.DualRuntimes.Heap.dmp %USERPROFILE%\.nuget\packages\testassets.windows.x86.5.0\%ORIGINAL_VERSION%\content\DualRuntimes | ||
call ..\writexml_x86.cmd %USERPROFILE%\.nuget\packages\testassets.windows.x86.5.0\%ORIGINAL_VERSION%\content\LineNums\SOS.LineNums.Heap.dmp %USERPROFILE%\.nuget\packages\testassets.windows.x86.5.0\%ORIGINAL_VERSION%\content\LineNums | ||
call ..\writexml_x86.cmd %USERPROFILE%\.nuget\packages\testassets.windows.x86.5.0\%ORIGINAL_VERSION%\content\SymbolTestApp\SOS.StackAndOtherTests.Heap.portable.dmp %USERPROFILE%\.nuget\packages\testassets.windows.x86.5.0\%ORIGINAL_VERSION%\content\SymbolTestApp | ||
call ..\writexml_x86.cmd %USERPROFILE%\.nuget\packages\testassets.windows.x86.6.0\%ORIGINAL_VERSION%\content\DivZero\SOS.DivZero.Heap.dmp %USERPROFILE%\.nuget\packages\testassets.windows.x86.6.0\%ORIGINAL_VERSION%\content\DivZero | ||
call ..\writexml_x86.cmd %USERPROFILE%\.nuget\packages\testassets.windows.x86.6.0\%ORIGINAL_VERSION%\content\DivZero\SOS.DivZero.Triage.dmp %USERPROFILE%\.nuget\packages\testassets.windows.x86.6.0\%ORIGINAL_VERSION%\content\DivZero | ||
call ..\writexml_x86.cmd %USERPROFILE%\.nuget\packages\testassets.windows.x86.6.0\%ORIGINAL_VERSION%\content\WebApp3\SOS.WebApp3.Heap.dmp %USERPROFILE%\.nuget\packages\testassets.windows.x86.6.0\%ORIGINAL_VERSION%\content\WebApp3 |
Oops, something went wrong.