mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
We used to try to use `process_vm_readv()` if `CAP_SYS_PTRACE` is enabled. This avoided using signal handlers to catch crashes when we try to read through an invalid pointer, but it complicates the code and it turns out not to work on some Linux kernels where the `process_vm_readv()` syscall is unavailable. rdar://159930644
19 KiB
19 KiB