Re: Determining if a function is being called
Re: Determining if a function is being called
- Subject: Re: Determining if a function is being called
- From: Michael Herring <email@hidden>
- Date: Fri, 04 Jan 2013 17:21:19 -0800
Seems like you would encounter issues when/if you aren't getting proper code coverage when detecting what's being really used, but anyway...
Use a symbolic breakpoint to log the function call without pausing execution?
./Michael
Sent from my iPhone
Jan 4, 2013 4:17 PM、Rick Mann <email@hidden> のメッセージ:
> What's the easiest, reliable way to see if a set of functions are being called?
>
> We're using a simulation library in our game, and there are differences between the A6 and other iOS platforms. Researching online has led us to believe that the intrinsic functions are at fault, not all behaving in bit-identical fashion across platforms. The solution seems to be providing our own implementations of these functions, but we'd rather not spend time implementing ones that aren't called.
>
> Thanks,
>
> --
> Rick
>
>
>
>
> _______________________________________________
> 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
_______________________________________________
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