Date: Mon, 7 Jan 2008 07:55:02 GMT From: John Birrell <jb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 132689 for review Message-ID: <200801070755.m077t2Zl033538@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=132689 Change 132689 by jb@jb_freebsd1 on 2008/01/07 07:54:21 Remove some code which doesn't belong here. Affected files ... .. //depot/projects/dtrace/src/sys/cddl/dev/dtrace/amd64/dtrace_subr.c#6 edit Differences ... ==== //depot/projects/dtrace/src/sys/cddl/dev/dtrace/amd64/dtrace_subr.c#6 (text+ko) ==== @@ -431,14 +431,6 @@ /* Handle all other traps in the usual way. */ break; } - - /* - * Outside the DTrace probe context, a breakpoint fault could be caused by a - * Function Boundary Trace (fbt) or Statically Defined Trace (sdt) provider. - */ - } else if (type == T_BPTFLT) { -printf("T_BPTFLT! tf_rip 0x%lx\n", frame->tf_rip); - dtrace_invop(frame->tf_rip - 1, (uintptr_t *) frame->tf_rsp, frame->tf_rax); } /* Handle the trap in the usual way. */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801070755.m077t2Zl033538>