Re: When did LLDB take over?
Re: When did LLDB take over?
- Subject: Re: When did LLDB take over?
- From: Andreas Grosam <email@hidden>
- Date: Fri, 09 Mar 2012 15:58:17 +0100
On Mar 9, 2012, at 5:22 AM, Matt Neuburg wrote:
> On Thu, 08 Mar 2012 13:47:42 -0800, Joar Wingfors <email@hidden> said:
>> LLDB was greatly enhanced in Xcode 4.3. If you've tried it in the past and found it lacking, now would be a good time to give it another try. Does it have bugs? Sure, but so does GDB - And unlike Apple's implementation of GDB, LLDB is in active development. If you run into any issues, please file bug reports!
>
> Well, gosh, I already gave an example:
>
> http://lists.apple.com/archives/xcode-users/2012/Mar/msg00208.html
>
> LLDB provides incorrect values of instance variables when paused at a breakpoint. "Lacking" is kind of mild, I think. GDB might not show me everything I want to see without some poking around, but it doesn't usually tell a baldfaced lie in a 100% reproducible way. m.
It also seems to confuse structs defined within functions having the same name, e.g.:
void foo() {
struct A { int x;};
}
void bar {
struct A { bool b;};
}
_______________________________________________
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