forked from OSchip/llvm-project
2451cbf07b
This patch extends the reproducers to intercept calls to FindProcesses. During capture it serializes the ProcessInstanceInfoList returned by the API. During replay, it returns the serialized data instead of querying the host. The motivation for this patch is supporting the process attach workflow during replay. Without this change it would incorrectly look for the inferior on the host during replay and failing if no matching process was found. Differential revision: https://reviews.llvm.org/D75877 |
||
---|---|---|
.. | ||
Host.cpp | ||
HostInfoOpenBSD.cpp |