1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-26 16:18:31 +00:00

DTrace can enter the debugger from a probe. Add a WHY definition for this.

This commit is contained in:
John Birrell 2008-05-23 04:00:44 +00:00
parent 4978b9f13c
commit 238d4dad3f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=179228

View File

@ -106,6 +106,7 @@ extern const char * volatile kdb_why;
#define KDB_WHY_MAC "mac" /* MAC Framework. */
#define KDB_WHY_POWERPC "powerpc" /* Unhandled powerpc intr. */
#define KDB_WHY_UNIONFS "unionfs" /* Unionfs bug. */
#define KDB_WHY_DTRACE "dtrace" /* DTrace action entered debugger. */
/* Return values for kdb_alt_break */
#define KDB_REQ_DEBUGGER 1 /* User requested Debugger */