PERFORCE change 142347 for review

John Birrell jb at FreeBSD.org
Tue May 27 03:31:11 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=142347

Change 142347 by jb at freebsd3 on 2008/05/27 03:31:05

	Add the WHY for DTrace to enter the debugger.

Affected files ...

.. //depot/projects/dtrace7/src/sys/sys/kdb.h#3 edit

Differences ...

==== //depot/projects/dtrace7/src/sys/sys/kdb.h#3 (text+ko) ====

@@ -105,5 +105,6 @@
 #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. */
 
 #endif /* !_SYS_KDB_H_ */


More information about the p4-projects mailing list