Re: Finding assembly offset in code
Re: Finding assembly offset in code
- Subject: Re: Finding assembly offset in code
- From: "Mills, Steve" <email@hidden>
- Date: Mon, 10 Feb 2014 21:42:18 +0000
- Thread-topic: Finding assembly offset in code
On Feb 10, 2014, at 15:11:56, Wim Lewis <email@hidden> wrote:
> In theory, lldb will use the debug symbols (the stuff in the .dSYM package) to convert that byte offset into a file+linenumber. If it isn't doing that, maybe it can't find the relevant .dSYMs. Note that, in order to reliably get line numbers for an address, you need to have kept the .dSYM for the *same build* that produced the crash --- each build gets a unique identifier for matching crashlogs up with debug symbols.
Ah. We have no .dsym. So I changed the Debug Information Format to DWARF with dSYM and Generate Debug Symbols to yes for our Release config. After forcing a crash, the .crashlog already has the file/line info in it, so I don't see why I'd need to symbolicate. And we surely don't want to ship with debugging symbols turned on - it doubles the size of the executable. What am I missing here?
--
Steve Mills
office: 952-818-3871
home: 952-401-6255
_______________________________________________
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