From: Martin Galvan <martin.galvan@tallertechnologies.com>
To: Pedro Alves <palves@redhat.com>
Cc: gdb-patches <gdb-patches@sourceware.org>
Subject: Re: [PATCH v2][PR gdb/19893] Fix handling of synthetic C++ references
Date: Tue, 24 May 2016 14:08:00 -0000 [thread overview]
Message-ID: <CAOKbPbYGpqAYuV6Vkuq9pGVCh8g=Exwh951K6uXiLc0QCte7eQ@mail.gmail.com> (raw)
In-Reply-To: <04d07644-c6ed-88ae-f1de-cba46e875f2d@redhat.com>
Thanks for the answer!
On Tue, May 24, 2016 at 7:46 AM, Pedro Alves <palves@redhat.com> wrote:
> ... I still don't know what to think of this -- I simply don't understand it whether
> you're doing this because it makes sense, or because doing otherwise would be hard
> to do?
From a consistency point of view, it's probably not the right thing.
All of the synthetic pointer cases I've tested always show "<synthetic
pointer>" instead of "@address".
As for how to fix it, yeah, it would be hard. Or at least I don't know
how to do it off the top of my head. I'd have to make value_addr not
return a not_lval when passing it a synthetic ref, which I'm not sure
it's right either.
I *could*, however, manually call
value->location.computed.funcs->check_synthetic_pointer in
generic_val_print_ref instead of using value_bits_synthetic_pointer,
thus avoiding the check for lval_computed. But that's a bit ugly IMHO.
> - Can you show an example output? (set print object on/off, etc. whatever might be
> handy to clearly explain that that is about).
> Pictures are really worth a thousand words. :-)
Sure:
(gdb) set print object off
(gdb) print ref
$3 = (S &) <synthetic pointer>: {
a = 0,
b = 1,
c = 2
}
(gdb) set print object on
(gdb) print ref
$4 = (S &) @0x601038: {
a = 0,
b = 1,
c = 2
}
Here, 0x601038 is the address of the structure 'ref' is referencing.
This is consistent with the output for non-synthetic references, where
the referenced value's address is shown.
> - Is this covered by any testcase? I looked for "object" in the whole patch and
> didn't seem to find it.
Not that I know of. Should I add a test for this to implref-struct?
next prev parent reply other threads:[~2016-05-24 14:08 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-23 16:00 Martin Galvan
2016-05-23 18:36 ` Martin Galvan
2016-05-24 10:48 ` Pedro Alves
2016-05-24 14:08 ` Martin Galvan [this message]
2016-05-24 14:51 ` Pedro Alves
2016-05-24 20:36 ` Martin Galvan
2016-05-25 18:24 ` Pedro Alves
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='CAOKbPbYGpqAYuV6Vkuq9pGVCh8g=Exwh951K6uXiLc0QCte7eQ@mail.gmail.com' \
--to=martin.galvan@tallertechnologies.com \
--cc=gdb-patches@sourceware.org \
--cc=palves@redhat.com \
/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