mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-11 12:56:08 +00:00

Implement the qXfer:siginfo:read that is used to read the siginfo_t (extended signal information) for the current thread. This is currently implemented on FreeBSD and Linux. Differential Revision: https://reviews.llvm.org/D117113