Change jit notifications so that they pass the native code address. (#14021)
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)
commit00f316a9194904ca567f6006febb4aa7eac49aa6
tree099e44818721316fb8935e0749245aaa5238d750
parent77594c567e80b22ef1b3e14c69adc50c9c163b27
Change jit notifications so that they pass the native code address.  (#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
src/ToolBox/SOS/Strike/strike.cpp
src/debug/daccess/daccess.cpp
src/inc/xclrdata.idl
src/pal/prebuilt/idl/xclrdata_i.cpp
src/pal/prebuilt/inc/xclrdata.h
src/vm/prestub.cpp
src/vm/util.cpp
src/vm/util.hpp