]> git.ipfire.org Git - thirdparty/glibc.git/commit - sysdeps/unix/sysv/linux/arm/sys/ptrace.h
linux/arm: sync sys/ptrace.h with Linux 4.15 [BZ #22433]
authorDmitry V. Levin <ldv@altlinux.org>
Fri, 29 Dec 2017 23:19:32 +0000 (23:19 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 1 Jan 2018 20:37:32 +0000 (20:37 +0000)
commitb05cb613e7ae507680c8d914b3e788eea782c0d6
treee0ec9cfb6ef244a0a36637dd2e4e02f795a0928f
parentdbba87d531ad3ea372eba6cb56436a231ca7fb32
linux/arm: sync sys/ptrace.h with Linux 4.15 [BZ #22433]

Clone generic linux/sys/ptrace.h, remove x86-specific PTRACE_GETFPXREGS
and PTRACE_SETFPXREGS constants, add the following arm-specific
__ptrace_request constants: PTRACE_GETWMMXREGS, PTRACE_SETWMMXREGS,
PTRACE_GET_THREAD_AREA, PTRACE_SET_SYSCALL, PTRACE_GETCRUNCHREGS,
PTRACE_SETCRUNCHREGS, PTRACE_GETVFPREGS, PTRACE_SETVFPREGS,
PTRACE_GETHBPREGS, PTRACE_SETHBPREGS, and PTRACE_GETFDPIC.

Tested with strace.

* sysdeps/unix/sysv/linux/arm/sys/ptrace.h: New file.
ChangeLog
sysdeps/unix/sysv/linux/arm/sys/ptrace.h [new file with mode: 0644]