From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 693 invoked by alias); 17 Sep 2009 02:07:45 -0000 Received: (qmail 467 invoked by uid 22791); 17 Sep 2009 02:07:44 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from imr2.ericy.com (HELO imr2.ericy.com) (198.24.6.3) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 17 Sep 2009 02:07:40 +0000 Received: from eusrcmw750.eamcs.ericsson.se (eusrcmw750.exu.ericsson.se [138.85.77.50]) by imr2.ericy.com (8.13.1/8.13.1) with ESMTP id n8H272Hl029917; Wed, 16 Sep 2009 21:07:02 -0500 Received: from eusrcmw750.eamcs.ericsson.se ([138.85.77.53]) by eusrcmw750.eamcs.ericsson.se with Microsoft SMTPSVC(6.0.3790.3959); Wed, 16 Sep 2009 21:06:54 -0500 Received: from eusaamw0707.eamcs.ericsson.se ([147.117.20.32]) by eusrcmw750.eamcs.ericsson.se with Microsoft SMTPSVC(6.0.3790.3959); Wed, 16 Sep 2009 21:06:54 -0500 Received: from EUSAACMS0703.eamcs.ericsson.se ([169.254.1.20]) by eusaamw0707.eamcs.ericsson.se ([147.117.20.32]) with mapi; Wed, 16 Sep 2009 22:06:53 -0400 From: Marc Khouzam To: Joel Brobecker CC: Michael Snyder , "'tromey@redhat.com'" , "'gdb-patches@sourceware.org'" Date: Thu, 17 Sep 2009 02:07:00 -0000 Subject: RE: Another proposal for frontends and queries. Message-ID: References: <20090914140910.GD8327@adacore.com> <4AB17FFA.4060100@vmware.com> <20090917010330.GJ8910@adacore.com> In-Reply-To: <20090917010330.GJ8910@adacore.com> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-09/txt/msg00555.txt.bz2 > -----Original Message----- > From: gdb-patches-owner@sourceware.org=20 > [mailto:gdb-patches-owner@sourceware.org] On Behalf Of Joel Brobecker > Sent: September-16-09 9:04 PM > To: Marc Khouzam > Cc: Michael Snyder; 'tromey@redhat.com'; 'gdb-patches@sourceware.org' > Subject: Re: Another proposal for frontends and queries. >=20 > > (gdb) p foo(3) + bar(4) > > with each method changing a different memory location and I=20 > was able to see > > that when pressing 'n' neither of the memory location was=20 > change, while when > > pressing 'y' both memory locations were changed. >=20 > Would you consider contributing a testcase to keep it that way? ;-) I'll do my best to fit that in somewhere in my schedule.