Re: inline, optimize, and call stack visibility?
Re: inline, optimize, and call stack visibility?
- Subject: Re: inline, optimize, and call stack visibility?
- From: "Sean McBride" <email@hidden>
- Date: Wed, 26 Jan 2011 11:24:36 -0500
- Organization: Rogue Research Inc.
On Tue, 25 Jan 2011 15:01:01 -0800, David M. Cotter said:
>In my app, if it crashes on a user, it generates a crash report which
>gets sent to me.
>
>i have a class that's created on different threads
>
>i want to differentiate between each thread, so i can READ which thread
>it is by looking at the call stack
You could us pthread_setname_np() to give each thread a unique name, the
crash reporter uses that name in crash reports.
--
____________________________________________________________
Sean McBride, B. Eng email@hidden
Rogue Research www.rogue-research.com
Mac Software Developer Montréal, Québec, Canada
_______________________________________________
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