From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 36080 invoked by alias); 2 Feb 2018 09:01:30 -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 35295 invoked by uid 89); 2 Feb 2018 09:00:56 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=fantastic, diligence, Hx-languages-length:388 X-HELO: mail-yw0-f175.google.com Received: from mail-yw0-f175.google.com (HELO mail-yw0-f175.google.com) (209.85.161.175) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 02 Feb 2018 09:00:55 +0000 Received: by mail-yw0-f175.google.com with SMTP id b129so12647577ywa.8 for ; Fri, 02 Feb 2018 01:00:55 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=1o7axDjnB1/Geau0vJSu2WB0sl/LaJMKIlHI5/4mcwo=; b=myJGxBfm9angZfDKWYUPW16aQ9BXUfgVJvtVY0M3zXN2rUclToKT0W7T650U3McwDM upti1I3uXIfDdyWHghFf8bu54xZfULwsOZuGH701rdKYwCB551cHzQxrwL1H3F42vfTL Iqv2Ehu1i3ZbtoYAupn3DzXda6y5nTkBR9A3Zv/IdEc13D3q8SXfxO57fRHuzukn+Ty3 IrYlJ9gw+2NSZuc2PtLK4jc4vWVb3oNNr1IC7wNUfIvxxIqz9XZH/HuoA+KImGX4Zde7 RfrhAm3cETtFYLf7ubSeh+gTEnVactqfPliG3BG6CkQmtdrp4a5hbiHwNuwjs9Py9TDd EFFw== X-Gm-Message-State: AKwxytdGkJfqPFg3nQ75en+fvuuYsTPyF635jPIVXa4lGyF4AJjfm6uI UdMwMQaCnfryTuF8ao7e/lu3oYxNAO9EyLLwRr1lATv5 X-Google-Smtp-Source: AH8x225IeRhSJ3tWUER8ETCiZUkTfKWcntk1G1fr/k6SBUDI4l1ZRSRHkUXM3R8kuIAwwfhqueNeIQ0/uWEoiEjaHeA= X-Received: by 10.37.181.130 with SMTP id q2mr26121030ybj.429.1517562052527; Fri, 02 Feb 2018 01:00:52 -0800 (PST) MIME-Version: 1.0 Received: by 10.37.93.16 with HTTP; Fri, 2 Feb 2018 01:00:32 -0800 (PST) In-Reply-To: References: <20180124173223.213808-1-leszeks@google.com> <9bc195e52123f5d878778ebebd074ee4@polymtl.ca> From: "Leszek Swirski via gdb-patches" Reply-To: Leszek Swirski Date: Fri, 02 Feb 2018 09:01:00 -0000 Message-ID: Subject: Re: [PATCH] MI: Allow non-raw varobj evaluation To: Simon Marchi Cc: Leszek Swirski via gdb-patches Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2018-02/txt/msg00031.txt.bz2 On Fri, 2 Feb 2018, 04:27 Simon Marchi, wrote: > > Also, from what I understand we don't have a test for this, so I converted your example > to a test case. If you are fine, I would push the following patch. That looks fantastic, I'm happy for you to push the amended patch and thank you for your due diligence.