microsoft / clrmd

Microsoft.Diagnostics.Runtime is a set of APIs for introspecting processes and dumps.
MIT License
1.05k stars 256 forks source link

Fix Linux single-file apps dumps loaded on Windows #1176

Closed mikem8361 closed 1 year ago

mikem8361 commented 1 year ago

Loading Linux single-file core dumps either with windbg or dotnet-dump on Windows doesn't work because the perf fix added in PR #1000 checked for the host/running OS not the target OS.