Re: Where to look for the replacement for a deprecated API?
Re: Where to look for the replacement for a deprecated API?
- Subject: Re: Where to look for the replacement for a deprecated API?
- From: Beinan Li <email@hidden>
- Date: Tue, 10 Dec 2013 10:48:27 -0500
Thanks to all!
I think pthread_kill (pthread_self(), SIGTRAP) fits my need perfectly.
I also tested "asm volatile ("int3;")" and found that it throws me one line after the calling point with Xcode5 on Mavericks. The pthread_kill gets me right on the spot.
I guess we can call it "case closed".
Cheers,
Beinan
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden