From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32764 invoked by alias); 11 Nov 2014 14:55:11 -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 32755 invoked by uid 89); 11 Nov 2014 14:55:10 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.1 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-ob0-f179.google.com Received: from mail-ob0-f179.google.com (HELO mail-ob0-f179.google.com) (209.85.214.179) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 11 Nov 2014 14:55:09 +0000 Received: by mail-ob0-f179.google.com with SMTP id m8so7481172obr.38 for ; Tue, 11 Nov 2014 06:55:07 -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=YbXdhfiCcX7pkJQpsi45wYQeaZQz7Mgo+ZbEfGLBBa0=; b=Vi0OXUtpsqzP70fulmnW5BkL5JGssxdpbDsH1QsDoQ90hBSywo8epd7lqT9PST4dAH T0D5POnKj7iyq/H63h++ck9LIncjRXqVG816YImqGmGoFM3y0Se8fuOYD3AiFSvDngC/ YzmAzPzaIy6262WrBC2oxVnDEJqkXmWV5LtDFShCHS3p4BRx0whQgRs3lnYFJd4prYq8 RXINt4g9Su7uQF1h8UjBST9ixooytAIngYW1phK6ojT/gEJUgnURxfsaShVlmPwJVLa6 SrCyaZCvMbdWwuA1dM7eBCUltKQPIpi1i1MifdKHyi6ToETGpwOW05Lc0WtptMRSixkk aj5A== X-Gm-Message-State: ALoCoQnQCWE+koUwfPLw4sCHOtUQ+YG+jZnBUGUNW4zXQWtGXe6MyFIyLazkkVNKv+JLPt4wvgrj MIME-Version: 1.0 X-Received: by 10.202.188.6 with SMTP id m6mr31553990oif.26.1415717707337; Tue, 11 Nov 2014 06:55:07 -0800 (PST) Received: by 10.202.137.1 with HTTP; Tue, 11 Nov 2014 06:55:07 -0800 (PST) In-Reply-To: <201411041540.sA4FelI2003440@d03av02.boulder.ibm.com> References: <201411041540.sA4FelI2003440@d03av02.boulder.ibm.com> Date: Tue, 11 Nov 2014 14:55:00 -0000 Message-ID: Subject: Re: [PATCH v4] Make chained function calls in expressions work From: Siva Chandra To: Ulrich Weigand Cc: gdb-patches Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-11/txt/msg00183.txt.bz2 On Tue, Nov 4, 2014 at 7:40 AM, Ulrich Weigand wrote: >> Shall I go with the thread route then? > > Yes, please. Sorry for asking for extra work, but I think overall this > will be the better implementation. I spent some time looking into how this can be done. While I do think it can be done (and should be fairly straight forward), it seemed to me that it would be more appropriate to cache the temporaries on the "selected frame". WDYT? I promise I will not ask any more question after this; I will just shut up and do whatever you prefer here.