PERFORCE change 142775 for review
John Birrell
jb at FreeBSD.org
Mon Jun 2 23:14:10 UTC 2008
http://perforce.freebsd.org/chv.cgi?CH=142775
Change 142775 by jb at freebsd3 on 2008/06/02 23:13:17
Adjust for the kdb differences.
Affected files ...
.. //depot/projects/dtrace7/src/sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c#5 edit
Differences ...
==== //depot/projects/dtrace7/src/sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c#5 (text) ====
@@ -5594,7 +5594,7 @@
#if defined(sun)
debug_enter(c);
#else
- kdb_enter(KDB_WHY_DTRACE, "breakpoint action");
+ kdb_enter_why(KDB_WHY_DTRACE, "breakpoint action");
#endif
}
More information about the p4-projects
mailing list