]> sourceware.org Git - glibc.git/commit
Add PTRACE_GET_SYSCALL_INFO from Linux 5.3 to sys/ptrace.h.
authorJoseph Myers <joseph@codesourcery.com>
Mon, 14 Oct 2019 23:43:52 +0000 (23:43 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Mon, 14 Oct 2019 23:43:52 +0000 (23:43 +0000)
commitd1e411e5c786ce3028d98b4e6fc02c2fcf66ae37
tree0a86a0ed2758892ef02f78f2207c38b92bbe3221
parent2e4e75727eb05eef4c10470d865bd42962d5fae7
Add PTRACE_GET_SYSCALL_INFO from Linux 5.3 to sys/ptrace.h.

Linux 5.3 adds a PTRACE_GET_SYSCALL_INFO constant, with an associated
structure and PTRACE_SYSCALL_INFO_* constants.

This patch adds these to sys/ptrace.h in glibc
(PTRACE_GET_SYSCALL_INFO in each architecture version, the rest in
bits/ptrace-shared.h).  As with previous such constants and associated
structures, the glibc version of the structure is named struct
__ptrace_syscall_info.

Tested for x86_64, and with build-many-glibcs.py.
sysdeps/unix/sysv/linux/aarch64/sys/ptrace.h
sysdeps/unix/sysv/linux/arm/sys/ptrace.h
sysdeps/unix/sysv/linux/bits/ptrace-shared.h
sysdeps/unix/sysv/linux/ia64/sys/ptrace.h
sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h
sysdeps/unix/sysv/linux/s390/sys/ptrace.h
sysdeps/unix/sysv/linux/sparc/sys/ptrace.h
sysdeps/unix/sysv/linux/sys/ptrace.h
sysdeps/unix/sysv/linux/x86/sys/ptrace.h
This page took 0.296706 seconds and 5 git commands to generate.