1 #ifndef _UAPI_M68K_PTRACE_H
2 #define _UAPI_M68K_PTRACE_H
26 /* this struct defines the way the registers are stored on the
27 stack during a system call. */
41 #ifdef CONFIG_COLDFIRE
42 unsigned format
: 4; /* frame format specifier */
43 unsigned vector
: 12; /* vector offset */
49 unsigned format
: 4; /* frame format specifier */
50 unsigned vector
: 12; /* vector offset */
55 * This is the extended stack used by signal handlers and the context
56 * switcher: it's pushed after the normal "struct pt_regs".
68 /* Arbitrarily choose the same ptrace numbers as used by the Sparc code. */
69 #define PTRACE_GETREGS 12
70 #define PTRACE_SETREGS 13
71 #define PTRACE_GETFPREGS 14
72 #define PTRACE_SETFPREGS 15
74 #define PTRACE_GET_THREAD_AREA 25
76 #define PTRACE_SINGLEBLOCK 33 /* resume execution until next branch */
78 #endif /* __ASSEMBLY__ */
79 #endif /* _UAPI_M68K_PTRACE_H */