ptrace.h 354 B

123456789101112131415
  1. #ifndef _CRIS_PTRACE_H
  2. #define _CRIS_PTRACE_H
  3. #include <uapi/asm/ptrace.h>
  4. /* Arbitrarily choose the same ptrace numbers as used by the Sparc code. */
  5. #define PTRACE_GETREGS 12
  6. #define PTRACE_SETREGS 13
  7. #define profile_pc(regs) instruction_pointer(regs)
  8. #define current_user_stack_pointer() rdusp()
  9. #endif /* _CRIS_PTRACE_H */