This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Variable objects: references formatting


On 5/3/06, Vladimir Prus <ghost@cs.msu.su> wrote:
At the moment, when using variable objects to display a struct or a class,
the result of -data-evaluate-expression is "...". However, when displaying
a reference to a class, the result of -data-evaluate-expression is
{}-enclosed list of members and their values.

This disparity does not seem to be reasonable, the attached patch fixes it:

I think you're right, and the patch looks good. I'll apply it.


It seems we've committed some of your prior patches without getting a
copyright assignment; since they were small, this is fine.  But if you
plan to continue making contributions to GDB, it would be nice to get
the paperwork taken care of properly.  I'll send you mail off-line
about this.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]