This is the mail archive of the gdb-prs@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]

[Bug gdb/13669] Infinite recursion in cp_print_value_fields


http://sourceware.org/bugzilla/show_bug.cgi?id=13669

--- Comment #3 from Tom Tromey <tromey at redhat dot com> 2012-02-07 21:23:07 UTC ---
(In reply to comment #2)
> Created attachment 6200 [details]
> Local variables (some of them expanded)
> 
> Does this help?

Not really.  It has a lot of extraneous information but also is missing
some important things.

In particular, it woudl be good to see more than two frames.
In cp_print_static_field, "addr" is optimized out; but this is
one of the important values to see.
In cp_print_value_fields, there is a union in the struct value
that is printed as just {...} -- but we want to see the address that
is stored there.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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