This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFA/commit/Ada] Wrong value printed by info locals for dynamic object.
- From: Joel Brobecker <brobecker at adacore dot com>
- To: gdb-patches at sourceware dot org
- Date: Tue, 20 Apr 2010 19:03:18 -0400
- Subject: Re: [RFA/commit/Ada] Wrong value printed by info locals for dynamic object.
- References: <1271715891-8764-1-git-send-email-y>
> return val_print (value_type (val), value_contents_all (val),
> value_embedded_offset (val), value_address (val),
> stream, recurse, options, language);
>
> Short of creating a language-specific value_contents routine, I think
> that this was the best/easiest compromise... Thoughts on that?
Well, stupid me (again!): I just realized that I checked in a couple
of patches for which I said yesterday that I'd wait a few days. Sorry
about that. Hopefully this is not a problem, but I'm happy to revert
and/or adjust based on feedback. My entire week is dedicated to the
FSF tree, so I have time...
--
Joel