public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
From: Bruno Larsen <blarsen@redhat.com>
To: Andrew Burgess <aburgess@redhat.com>
Cc: gdb-patches@sourceware.org
Subject: Re: [PATCH v2] PR gdb/28480: Improve ambiguous member detection
Date: Mon, 22 Nov 2021 15:35:29 -0300	[thread overview]
Message-ID: <c5033cfb-e0b2-9777-20a7-d57c2e897ca9@redhat.com> (raw)
In-Reply-To: <20211122180011.GG2514@redhat.com>

Hi Andrew,

Thanks for the review. All of the easy addressable comments will be changed.

On 11/22/21 15:00, Andrew Burgess wrote:
> * Bruno Larsen via Gdb-patches <gdb-patches@sourceware.org> [2021-11-08 15:27:22 -0300]:
> 

>> diff --git a/gdb/valops.c b/gdb/valops.c
>> index 9787cdbb513..2989a93df1a 100644
>> --- a/gdb/valops.c
>> +++ b/gdb/valops.c
>> @@ -1962,6 +1962,33 @@ struct_field_searcher::update_result (struct value *v, LONGEST boffset)
>>   	     space.  */
>>   	  if (m_fields.empty () || m_last_boffset != boffset)
>>   	    m_fields.push_back ({m_struct_path, v});
>> +	  else
>> +	  /* Some fields may occupy the same space and still be ambiguous.
>> +	     This happens when [[no_unique_address]] is used by a member
>> +	     of the class.  We assume that this only happens when the types are
>> +	     different.  This is not necessarily complete, but a situation where
>> +	     this assumption is incorrect is currently (2021) impossible.  */
> 
> This comment should be moved inside the "{ ... }" block.
> 
> I found this comment difficult to understand.  When you say "...when
> the types are different", I guess this is referring to the path check
> below maybe?  In which case I wonder if we can find a different way to
> phrase this, rather than "different types" ... "paths to the two
> fields are different" maybe?
> 
> Additional the whole final sentence just leaves me confused, it seems
> to hint that there is a situation not covered by this code "This is
> not necessarily complete...", but also that there is no such situation
> "... is currently impossible".
> 
> I wonder if you are saying that should we ever have two fields of the
> same name, in the same class, that occur at the same address, then
> this code wouldn't cover that case?  But that seems a pretty weird
> thing to worry about, so I assume I'm not understand you correctly.
> 
> Could you rephrase the last part please?

How does the following sound:

Some fields may occupy the same space and still be ambiguous. This happens when [[no_unique_address]] is used in the inferior's code. The current solution assumes that the compiler will only place 2 struct members in the same location if they are of different types. As of 2021, this is mandatory, but this may change in the future

Or I can remove the last sentence, if that is still confusing or unnecessary

-- 
Cheers!
Bruno Larsen


  reply	other threads:[~2021-11-22 18:35 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-08 18:27 Bruno Larsen
2021-11-22 13:47 ` [PING] " Bruno Larsen
2021-11-22 18:00 ` Andrew Burgess
2021-11-22 18:35   ` Bruno Larsen [this message]
2021-11-24 17:09     ` Andrew Burgess
2021-11-25 12:01       ` Bruno Larsen
2021-12-04 11:31       ` Joel Brobecker
2021-12-06 11:16         ` Andrew Burgess
2021-12-11  7:50           ` Joel Brobecker

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=c5033cfb-e0b2-9777-20a7-d57c2e897ca9@redhat.com \
    --to=blarsen@redhat.com \
    --cc=aburgess@redhat.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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).