Skip to content

Commit

Permalink
[ARM] Add comments marking in-use ptrace numbers
Browse files Browse the repository at this point in the history
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Russell King authored and Russell King committed May 6, 2007
1 parent 5ba6d3f commit 1b11652
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions include/asm-arm/ptrace.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1b11652

Please sign in to comment.