projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ba6d3f
)
[ARM] Add comments marking in-use ptrace numbers
author
Russell King
<rmk@dyn-67.arm.linux.org.uk>
Sun, 6 May 2007 13:49:56 +0000
(14:49 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Sun, 6 May 2007 13:49:56 +0000
(14:49 +0100)
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
include/asm-arm/ptrace.h
patch
|
blob
|
blame
|
history
diff --git
a/include/asm-arm/ptrace.h
b/include/asm-arm/ptrace.h
index 5a8ef787dbf81c0c3ec5caf79471fe69a3033f07..2d0dad8c10acb144b241f9088b1cf2a985e3939b 100644
(file)
--- a/
include/asm-arm/ptrace.h
+++ b/
include/asm-arm/ptrace.h
@@
-10,23
+10,19
@@
#ifndef __ASM_ARM_PTRACE_H
#define __ASM_ARM_PTRACE_H
-
#define PTRACE_GETREGS 12
#define PTRACE_SETREGS 13
#define PTRACE_GETFPREGS 14
#define PTRACE_SETFPREGS 15
-
+/* PTRACE_ATTACH is 16 */
+/* PTRACE_DETACH is 17 */
#define PTRACE_GETWMMXREGS 18
#define PTRACE_SETWMMXREGS 19
-
+/* 20 is unused */
#define PTRACE_OLDSETOPTIONS 21
-
#define PTRACE_GET_THREAD_AREA 22
-
#define PTRACE_SET_SYSCALL 23
-
/* PTRACE_SYSCALL is 24 */
-
#define PTRACE_GETCRUNCHREGS 25
#define PTRACE_SETCRUNCHREGS 26