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