[macruby-changes] [2767] MacRuby/trunk/dtrace.d

source_changes at macosforge.org source_changes at macosforge.org
Thu Oct 8 18:56:54 PDT 2009


Revision: 2767
          http://trac.macosforge.org/projects/ruby/changeset/2767
Author:   lsansonetti at 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);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20091008/db5b0506/attachment-0001.html>


More information about the macruby-changes mailing list