nix icon indicating copy to clipboard operation
nix copied to clipboard

Support nix::sys::ptrace::sysemu on musl

Open cvengler opened this issue 2 years ago • 0 comments
trafficstars

This commit implements support for PTRACE_SYSEMU and PTRACE_SYSEMU_SINGLESTEP for x86 and x86_64 musl builds. In the future, this could even be extended to other architectures, for which musl provides support, such as 390x, powerpc, ...


This pull request is still a draft and CI will fail. We need to wait for the next release of the libc crate, which includes support for it: https://github.com/rust-lang/libc/pull/3245

cvengler avatar May 17 '23 06:05 cvengler