Go to the documentation of this file.
4 #ifndef _UAPI__ASM_SH_PTRACE_H
5 #define _UAPI__ASM_SH_PTRACE_H
8 #define PTRACE_GETREGS 12
9 #define PTRACE_SETREGS 13
11 #define PTRACE_GETFPREGS 14
12 #define PTRACE_SETFPREGS 15
14 #define PTRACE_GETFDPIC 31
16 #define PTRACE_GETFDPIC_EXEC 0
17 #define PTRACE_GETFDPIC_INTERP 1
19 #define PTRACE_GETDSPREGS 55
20 #define PTRACE_SETDSPREGS 56
22 #define PT_TEXT_END_ADDR 240
23 #define PT_TEXT_ADDR 244
24 #define PT_DATA_ADDR 248
25 #define PT_TEXT_LEN 252
27 #if defined(__SH5__) || defined(CONFIG_CPU_SH5)
28 #include <asm/ptrace_64.h>
30 #include <asm/ptrace_32.h>