[macruby-changes] [1409] MacRuby/branches/experimental/objc.m

source_changes at macosforge.org source_changes at macosforge.org
Sun Apr 12 00:58:57 PDT 2009


Revision: 1409
          http://trac.macosforge.org/projects/ruby/changeset/1409
Author:   lsansonetti at apple.com
Date:     2009-04-12 00:58:57 -0700 (Sun, 12 Apr 2009)
Log Message:
-----------
disable Symbolication.framework use for now

Modified Paths:
--------------
    MacRuby/branches/experimental/objc.m

Modified: MacRuby/branches/experimental/objc.m
===================================================================
--- MacRuby/branches/experimental/objc.m	2009-04-11 04:36:13 UTC (rev 1408)
+++ MacRuby/branches/experimental/objc.m	2009-04-12 07:58:57 UTC (rev 1409)
@@ -1566,6 +1566,9 @@
 	return true;
     }
 
+#if 1
+    return false;
+#else
     id symbolicator = rb_objc_symbolicator();
     id symbol = [symbolicator symbolForAddress:(NSUInteger)addr];
     if (symbol == nil) {
@@ -1579,6 +1582,7 @@
 	strncpy(name, [[symbol name] UTF8String], name_len);
     }
     return true;
+#endif
 }
 
 VALUE
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090412/62245951/attachment.html>


More information about the macruby-changes mailing list