• 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: Three x-code 2.1 bugs?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Three x-code 2.1 bugs?


  • Subject: Re: Three x-code 2.1 bugs?
  • From: Jim Ingham <email@hidden>
  • Date: Thu, 28 Jul 2005 12:26:19 -0700


On Jul 28, 2005, at 10:36 AM, david ralley wrote:


I'm seeing odd behavior from XC 2.1 under certain circumstances and thought I'd see if anyone
else is seeing these things or has workarounds before I trot off to radar land...


1) Every time I tunnel down in the debugger to see elements of the MyClassObject, my console gets a message:

    warning: RTTI symbol not found for class 'myscope:: MyClassObject'

the target has RTTI turned on. Any idea what this message means?

It means that the RTTI information includes the namespace info, but our debug format doesn't. So the two don't match up.


The only effect in this case is that Xcode won't be able to print the dynamic type of objects, only their static type. But we do plan to move to a more modern debug format which will remove this and other similar problems.


2) Do I really need to write a DataFormatter for a 'bool'? The debugger reports "incomplete type" for each
bool variable I come across.



This is a bug. Sometimes you can cast it to "bool" in the Expressions window, and that will allow you to see the value.


We have a couple of other reports of this, and some reproducible cases. Most of the latter ended up being compiler bugs, and one may or may not be a gdb bug. If you have a reproducible case of this that you can make available to us, please do file a bug. The "incomplete type" is the error for many things that can go wrong in handling the debug info, so the more cases we can get, the more chances we can squash these bugs.

Jim


_______________________________________________ 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
References: 
 >Three x-code 2.1 bugs? (From: david ralley <email@hidden>)

  • Prev by Date: Was : Re: Garbage collection in XCode 2.1, and Cocoa - now compiler options
  • Next by Date: Re: Was : Re: Garbage collection in XCode 2.1, and Cocoa - now compiler options
  • Previous by thread: Re: Three x-code 2.1 bugs?
  • Next by thread: Multiple OS's for cross development
  • Index(es):
    • Date
    • Thread