swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

display of instance vars


From: Leland Hovey
Subject: display of instance vars
Date: Sun, 2 Jun 2002 15:23:45 -0400 (EDT)

When I display an object's instance var with gdb (Linux), I receive 
the following error message:

"Evaluation of this expression requires the program to have a function
'objc_lookup_class'".

The gdb command:
>print ivar

I realize I could find "ivar's" value with the command "print
*self" but in some cases this displays too much information.

In addition, "print *self" doesn't display nested structures.

And, "print self->ivar" gives the same results as "print ivar".

Would you know what the problem is here and is there a quick
fix?  (gdb without objective-c capability?) (Is this Swarm
related?)

thanks,
Leland H.



                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]