Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

emilengler
Copy link

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:
rust-lang/libc#3245

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, ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant