R2RDump - UnwindInfo for x86 (dotnet/coreclr#18994)
authorAmy <amycmyu@gmail.com>
Mon, 23 Jul 2018 20:35:57 +0000 (13:35 -0700)
committerGitHub <noreply@github.com>
Mon, 23 Jul 2018 20:35:57 +0000 (13:35 -0700)
commit0f97c123a13276b84d46b9208ad3c622db565978
tree5f400f8518eb0eeeb242bb44c113fccd1287d1e8
parent838fe58a8c8e6bc50310e3c13e3570da3381af4f
R2RDump - UnwindInfo for x86 (dotnet/coreclr#18994)

* UnwindInfo for x86

* Update tests

Commit migrated from https://github.com/dotnet/coreclr/commit/53e07bfd459df597f833bb3ac8673aadb247a253
13 files changed:
src/coreclr/src/tools/r2rdump/Amd64/UnwindInfo.cs
src/coreclr/src/tools/r2rdump/NativeReader.cs
src/coreclr/src/tools/r2rdump/R2RMethod.cs
src/coreclr/src/tools/r2rdump/R2RReader.cs
src/coreclr/src/tools/r2rdump/x86/UnwindInfo.cs [new file with mode: 0644]
src/coreclr/tests/src/readytorun/r2rdump/files/Windows_NT.x86.Checked/GcInfoTransitions.xml
src/coreclr/tests/src/readytorun/r2rdump/files/Windows_NT.x86.Checked/GenericFunctions.xml
src/coreclr/tests/src/readytorun/r2rdump/files/Windows_NT.x86.Checked/HelloWorld.xml
src/coreclr/tests/src/readytorun/r2rdump/files/Windows_NT.x86.Checked/MultipleRuntimeFunctions.xml
src/coreclr/tests/src/readytorun/r2rdump/files/Windows_NT.x86.Release/GcInfoTransitions.xml
src/coreclr/tests/src/readytorun/r2rdump/files/Windows_NT.x86.Release/GenericFunctions.xml
src/coreclr/tests/src/readytorun/r2rdump/files/Windows_NT.x86.Release/HelloWorld.xml
src/coreclr/tests/src/readytorun/r2rdump/files/Windows_NT.x86.Release/MultipleRuntimeFunctions.xml