Fix Unable to step through Visual Studio remote debugger with coreclr executables...
authorMike McLaughlin <mikem@microsoft.com>
Thu, 22 Sep 2016 20:51:13 +0000 (13:51 -0700)
committerGitHub <noreply@github.com>
Thu, 22 Sep 2016 20:51:13 +0000 (13:51 -0700)
commit5df288ed77b004708babe296d96412e3bdb13bed
treecf35dc28fcf228d4d17dbc729969319732151fba
parent4dd3965514c9b4316230cbd329fc0b0f84be2a92
Fix Unable to step through Visual Studio remote debugger with coreclr executables on Nano Server (#7317)

Needed to add back a dummy version of ICorDebugLegacyNetCFHostCallbackInvoker_PrivateWindowsPhoneOnly interface so
VS doesn't get the QI failure and stop working by not calling the "Continue" method.

Issue #7316
clr.coreclr.props
clr.defines.targets
clrdefinitions.cmake
src/debug/di/process.cpp
src/debug/di/rspriv.h
src/inc/xcordebug.idl
src/pal/prebuilt/idl/xcordebug_i.cpp
src/pal/prebuilt/inc/xcordebug.h