Fix GetILToNativeMapping3 to return mappings for the specified code start address...
authorKoundinya Veluri <kouvel@users.noreply.github.com>
Sat, 3 Feb 2018 01:55:39 +0000 (17:55 -0800)
committerGitHub <noreply@github.com>
Sat, 3 Feb 2018 01:55:39 +0000 (17:55 -0800)
commit7801a4f047c6e2cd68c5b10b9de232f32a6bdb26
treea32ff10565eebd38f37a3d81d3b9735232cf07b1
parent4e617da457eb1a1a144c814313cbd34bc02ccc54
Fix GetILToNativeMapping3 to return mappings for the specified code start address (#16146)

Fix GetILToNativeMapping3 to return mappings for the specified code start address

Fix for https://github.com/dotnet/coreclr/issues/16145 in master:
- Previously, it was getting or creating the current entry point's corresponding DebugJitInfo and determining that the specified code address is not within the code range
- Fixed to get or create a DebugJitInfo corresponding to the specified code address and return that
src/debug/ee/debugger.cpp
src/debug/ee/debugger.h
src/debug/ee/functioninfo.cpp