From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5346 invoked by alias); 12 Jan 2017 16:05:27 -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 5330 invoked by uid 89); 12 Jan 2017 16:05:27 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_SOFTFAIL autolearn=no version=3.3.2 spammy= X-HELO: simark.ca Received: from simark.ca (HELO simark.ca) (158.69.221.121) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 12 Jan 2017 16:05:25 +0000 Received: by simark.ca (Postfix, from userid 33) id 932D11E80F; Thu, 12 Jan 2017 11:05:23 -0500 (EST) To: Yao Qi Subject: Re: [PATCH] Update comment in linux_nat_can_async_p X-PHP-Originating-Script: 33:rcube.php MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 12 Jan 2017 16:05:00 -0000 From: Simon Marchi Cc: Simon Marchi , gdb-patches@sourceware.org In-Reply-To: <20170111082551.GI9518@E107787-LIN> References: <20170110203026.31683-1-simon.marchi@ericsson.com> <20170111082551.GI9518@E107787-LIN> Message-ID: <3d26872a2cb94bc9e2bfc195c23b0f08@polymtl.ca> X-Sender: simon.marchi@polymtl.ca User-Agent: Roundcube Webmail/1.2.3 X-IsSubscribed: yes X-SW-Source: 2017-01/txt/msg00236.txt.bz2 On 2017-01-11 03:25, Yao Qi wrote: > On 17-01-10 15:30:26, Simon Marchi wrote: >> I think this comment is outdated. Nowadays, linux-nat is always >> async, >> unless the user has explictly turned it off with >> "maint set target-async off". >> >> gdb/ChangeLog: >> >> * linux-nat.c (linux_nat_can_async_p): Update comment. > > Looks good to me. Thanks, I pushed it.