Structured dump of instance entrypoints and decoding generic lookups (dotnet/coreclr...
authorTomáš Rylek <trylek@microsoft.com>
Wed, 17 Oct 2018 03:08:11 +0000 (20:08 -0700)
committerGitHub <noreply@github.com>
Wed, 17 Oct 2018 03:08:11 +0000 (20:08 -0700)
commit7a20f8a0c3873bb7d984a4704421651d93bd3cbf
tree019e16abe1002b06b6eaa13d89abf3785dc73b70
parent12826fa22163c78901722c74b8630990b9387b3d
Structured dump of instance entrypoints and decoding generic lookups (dotnet/coreclr#20433)

1) Dump method signatures in the INSTANCE_METHOD_ENTRYPOINTS section;

2) Add logic for decoding generic lookups;

3) Add previously missing support for dumping MVAR index.

Thanks

Tomas

Commit migrated from https://github.com/dotnet/coreclr/commit/57d101bf25c31973ec01872506f9c7e12933f2b3
src/coreclr/src/tools/r2rdump/R2RReader.cs
src/coreclr/src/tools/r2rdump/R2RSignature.cs
src/coreclr/src/tools/r2rdump/TextDumper.cs