Fix debugger collectible thread statics access (dotnet/coreclr#21175)
authorJan Vorlicek <janvorli@microsoft.com>
Fri, 23 Nov 2018 18:14:03 +0000 (19:14 +0100)
committerGitHub <noreply@github.com>
Fri, 23 Nov 2018 18:14:03 +0000 (19:14 +0100)
commit0cd617e2636bb2c9b5b6f92ea28fd4a5dfd6a874
tree08b30d3662c74cb22779374ea56189f51a5ecfcc
parentecee52d9274d60c38aa711386ed3ebb1aa86c042
Fix debugger collectible thread statics access (dotnet/coreclr#21175)

The CordbClass::GetStaticFieldValue2 was missing support for accessing
thread statics in collectible classes. Fortunately the fix was simple,
we can use the same code path as for non-collectible thread statics.

Commit migrated from https://github.com/dotnet/coreclr/commit/b5c9edd9ea63639328ec587003f97922b80ef029
src/coreclr/src/debug/di/rsclass.cpp