issues
search
microsoft
/
clrmd
Microsoft.Diagnostics.Runtime is a set of APIs for introspecting processes and dumps.
MIT License
1.06k
stars
256
forks
source link
Fix a couple of issues for statics in sos14
#1285
Closed
kouvel
closed
2 months ago
kouvel
commented
2 months ago
Followup to
https://github.com/microsoft/clrmd/pull/1284
, passed in the method table address to the statics APIs instead of the module address
Treated
ClrElementType.Pointer
as primitive, as for thread-statics they seem to be stored in the non-GC section
ClrElementType.Pointer
as primitive, as for thread-statics they seem to be stored in the non-GC section