1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 #ifndef _UAPI_M68K_PTRACE_H
3 #define _UAPI_M68K_PTRACE_H
27 /* this struct defines the way the registers are stored on the
28 stack during a system call. */
42 #ifdef CONFIG_COLDFIRE
43 unsigned format
: 4; /* frame format specifier */
44 unsigned vector
: 12; /* vector offset */
50 unsigned format
: 4; /* frame format specifier */
51 unsigned vector
: 12; /* vector offset */
56 * This is the extended stack used by signal handlers and the context
57 * switcher: it's pushed after the normal "struct pt_regs".
69 /* Arbitrarily choose the same ptrace numbers as used by the Sparc code. */
70 #define PTRACE_GETREGS 12
71 #define PTRACE_SETREGS 13
72 #define PTRACE_GETFPREGS 14
73 #define PTRACE_SETFPREGS 15
75 #define PTRACE_GET_THREAD_AREA 25
77 #define PTRACE_SINGLEBLOCK 33 /* resume execution until next branch */
79 #endif /* __ASSEMBLY__ */
80 #endif /* _UAPI_M68K_PTRACE_H */