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] |
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:
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] |