Add FEATURE_REMOTE_PROC_MEM (#2244)
authorSteve MacLean <Steve.MacLean@microsoft.com>
Tue, 28 Jan 2020 01:10:36 +0000 (20:10 -0500)
committerGitHub <noreply@github.com>
Tue, 28 Jan 2020 01:10:36 +0000 (20:10 -0500)
commit0454dac14a2901ba79a3a14cdf8aca0804674f15
tree7c06d0e16b48331b72be49197ba7050b57491656
parentd77a21c8ccd4473a876cacce0292ce018733e967
Add FEATURE_REMOTE_PROC_MEM (#2244)

The /proc/mem filesystem is only available on Linux hosts. Revise #ifdef
to use FEATURE_PROC_MEM to enable disable the use of /proc/mem on the
debug target shim.  Enable only when HOST and target are Unix, but not
Darwin.
src/coreclr/clrdefinitions.cmake
src/coreclr/src/debug/di/shimremotedatatarget.cpp