• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: When did LLDB take over?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: When did LLDB take over?
      • From: Alex Zavatone <email@hidden>
References: 
 >Re: When did LLDB take over? (From: Matt Neuburg <email@hidden>)

  • Prev by Date: Re: dyld: could not load inserted library: /usr/lib/libgmalloc.dylib
  • Next by Date: Re: a breath of fresh air
  • Previous by thread: Re: When did LLDB take over?
  • Next by thread: Re: When did LLDB take over?
  • Index(es):
    • Date
    • Thread