[PATCH] D56206: Introduce `RemoteAddressSpaceView` and `VMReadContext`.

Dan Liew via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 3 07:06:21 PST 2019


delcypher added a comment.

In D56206#1344618 <https://reviews.llvm.org/D56206#1344618>, @kristina wrote:

> Would it make sense to also extend this to Linux using `process_vm_readv`/`process_vm_writev`?


Perhaps, but certainly not in this patch because I consider that out of scope. On Darwin we already have tools that will be using the new functionality, on Linux the tools don't exist yet. So implementing `VMReadContext` for Darwin is much more useful at this time.
The interface should be generic enough that we could add Linux support in the future.


Repository:
  rCRT Compiler Runtime

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56206/new/

https://reviews.llvm.org/D56206





More information about the llvm-commits mailing list