Revision: 2767 http://trac.macosforge.org/projects/ruby/changeset/2767 Author: lsansonetti@apple.com Date: 2009-10-08 18:56:53 -0700 (Thu, 08 Oct 2009) Log Message: ----------- removed the insn__entry and insn__return probes now that yarv is gone Modified Paths: -------------- MacRuby/trunk/dtrace.d Modified: MacRuby/trunk/dtrace.d =================================================================== --- MacRuby/trunk/dtrace.d 2009-10-09 01:56:36 UTC (rev 2766) +++ MacRuby/trunk/dtrace.d 2009-10-09 01:56:53 UTC (rev 2767) @@ -1,6 +1,4 @@ provider macruby { - probe insn__entry(char *insnname, char *sourcefile, int sourceline); - probe insn__return(char *insnname, char *sourcefile, int sourceline); probe method__entry(char *classname, char *methodname, char *sourcefile, int sourceline); probe method__return(char *classname, char *methodname, char *sourcefile, int sourceline); probe raise(char *classname, char *sourcefile, int sourceline);
participants (1)
-
source_changes@macosforge.org