-
Notifications
You must be signed in to change notification settings - Fork 665
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
Add getregs()
/setregs()
/getregset()
/setregset()
support for loongarch64-linux-gnu/musl
#2507
base: master
Are you sure you want to change the base?
Conversation
80550b6
to
e29f356
Compare
Maybe it should have #2461 merged if this PR could get a good test result on loongarch64 target. |
e29f356
to
fdbf69b
Compare
Yeah, you are welcome to pick it up if the author of that PR is ok with this. |
Please rebase your branch to run the CI. |
…oongarch64-linux-gnu/musl
fdbf69b
to
531f0f9
Compare
rebased and updated. |
Indeed 😪 |
It seems rust-lang/libc 0.2 will include these ptrace syscall in musl. |
You mean aarch64/Linux/musl? I tried to do this in #2510, but barely have time to finish it now. 😮💨 |
What does this PR do
This pull request will add ptrace reg funcs support for loongarch64 architectures, includes loongarch64-linux-gnu and loongarch64-linux-musl.
Checklist:
CONTRIBUTING.md