Re: serious problems in GDB / LLDB debugger
Re: serious problems in GDB / LLDB debugger
- Subject: Re: serious problems in GDB / LLDB debugger
- From: "Eric A. Borisch" <email@hidden>
- Date: Wed, 17 Aug 2011 16:02:38 -0500
Ah, that must be what I've run into in the past -- I just have a debug
not working -> check for out-of-sync .dSYM reaction without recalling
the specifics. Thanks for the tidbit.
Do you happen to know if Shark performs the same check?
-Eric
On Wed, Aug 17, 2011 at 3:18 PM, Jim Ingham <email@hidden> wrote:
> 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