]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add PTRACE_EVENT_STOP, as per b/13432624.
authorBrooks Moses <bmoses@google.com>
Wed, 30 Apr 2014 01:30:32 +0000 (18:30 -0700)
committerBrooks Moses <bmoses@google.com>
Wed, 30 Apr 2014 01:30:32 +0000 (18:30 -0700)
README.google
sysdeps/unix/sysv/linux/sys/ptrace.h

index 39313f083691025cf281dcd383ac010a35671d27..73fb156672e679b97257656e5a951f69ab29e1d3 100644 (file)
@@ -300,3 +300,7 @@ sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S
   https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=4facea473059914983b7da8dd654c06b8e3dcc41
   https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=dd3946c615184e1957a0cb09352cac72be5d6d5b
   (bmoses, already upstream)
+
+sysdeps/unix/sysv/linux/sys/ptrace.h
+  For b/13432624, add PTRACE_EVENT_STOP to __ptrace_eventcodes enum.
+  (bmoses, not yet upstream)
index e800562e81f622e1b28537cc321744605043eba3..c931fd3d2f0fd63266d478cd6108c77e7ab4693f 100644 (file)
@@ -184,7 +184,8 @@ enum __ptrace_eventcodes
   PTRACE_EVENT_EXEC    = 4,
   PTRACE_EVENT_VFORK_DONE = 5,
   PTRACE_EVENT_EXIT    = 6,
-  PTRACE_EVENT_SECCOMP  = 7
+  PTRACE_EVENT_SECCOMP  = 7,
+  PTRACE_EVENT_STOP     = 128
 };
 
 /* Arguments for PTRACE_PEEKSIGINFO.  */