1 /* $NetBSD: trap.h,v 1.1 2001/02/23 03:48:19 ichiro Exp $ */ 2 3 #ifndef _MACHINE_TRAP_H_ 4 #define _MACHINE_TRAP_H_ 5 #define GDB_BREAKPOINT 0xe6000011 6 #define GDB5_BREAKPOINT 0xe7ffdefe 7 #define PTRACE_BREAKPOINT 0xe7fffff0 8 #define KERNEL_BREAKPOINT 0xe7ffffff 9 #define FBT_BREAKPOINT 0xe7f000f0 10 #endif /* _MACHINE_TRAP_H_ */ 11