2005-04-17 06:20:36 +08:00
|
|
|
#ifndef _CRIS_PTRACE_H
|
|
|
|
#define _CRIS_PTRACE_H
|
|
|
|
|
2008-10-21 23:45:58 +08:00
|
|
|
#include <arch/ptrace.h>
|
2005-04-17 06:20:36 +08:00
|
|
|
|
|
|
|
#ifdef __KERNEL__
|
2008-07-25 16:47:34 +08:00
|
|
|
|
2005-04-17 06:20:36 +08:00
|
|
|
/* Arbitrarily choose the same ptrace numbers as used by the Sparc code. */
|
|
|
|
#define PTRACE_GETREGS 12
|
|
|
|
#define PTRACE_SETREGS 13
|
|
|
|
|
2005-07-28 02:44:40 +08:00
|
|
|
#define profile_pc(regs) instruction_pointer(regs)
|
|
|
|
|
2008-07-25 16:47:34 +08:00
|
|
|
#endif /* __KERNEL__ */
|
|
|
|
|
2005-04-17 06:20:36 +08:00
|
|
|
#endif /* _CRIS_PTRACE_H */
|