Hi all,
I write a method in Objective-C - (void)foo:(int)a; in class MyClass; and
then try to fire the probe. So I try to write as follows:
objc$target:MyClass:'I don't know what to write here":entry
since the method name in Objective-C is "foo:" ,which includes a ":"
,however ":" is reserved as the separator. Is there anyway that I can put a ":"
other than as a separator? I know using wildcard would solve the problem, but
it would be better if I can accurately specify the exact method name.
I am a newbie to dtrace. Thanks for any help!
--
This message posted from opensolaris.org
_______________________________________________
dtrace-discuss mailing list
[email protected]