From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 433 invoked by alias); 4 Oct 2002 17:12:44 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 426 invoked from network); 4 Oct 2002 17:12:43 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 4 Oct 2002 17:12:43 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id g94GrVX24817 for ; Fri, 4 Oct 2002 12:53:31 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g94HCff05342; Fri, 4 Oct 2002 13:12:41 -0400 Received: from valrhona.uglyboxes.com (IDENT:mrfWxxdLaLeisApZd8D9JfRlkD5fMHUU@vpn50-62.rdu.redhat.com [172.16.50.62]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g94HCe815901; Fri, 4 Oct 2002 13:12:40 -0400 Date: Fri, 04 Oct 2002 10:12:00 -0000 From: Keith Seitz X-X-Sender: keiths@valrhona.uglyboxes.com To: "J. Johnston" cc: gdb-patches@sources.redhat.com, Subject: Re: Patch for gdb/mi problem 702 In-Reply-To: <3D9DC860.ED55D3F5@redhat.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-10/txt/msg00130.txt.bz2 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. Keith