xref: /freebsd/sys/arm/include/trap.h (revision 1b647f44bcb39b5249e197f1c8d028a7304b44cd)
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