Change jit notifications so that they pass the native code address. (dotnet/coreclr...
authorDavid Mason <davmason@microsoft.com>
Mon, 18 Sep 2017 21:41:48 +0000 (14:41 -0700)
committerGitHub <noreply@github.com>
Mon, 18 Sep 2017 21:41:48 +0000 (14:41 -0700)
commite31784c599c90c56b11b49da88641aa445ffe811
tree6652ad6c29774f127f5466e7fff1a69638630c7f
parent49ec318fa336f2901994728a47a0e1c171dd59cc
Change jit notifications so that they pass the native code address.  (dotnet/coreclr#14021)

* Change jit notifications so that they pass the native code address. This fixes !bpmd so that it will set the correct breakpoint on tiered jitted methods.

* code review feedback

* don't handle OnCodeGenerated

Commit migrated from https://github.com/dotnet/coreclr/commit/00f316a9194904ca567f6006febb4aa7eac49aa6
src/coreclr/src/ToolBox/SOS/Strike/strike.cpp
src/coreclr/src/debug/daccess/daccess.cpp
src/coreclr/src/inc/xclrdata.idl
src/coreclr/src/pal/prebuilt/idl/xclrdata_i.cpp
src/coreclr/src/pal/prebuilt/inc/xclrdata.h
src/coreclr/src/vm/prestub.cpp
src/coreclr/src/vm/util.cpp
src/coreclr/src/vm/util.hpp