projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbf16c4
)
sys/ptrace.h: add missing PTRACE_EVENT_STOP
author
Szabolcs Nagy
<nsz@port70.net>
Sun, 8 Jul 2018 13:15:06 +0000
(15:15 +0200)
committer
Rich Felker
<dalias@aerifal.cx>
Wed, 18 Jul 2018 02:24:15 +0000
(22:24 -0400)
new in linux v3.1 commit
3544d72a0e10d0aa1c1bd59ed77a53a59cdc12f7
changed in linux v3.4 commit
5cdf389aee90109e2e3d88085dea4dd5508a3be7
A tracer recieves this event in the waitpid status of a PTRACED_SEIZED
process.
include/sys/ptrace.h
patch
|
blob
|
history
diff --git
a/include/sys/ptrace.h
b/include/sys/ptrace.h
index f501ff08772ebed91b908e4f2003d2557da01acd..114185fde068cee710027dd92e76761823e4142f 100644
(file)
--- a/
include/sys/ptrace.h
+++ b/
include/sys/ptrace.h
@@
-84,6
+84,7
@@
extern "C" {
#define PTRACE_EVENT_VFORK_DONE 5
#define PTRACE_EVENT_EXIT 6
#define PTRACE_EVENT_SECCOMP 7
+#define PTRACE_EVENT_STOP 128
#define PTRACE_PEEKSIGINFO_SHARED 1