xref: /freebsd/sys/arm/include/trap.h (revision 7d99ab9fd0cc2c1ce2ecef0ed6d0672c2a50b0cb)
1 /*	$NetBSD: trap.h,v 1.1 2001/02/23 03:48:19 ichiro Exp $	*/
2 /* $FreeBSD$ */
3 
4 #ifndef _MACHINE_TRAP_H_
5 #define _MACHINE_TRAP_H_
6 #define GDB_BREAKPOINT		0xe6000011
7 #define GDB5_BREAKPOINT		0xe7ffdefe
8 #define PTRACE_BREAKPOINT	0xe7fffff0
9 #define KERNEL_BREAKPOINT	0xe7ffffff
10 #endif /* _MACHINE_TRAP_H_ */
11