From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 68814 invoked by alias); 21 Oct 2015 15:17:02 -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 68799 invoked by uid 89); 21 Oct 2015 15:17:01 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pa0-f41.google.com Received: from mail-pa0-f41.google.com (HELO mail-pa0-f41.google.com) (209.85.220.41) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Wed, 21 Oct 2015 15:17:00 +0000 Received: by pacfv9 with SMTP id fv9so59901428pac.3 for ; Wed, 21 Oct 2015 08:16:59 -0700 (PDT) X-Received: by 10.67.5.66 with SMTP id ck2mr11283489pad.137.1445440618971; Wed, 21 Oct 2015 08:16:58 -0700 (PDT) Received: from [127.0.0.1] (gcc2-power8.osuosl.org. [140.211.9.43]) by smtp.gmail.com with ESMTPSA id ph8sm9733808pbc.8.2015.10.21.08.16.57 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 21 Oct 2015 08:16:58 -0700 (PDT) Subject: Re: [PATCH] Remove checking vCont;s in exec_cmd_expect_vCont_count To: Pedro Alves , gdb-patches@sourceware.org References: <1445421396-22351-1-git-send-email-yao.qi@linaro.org> <5627626B.1010801@redhat.com> From: Yao Qi Message-ID: <5627AC67.6020502@gmail.com> Date: Wed, 21 Oct 2015 18:46:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <5627626B.1010801@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2015-10/txt/msg00419.txt.bz2 On 21/10/15 11:01, Pedro Alves wrote: > LGTM, thanks for doing this. Patch is pushed in. -- Yao (齐尧)