Respect the instrumented code maps passed by the profiler in a rejit (#21786)
authorDavid Mason <davmason@microsoft.com>
Mon, 7 Jan 2019 20:53:52 +0000 (12:53 -0800)
committerGitHub <noreply@github.com>
Mon, 7 Jan 2019 20:53:52 +0000 (12:53 -0800)
commite8b934f0b52ecc019fee8ffaa48e658451a84996
tree49a7f768bdd3bc14e370bc2bb2b221ad413a43cd
parente5cb6c35fc18dcf2221f56ecb6a78f194c7fcd0c
Respect the instrumented code maps passed by the profiler in a rejit (#21786)

We currently do not respect the rejit provided instrumentation maps in DebuggerJitInfo::SetBoundaries, this change updates it to use the rejit map if one exists.
src/debug/ee/functioninfo.cpp