From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 118110 invoked by alias); 5 Aug 2019 18:08:20 -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 118075 invoked by uid 89); 5 Aug 2019 18:08:20 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-19.9 required=5.0 tests=AWL,BAYES_00,ENV_AND_HDR_SPF_MATCH,RCVD_IN_DNSWL_NONE,SPF_PASS,USER_IN_DEF_SPF_WL autolearn=ham version=3.3.1 spammy= X-HELO: mail-ot1-f65.google.com Received: from mail-ot1-f65.google.com (HELO mail-ot1-f65.google.com) (209.85.210.65) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 05 Aug 2019 18:08:19 +0000 Received: by mail-ot1-f65.google.com with SMTP id r21so80168454otq.6 for ; Mon, 05 Aug 2019 11:08:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=UbHe2VZPTVXlyolpkhTMhsbr1K+Jtv7rwwBVfFXzxT8=; b=gwLxpvw0/W9jhJQ/bmrZjo4qyANI5Hv5pe+17votrA73jNSKrlFoynVYIPWDJ/zJ6U PQhEu4Gw3TPZhWI96XTvHMwleyFcx1fD03h+2B4QU1JbXgnbeqqegYuwvKbIBjgfZkrJ hAepN6mz/iWulDmfVaOULLY687dOqNY4E3uD75TahHkJYXyEtaFU+SFqFodBiulrY2s+ duIh+O+QjbmmNdl9nol4hiBTgAjQ0F0oKbfsD2s3Rv1E1s2HBdsPCTAV08eOA+LjwKXz cmqPXAqG1mTa0/ylt+AqV+EH2k9XJHr+hNhEPxNJKwSn0RfqmXSmFs3pi7NbPvWj/jFo pHHw== MIME-Version: 1.0 References: <87y30bit95.fsf@tromey.com> <20190802231125.240974-1-cbiesinger@google.com> <87blx3cy9n.fsf@tromey.com> In-Reply-To: <87blx3cy9n.fsf@tromey.com> From: "Christian Biesinger via gdb-patches" Reply-To: Christian Biesinger Date: Mon, 05 Aug 2019 18:08:00 -0000 Message-ID: Subject: Re: [PATCH v2] Add block['var'] accessor To: Tom Tromey Cc: Christian Biesinger via gdb-patches Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2019-08/txt/msg00120.txt.bz2 On Mon, Aug 5, 2019 at 12:33 PM Tom Tromey wrote: > > >>>>> "Christian" == Christian Biesinger via gdb-patches writes: > > Christian> Sorry about the coding style. Both issues should be fixed now. > Christian> Currently we support iteration on blocks; this patch extends that to make > Christian> subscript access work as well. > > Thank you for the patch. > This is ok. Thanks, pushed. Christian