Files
swift-mirror/stdlib/public/runtime
Alastair Houghton 2b7c0aa1f6 [Linux][Backtracing] Don't try to use process_vm_readv().
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
2025-09-26 08:57:04 +01:00
..
2024-07-08 10:29:31 +01:00
2024-03-07 16:33:49 +00:00
2024-12-12 10:36:36 -08:00