You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of #3072 - Freax13:arm/user_regs, r=JohnTitor
add `user_regs` for linux on arm
This struct is used for `PTRACE_GETREGS` & `PTRACE_SETREGS`. We mirror the name used in `glibc`. This struct is called `pt_regs` in the kernel. Instead of a `uregs` array, we use separate named fields.
> - \[ ] Edit corresponding file(s) under `libc-test/semver` when you add/remove item(s)
AFAICT there's no file for linux on arm (not aarch64). Am I missing something here?
0 commit comments