[Bug libc/22433] linux x86/x86_64 <sys/ptrace.h> does not provide PTRACE_GET_THREAD_AREA (and more)
cvs-commit at gcc dot gnu.org
sourceware-bugzilla@sourceware.org
Mon Jan 1 20:44:00 GMT 2018
https://sourceware.org/bugzilla/show_bug.cgi?id=22433
--- Comment #5 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".
The branch, master has been updated
via b05cb613e7ae507680c8d914b3e788eea782c0d6 (commit)
from dbba87d531ad3ea372eba6cb56436a231ca7fb32 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=b05cb613e7ae507680c8d914b3e788eea782c0d6
commit b05cb613e7ae507680c8d914b3e788eea782c0d6
Author: Dmitry V. Levin <ldv@altlinux.org>
Date: Fri Dec 29 23:19:32 2017 +0000
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.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 3 +
sysdeps/unix/sysv/linux/{x86 => arm}/sys/ptrace.h | 74 ++++++++++++---------
2 files changed, 45 insertions(+), 32 deletions(-)
copy sysdeps/unix/sysv/linux/{x86 => arm}/sys/ptrace.h (74%)
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Glibc-bugs
mailing list