From: "Alain Magloire" <alain@qnx.com>
To: keiths@redhat.com (Keith Seitz)
Cc: jjohnstn@redhat.com (J. Johnston), gdb-patches@sources.redhat.com
Subject: Re: Patch for gdb/mi problem 702
Date: Fri, 04 Oct 2002 10:26:00 -0000 [thread overview]
Message-ID: <200210041725.NAA24260@node1.ott.qnx.com> (raw)
In-Reply-To: <Pine.LNX.4.44.0210041014040.1796-100000@valrhona.uglyboxes.com> from "Keith Seitz" at Oct 04, 2002 10:15:20 AM
>
> On Fri, 4 Oct 2002, J. Johnston wrote:
>
> > Some of these output variables are aliases of one another
> > (e.g. *p which points to a[5] which is also being shown). The application
> > kicks off a separate input field operation that changes the value of a[5].
> > Now, the application knows it changed a[5], but doesn't necessarily know about
> > the current alias to *p.
>
> You'll also get a target_changed event. This will cause the UI to run
> -var-update, which will show that the "aliased" object's value has
> changed. This already works in insight.
>
Yes, as J. Johnston was saying, it was more in the case:
you write to a memory, the memory is actually pointing to some variables.
You would want the change events for the variables affected also,
We do actually send the ChangeEvent on behalf of gdb in eclipse, but
we do not know of the side-effects.
The target_changed does not specify who is affected, which force a
cascade of -var-evaluate-expression of all the objects.
And I beleive this will only be in gdb-5.4 and up(can not wait to start
to work on it to take advantage of the improve MI2 8-).
next prev parent reply other threads:[~2002-10-04 17:26 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-10-03 16:06 J. Johnston
2002-10-03 17:22 ` Keith Seitz
2002-10-04 9:57 ` J. Johnston
2002-10-04 10:12 ` Keith Seitz
2002-10-04 10:26 ` Alain Magloire [this message]
2002-10-04 12:26 ` J. Johnston
2002-10-04 14:35 ` Keith Seitz
2002-10-23 15:20 ` J. Johnston
2002-10-23 15:39 ` Andrew Cagney
2002-10-23 16:58 ` J. Johnston
2002-10-23 15:43 ` Andrew Cagney
2002-11-08 14:08 ` J. Johnston
2002-11-09 14:02 ` Eli Zaretskii
2002-11-11 9:12 ` J. Johnston
2002-10-21 18:40 ` Andrew Cagney
2002-10-22 14:54 ` J. Johnston
[not found] <200210041725.NAA27681@node1.ott.qnx.com>
2002-10-04 10:51 ` Keith Seitz
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=200210041725.NAA24260@node1.ott.qnx.com \
--to=alain@qnx.com \
--cc=gdb-patches@sources.redhat.com \
--cc=jjohnstn@redhat.com \
--cc=keiths@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