From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12898 invoked by alias); 13 Apr 2017 15:31:10 -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 12883 invoked by uid 89); 13 Apr 2017 15:31:09 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-wr0-f169.google.com Received: from mail-wr0-f169.google.com (HELO mail-wr0-f169.google.com) (209.85.128.169) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 13 Apr 2017 15:31:08 +0000 Received: by mail-wr0-f169.google.com with SMTP id o21so37953066wrb.2 for ; Thu, 13 Apr 2017 08:31:09 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=l3JoHXBMmxXB6bxXdwV1noO8PhJ2y8KugjBysNfWNS4=; b=qbE441C2xETaGwWAmvOzr0WOwGHt1GOm04gSN2LITs3RnHuYyuOLnnNlzwCxhOxyT7 tgcNgeiaIlCdMFPwOq20znPNQCqLctLe0xrLK+UC3fISEk08yrbhbuTP6i9Suc8cbJhA QbM0mm1DRT/rUnP2XJfXE5Vei87JlWWVpNDIv0/D8qomAo7GXj5bpXTb9D5ddjTnK2wU VGSqx81SDfu75gwShewJWw6QXozdaUVj7j+/LtGvfluiqxa5hxkYp7Zc4k+gly0Z/MGR zkd3lFSiQUP9ZoAo8yzE/OS79MjjcSWU+Dvc/66UUuiHUCjohArgHVYXH8TMYrqifvTD 5ReQ== X-Gm-Message-State: AN3rC/6TwNCKG0SM584wtidaqGYyFOlkhpfVDDqhHCklW8h3q0jAWY1N 81EWUJG4qaGy+Dv8 X-Received: by 10.223.136.165 with SMTP id f34mr3387774wrf.145.1492097468072; Thu, 13 Apr 2017 08:31:08 -0700 (PDT) Received: from E107787-LIN ([194.214.185.158]) by smtp.gmail.com with ESMTPSA id p185sm11002258wme.20.2017.04.13.08.31.07 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Thu, 13 Apr 2017 08:31:07 -0700 (PDT) From: Yao Qi To: Pedro Alves Cc: gdb-patches@sourceware.org Subject: Re: [PATCH 8/8] Fix removing inferiors from within "thread apply" commands References: <1491954673-29172-1-git-send-email-palves@redhat.com> <1491954673-29172-9-git-send-email-palves@redhat.com> <86o9w08ru5.fsf@gmail.com> <3e492ba6-f183-cc41-6b5c-cc23a6ed116a@redhat.com> Date: Thu, 13 Apr 2017 15:31:00 -0000 In-Reply-To: <3e492ba6-f183-cc41-6b5c-cc23a6ed116a@redhat.com> (Pedro Alves's message of "Thu, 13 Apr 2017 13:22:24 +0100") Message-ID: <86k26o8gui.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2017-04/txt/msg00435.txt.bz2 Pedro Alves writes: > Just to be clear, would the class include the incref()/decref()=20 > methods + m_refcount, plus some refcount() accessor method, Yes, that is what I meant. > or more than that? Let me give it a try. --=20 Yao (=E9=BD=90=E5=B0=A7)