Re: serious problems in GDB / LLDB debugger
Re: serious problems in GDB / LLDB debugger
- Subject: Re: serious problems in GDB / LLDB debugger
- From: Jim Ingham <email@hidden>
- Date: Wed, 17 Aug 2011 13:18:09 -0700
Out of date dSYM's would just result in a warning and the dSYM not being used. So you might see missing debug info but not wrong info.
The linker writes a UUID into the binary, and then dsymutil copies this UUID into the dSYM when it makes it. The debugger requires these two to match or it won't use the dSYM. So the system should prevent an out of date dSYM from actually getting used.
Jim
On Aug 17, 2011, at 1:10 PM, Eric A. Borisch wrote:
> You don't happen to have an out-of-date xxx.dSYM lying around, do you?
>
> --
> Eric A. Borisch
> _______________________________________________
> 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