Re: How many bytes is an instruction?
Re: How many bytes is an instruction?
- Subject: Re: How many bytes is an instruction?
- From: Wim Lewis <email@hidden>
- Date: Wed, 24 Jul 2013 15:00:16 -0700
On 24 Jul 2013, at 2:38 PM, Rick Mann wrote:
> Unfortunately, I only have the crash log and the source of the file, not even the binary or dSYM that the file was used in.
In that case, your easiest course of action is to compile it, then disassemble it (using gdb, lldb, or otool). You won't necessarily get an exact answer, but if you're using the same sources, the same compiler version, and the same compiler flags, you should get a pretty accurate result.
_______________________________________________
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