From: Marc Khouzam <marc.khouzam@ericsson.com>
To: "'Joel Brobecker'" <brobecker@adacore.com>,
"'Andrew Burgess'" <aburgess@broadcom.com>
Cc: "'gdb-patches@sourceware.org'" <gdb-patches@sourceware.org>
Subject: RE: [RFC] Change how value is shown for varobjs of type vector.
Date: Mon, 15 Oct 2012 11:12:00 -0000 [thread overview]
Message-ID: <F7CE05678329534C957159168FA70DEC5E13D9C956@EUSAACMS0703.eamcs.ericsson.se> (raw)
In-Reply-To: <20121014172527.GC3050@adacore.com>
> -----Original Message-----
> From: gdb-patches-owner@sourceware.org
> [mailto:gdb-patches-owner@sourceware.org] On Behalf Of Joel Brobecker
> Sent: Sunday, October 14, 2012 1:25 PM
> To: Andrew Burgess
> Cc: gdb-patches@sourceware.org
> Subject: Re: [RFC] Change how value is shown for varobjs of
> type vector.
>
> > I have a patch (below) that changes the value field from the current
> > "[8]" to "{ 0, 0, 0, 0, 0, 0, 0, 0 }". The varobj still has 8
> > children, and the top level varobj is still not editable,
> you have to
> > edit through the children.
>
> I personally do not have a strong objection to this change, but I have
> to admit that I am not particularly fond of the idea. I think that
> this issue should be handled at the front-end level (Eg. Eclipse),
> and in a manor that is general to all arrays. One possible suggestion
> would be to have the IDE detect small arrays of integrals, and in
> that case display them in a more convenient way right away. But
> perhaps it isn't easy, in which case maybe a change in GDB would make
> better sense. I just don't like it because it breaks a little bit
> the consistency of the value field.
I have to admit that Eclipse does not explicitly handle the case
of the vector_size __attribute__. Whatever GDB returns to
-var-create is shown directly. So, currently, we'll show [8] as
the value. However, showing { 0, 0, 0, 0, 0, 0, 0, 0 } would not
match our standard behavior. For arrays, we show the address
of the array as the unexpanded value, and then show the content
in a 'details pane' when the user explicitly selects that array.
We get the content that you are looking for using
-data-evaluate-expression vector
^done,value="{0, 0, 0, 0, 0, 0, 0, 0}"
So, I agree with Joel that it would be better to let the front-end
deal with this situation (although this is not my call to make :) )
Although I haven't tried, I believe we can figure out this case
should be handled like the array case by improving Eclipse's type
parser to handle the vector_size __attribute__.
Thanks
Marc
next prev parent reply other threads:[~2012-10-15 11:12 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-26 15:23 Andrew Burgess
2012-10-04 10:57 ` Andrew Burgess
2012-10-14 17:25 ` Joel Brobecker
2012-10-15 11:12 ` Marc Khouzam [this message]
2012-10-17 17:04 ` Tom Tromey
2012-10-18 9:23 ` Andrew Burgess
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=F7CE05678329534C957159168FA70DEC5E13D9C956@EUSAACMS0703.eamcs.ericsson.se \
--to=marc.khouzam@ericsson.com \
--cc=aburgess@broadcom.com \
--cc=brobecker@adacore.com \
--cc=gdb-patches@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox