Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Stan Shebs <stan@codesourcery.com>
To: tromey@redhat.com
Cc: Stan Shebs <stan@codesourcery.com>, gdb-patches@sourceware.org
Subject: Re: [PATCH] More C++ static fields for tracepoints
Date: Thu, 18 Mar 2010 18:20:00 -0000	[thread overview]
Message-ID: <4BA26EC3.2020307@codesourcery.com> (raw)
In-Reply-To: <m3fx3x381l.fsf@fleche.redhat.com>

Tom Tromey wrote:
>>>>>> "Stan" == Stan Shebs <stan@codesourcery.com> writes:
>>>>>>             
>
> Stan> This patch solves a couple intertwined problems relating to
> Stan> tracepoint collection of C++ classes with static fields.  First,
> Stan> it adds recognition of variables (including static fields) whose
> Stan> location expressions indicate that they have been optimized out.
>
> As ax-gdb grows I am starting to wonder whether we could unify it with
> eval.c somehow.
>   
"It would be nice."  There was some discussion in that general vein back 
around 2002-3, connected with dwarf2 computed locations; 
http://sourceware.org/ml/gdb-patches/2002-07/msg00124.html alludes to 
the idea for example.

Certainly it becomes compelling beyond tracepoints if you wanted to do 
something like breakpoint conditions on the target; as an additional 
teaser, one of the things we did for Ericsson was to JIT-style compile 
the agent bytecodes to x86 native, which gives condition-testing times 
close to what one would get for conditional code hand-written into the 
sources.

The downside is that GDB's evaluator frequently makes on-the-spot 
decisions about what to do next based on data pulled from the target, so 
abstracting all that out is going to be rather painful.
> Stan> Second, to collect an instance of a class with static fields, we
> Stan> need to issue more bytecodes, since static fields are stored at
> Stan> their own addresses, separately from the instance.
>
> A static field may itself be of a type with static fields.  That doesn't
> seem to be handled in this code... should it be?  And if so, be careful
> about the case where a class refers to itself recursively via static
> fields; we still have some printing bugs in this area :(
>   
Hmm, I'll check it out - I wonder it's flattened out, static field 
iteration doesn't seem to recurse as one might expect.

Stan


      reply	other threads:[~2010-03-18 18:20 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-17 22:17 Stan Shebs
2010-03-18 16:44 ` Tom Tromey
2010-03-18 18:20   ` Stan Shebs [this message]

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=4BA26EC3.2020307@codesourcery.com \
    --to=stan@codesourcery.com \
    --cc=gdb-patches@sourceware.org \
    --cc=tromey@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