From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12628 invoked by alias); 12 Nov 2014 17:29:27 -0000 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 Received: (qmail 12617 invoked by uid 89); 12 Nov 2014 17:29:27 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-vc0-f173.google.com Received: from mail-vc0-f173.google.com (HELO mail-vc0-f173.google.com) (209.85.220.173) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 12 Nov 2014 17:29:26 +0000 Received: by mail-vc0-f173.google.com with SMTP id id10so2191162vcb.18 for ; Wed, 12 Nov 2014 09:29:24 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=b3WNZ/AeVwSRDgbrUVOBDVhnN0nsG2BnvNFZ3QSoWqc=; b=gM+97ch2QnF8029fNIygZZJ7f7S+aoxx+hvfgqgDlmvV5h5tx0XDzoIxtra/Sj6eWh oYUDZ1IrYnmk49iUORM+7RQhMaur9IaRylJ0kCt4ruZ/7UmQp7bRE176wAjr3fSS9dYi q1l6tZMOjuPLQMBuu2y7WL+BNLlBBMlEYgI6u50vEbpif8iYLokhPaYcTCpISHHADOSg Ah0gxwK9Q8wIiNfHLjKKVMqt5qAhNu8AF332s0VM+rqjTNPrirtS3CtRZhGrsLfQfwbi aoXHTStwl7yfWBLaOKp6pIBywXl51vnmct2QptXWeZtCgZ7MufOPAx/74kHi8yvD/ejO 1Kog== X-Gm-Message-State: ALoCoQlVBouE/e7pIlodLi8iS1EZzd3idRhX/jNfj2eFvF0dFgAFHr4wNnzStXY3bwIUmTjxDSoP MIME-Version: 1.0 X-Received: by 10.52.118.8 with SMTP id ki8mr7634846vdb.85.1415813364018; Wed, 12 Nov 2014 09:29:24 -0800 (PST) Received: by 10.52.114.101 with HTTP; Wed, 12 Nov 2014 09:29:23 -0800 (PST) In-Reply-To: References: <201411111521.sABFLAQ5008463@d03av02.boulder.ibm.com> Date: Wed, 12 Nov 2014 17:29:00 -0000 Message-ID: Subject: Re: [PATCH v4] Make chained function calls in expressions work From: Doug Evans To: Ulrich Weigand Cc: Siva Chandra , gdb-patches Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-11/txt/msg00225.txt.bz2 On Wed, Nov 12, 2014 at 8:08 AM, Doug Evans wrote: > [...] > One catch is that if all calls end up being xmethod calls then we > won't need the dummy frame. > I'm not sure if there'd be any real harm in setting one up though. Heh, unless one is working with a core file. Maybe the outer dummy frame could still exist, if in some modified form.