Go to the documentation of this file. 1 #ifndef _CRIS_ARCH_PTRACE_H
2 #define _CRIS_ARCH_PTRACE_H
47 #define M_CCS_BITNR 30
48 #define Q_CCS_BITNR 31
111 #define arch_has_single_step() (1)
112 #define user_mode(regs) (((regs)->ccs & (1 << (U_CCS_BITNR + CCS_SHIFT))) != 0)
113 #define instruction_pointer(regs) ((regs)->erp)
114 #define profile_pc(regs) instruction_pointer(regs)