mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-22 11:17:19 +00:00
Add two DTrace trap type values. Used by fasttrap.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
12f48a53f9
commit
8a8d8fa3d1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=211752
@ -62,6 +62,8 @@
|
||||
#define T_MCHK 28 /* machine check trap */
|
||||
#define T_XMMFLT 29 /* SIMD floating-point exception */
|
||||
#define T_RESERVED 30 /* reserved (unknown) */
|
||||
#define T_DTRACE_RET 31 /* DTrace pid return */
|
||||
#define T_DTRACE_PROBE 32 /* DTrace fasttrap probe */
|
||||
|
||||
/* XXX most of the following codes aren't used, but could be. */
|
||||
|
||||
|
@ -62,6 +62,8 @@
|
||||
#define T_MCHK 28 /* machine check trap */
|
||||
#define T_XMMFLT 29 /* SIMD floating-point exception */
|
||||
#define T_RESERVED 30 /* reserved (unknown) */
|
||||
#define T_DTRACE_RET 31 /* DTrace pid return */
|
||||
#define T_DTRACE_PROBE 32 /* DTrace fasttrap probe */
|
||||
|
||||
/* XXX most of the following codes aren't used, but could be. */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user