Mailing Lists: Apple Mailing Lists
Image of Mac OS face in stamp
Re: DTrace probe problem
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: DTrace probe problem



I tried the raise() in D script. My driver got the signal but it kinda
malfunctioned, it got stuck somehow although it still can accept any signal.
Weird. My small experience can't tell me anything.

So I googled up some more D trace commands and found system(). I tried this
instead:

pid$1::dummyCall:entry
{
    system("kill -USR1 %d", $1);
}

and it worked perfectly! wheee! fyi :)
_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >Re: DTrace probe problem (From: radj <email@hidden>)
 >Re: DTrace probe problem (From: Bill Bumgarner <email@hidden>)
 >Re: DTrace probe problem (From: Ken Thomases <email@hidden>)
 >Re: DTrace probe problem (From: radj <email@hidden>)
 >Re: DTrace probe problem (From: Ken Thomases <email@hidden>)
 >Re: DTrace probe problem (From: radj <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2011 Apple Inc. All rights reserved.