]> Git Repo - uclibc-ng.git/commit
update ptrace.h to latest from glibc
authorJames Hogan <[email protected]>
Fri, 30 Nov 2012 10:08:13 +0000 (10:08 +0000)
committerMike Frysinger <[email protected]>
Sat, 1 Dec 2012 07:04:51 +0000 (02:04 -0500)
commitff352060fe8704df40ce296f97768a6b4bf7295d
tree35275619363914f6d53902578bd373e064cf3736
parent1d6f6660ffa5303b88c9b7e940b33f2d29e7fb9c
update ptrace.h to latest from glibc

Update libc/sysdeps/linux/common/sys/ptrace.h to latest from glibc's
sysdeps/unix/sysv/linux/sys/ptrace.h.

This adds definitions for operations:
 - PTRACE_GETREGSET
 - PTRACE_SETREGSET
 - PTRACE_SEIZE
 - PTRACE_INTERRUPT
 - PTRACE_LISTEN

And adds flags:
 - PTRACE_SEIZE_DEVEL

And adds event codes:
 - PTRACE_EVENT_SECCOMP

This is to allow access to the generic interface for accessing
architecture specific regsets using the corresponding NT_* types,
required for new Linux kernel architecture ports.

Signed-off-by: James Hogan <[email protected]>
Signed-off-by: Mike Frysinger <[email protected]>
libc/sysdeps/linux/common/sys/ptrace.h
This page took 0.029648 seconds and 4 git commands to generate.