From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21115 invoked by alias); 17 Sep 2009 00:17:10 -0000 Received: (qmail 21107 invoked by uid 22791); 17 Sep 2009 00:17:10 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from smtp-outbound-1.vmware.com (HELO smtp-outbound-1.vmware.com) (65.115.85.69) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 17 Sep 2009 00:17:05 +0000 Received: from mailhost2.vmware.com (mailhost2.vmware.com [10.16.67.167]) by smtp-outbound-1.vmware.com (Postfix) with ESMTP id 8CFED2E007; Wed, 16 Sep 2009 17:17:04 -0700 (PDT) Received: from [10.20.94.141] (msnyder-server.eng.vmware.com [10.20.94.141]) by mailhost2.vmware.com (Postfix) with ESMTP id 6F6468E84F; Wed, 16 Sep 2009 17:17:04 -0700 (PDT) Message-ID: <4AB17FFA.4060100@vmware.com> Date: Thu, 17 Sep 2009 00:17:00 -0000 From: Michael Snyder User-Agent: Thunderbird 1.5.0.12 (X11/20080411) MIME-Version: 1.0 To: Marc Khouzam CC: "'tromey@redhat.com'" , 'Joel Brobecker' , "'gdb-patches@sourceware.org'" Subject: Re: Another proposal for frontends and queries. References: <20090914140910.GD8327@adacore.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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/msg00552.txt.bz2 Marc Khouzam wrote: > >> Also, if an expression does multiple assignments, are there multiple >> queries or just one? It seems like there should just be one. > > I tried: > (gdb) p foo(3)+foo(4) > and got a single query. > > Pretty nice. Marc, did you answer yes or no to the query? And have you tried the opposite?