Add array of managed assembly objects to StackFrameHelper class:
authorJohn Salem <josalem@microsoft.com>
Tue, 19 Feb 2019 23:20:06 +0000 (15:20 -0800)
committerJohn Salem <josalem@microsoft.com>
Wed, 20 Feb 2019 00:28:37 +0000 (16:28 -0800)
commit83643fba0cef350800cb1d3e741d2ee4fa215fed
treec8341d8683ad6b1246e7e9c8963aacf8ddf87888
parent2adfb96daf168bcaebb9342f60743a1cb42c67a2
Add array of managed assembly objects to StackFrameHelper class:
 * allows for more robust caching of source info (in CoreFX) in light of unloadability
 * allows dynamic and regular assemblies to use the same key for source info caching (in CoreFX)

 dotnet/coreclr#20179

Commit migrated from https://github.com/dotnet/coreclr/commit/614876ade8dc6cb966932036c9a5adeba1769e0d
src/coreclr/src/System.Private.CoreLib/src/System/Diagnostics/StackFrameHelper.cs
src/coreclr/src/vm/debugdebugger.cpp
src/coreclr/src/vm/debugdebugger.h