Delegate inspection API in the DBI (#25362)
authorJuan Hoyos <juan.hoyos@microsoft.com>
Wed, 26 Jun 2019 17:11:56 +0000 (10:11 -0700)
committerGitHub <noreply@github.com>
Wed, 26 Jun 2019 17:11:56 +0000 (10:11 -0700)
commit394edf40a089ac3fae5415dba8235b89c7133319
treeb345f3742355429ce2ea9d7790fe37b4ee6fe6f3
parentbe31aaea6402390d808fa41d4cd1fa9b68f4cdd0
Delegate inspection API in the DBI (#25362)

* Add ICorDebugDelegateObjectValue interfaces
* Expose appropriate HR (CORDBG_E_UNSUPPORTED_DELEGATE)
* Partially DACize DelegateObject
* Add DacDbi method for delegate inspection
13 files changed:
src/debug/daccess/dacdbiimpl.cpp
src/debug/daccess/dacdbiimpl.h
src/debug/di/divalue.cpp
src/debug/di/rspriv.h
src/debug/inc/dacdbiinterface.h
src/inc/cordebug.idl
src/inc/corerror.xml
src/pal/prebuilt/corerror/mscorurt.rc
src/pal/prebuilt/idl/cordebug_i.cpp
src/pal/prebuilt/inc/cordebug.h
src/pal/prebuilt/inc/corerror.h
src/vm/comdelegate.cpp
src/vm/common.h