]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sys/arm/include/trap.h
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / sys / arm / include / trap.h
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_ */