microsoft / clrmd

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

Symbol cache cleanup/fixes #1268

Closed leculver closed 2 months ago

leculver commented 2 months ago

Fix bug where we did not properly respect the cache set in the symbol path.

ryanmolden commented 2 months ago

Looks good to me, though I am not sure of all the insane formats that symbol server strings can take on.

leculver commented 2 months ago

We support what we can and try to ignore the rest...