projects
/
platform
/
upstream
/
strace.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
825b524
)
Update PTRACE_* constants
author
Dmitry V. Levin
<ldv@altlinux.org>
Sat, 13 Dec 2014 01:56:56 +0000
(
01:56
+0000)
committer
Dmitry V. Levin
<ldv@altlinux.org>
Sat, 13 Dec 2014 01:56:56 +0000
(
01:56
+0000)
* xlat/ptrace_cmds.in: Add PTRACE_PEEKSIGINFO, PTRACE_GETSIGMASK,
and PTRACE_SETSIGMASK.
xlat/ptrace_cmds.in
patch
|
blob
|
history
diff --git
a/xlat/ptrace_cmds.in
b/xlat/ptrace_cmds.in
index bf11ea41870f0c77b938dad41924e85710013fff..9408c1552f24137e6e73eedc75bfaddbb5dc7c86 100644
(file)
--- a/
xlat/ptrace_cmds.in
+++ b/
xlat/ptrace_cmds.in
@@
-10,6
+10,7
@@
PTRACE_KILL
PTRACE_SINGLESTEP
PTRACE_ATTACH
PTRACE_DETACH
+PTRACE_SYSCALL
PTRACE_GETREGS
PTRACE_SETREGS
PTRACE_GETFPREGS
@@
-28,4
+29,6
@@
PTRACE_SET_SYSCALL
PTRACE_SEIZE
PTRACE_INTERRUPT
PTRACE_LISTEN
-PTRACE_SYSCALL
+PTRACE_PEEKSIGINFO
+PTRACE_GETSIGMASK
+PTRACE_SETSIGMASK