From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 63691 invoked by alias); 19 Apr 2017 09:39:53 -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 63670 invoked by uid 89); 19 Apr 2017 09:39:52 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2 spammy= X-HELO: mail-wr0-f171.google.com Received: from mail-wr0-f171.google.com (HELO mail-wr0-f171.google.com) (209.85.128.171) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 19 Apr 2017 09:39:51 +0000 Received: by mail-wr0-f171.google.com with SMTP id o21so11474349wrb.2 for ; Wed, 19 Apr 2017 02:39:52 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=cgde6xEZsPUlwDzB+rtlht/krrkTw2Xi4wSxF41gKcw=; b=FoyK/mxEgc8Di469N8t8fFrYdkgyQtBdTQ9EplMlUR636ZGiNojt8VaFQKLN8R998a 8wiArjnUDsEDCL7tO9MHKu20/c1z2K5E1bH+tdqYBUs2gpKmGhJK8lgNs6q8iMFF/v2D 0lVZuXWBVt1NpvFhjjeXbC46SCNxI6SAfVPpGkJBvJmgTPDDPEhwZMAnfky02Q+k83Q+ 0d913aPakG66aVy/3JWtR664rbd3YI/EwjiAF7ou2RMevNTpcTn/vMkxpOKj8oHZ27mp zkA3FLpvUwMYbgYCHMOJT7eT/nzU1LLnykUiZ9F8VwFjjk3CwPCENU6F2UHJnZuFqiNL 3Jmg== X-Gm-Message-State: AN3rC/73KhLzM2jIafNQErWqDlW88WLWFWhP4Iki3rSq5Gmp0q7yeaHD KlG1vboclX9Kz64jzJt6Pg== X-Received: by 10.223.132.39 with SMTP id 36mr1771279wrf.182.1492594791006; Wed, 19 Apr 2017 02:39:51 -0700 (PDT) Received: from [192.168.0.101] ([37.189.166.198]) by smtp.gmail.com with ESMTPSA id l141sm3002169wma.32.2017.04.19.02.39.49 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 19 Apr 2017 02:39:49 -0700 (PDT) Subject: Re: [RFA 2/5] More uses of ui_out_emit_tuple To: Tom Tromey References: <20170414022337.28368-1-tom@tromey.com> <20170414022337.28368-3-tom@tromey.com> <9c78ec4d-1f47-1462-4a1b-125b78a8d3a7@redhat.com> <87inm15day.fsf@tromey.com> Cc: gdb-patches@sourceware.org From: Pedro Alves Message-ID: <7348d1eb-565d-b226-4cd0-7c33bf9a6f90@redhat.com> Date: Wed, 19 Apr 2017 09:39:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <87inm15day.fsf@tromey.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-SW-Source: 2017-04/txt/msg00553.txt.bz2 On 04/19/2017 03:41 AM, Tom Tromey wrote: >>>>>> "Pedro" == Pedro Alves writes: > > Pedro> Looks like the reason that this needed a new scope was > Pedro> this annotate_arg_end call. > > Pedro> How about instead adding something like this: > [...] > > That does make the patch clearer. Here's the updated version; I'm not > resending the whole series as nothing else has changed. > > I'm running this through the buildbot; OK if it passes? OK. Thanks, Pedro Alves