From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 84542 invoked by alias); 11 Jan 2017 08:26:06 -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 84521 invoked by uid 89); 11 Jan 2017 08:26:04 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: =?ISO-8859-1?Q?No, score=-1.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=H*r:AES128-SHA, =e5=b0=a7, HX-Received:Wed?= X-HELO: mail-wm0-f67.google.com Received: from mail-wm0-f67.google.com (HELO mail-wm0-f67.google.com) (74.125.82.67) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 11 Jan 2017 08:26:03 +0000 Received: by mail-wm0-f67.google.com with SMTP id r126so14945327wmr.3 for ; Wed, 11 Jan 2017 00:26:03 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=F+Z79aUqkWQoSCdlM+bTKBpxIh7mIeqbKMWM7/D6BcY=; b=Q+GPHEGP55IbT/n2UbNvF21nhBPqMxak6xxe6NlCF4Qu+EqGXr161S35Gn6swbk28Z 9SQXnFRySotWCorLc0biOXgaH9iKieqXLxUXh98hA9uLgz7iPgVTfzH/HrbI3R/zOLip 93aKuBlbrNVTamG6w8vI78tAFXzGKY2CWX0n7eTdHDZLQioDhzMgtVyK3L8jOQcWyqDc GIO5J11Z5BuvnaYK5n8UTa1GRmimH+GuxIyDFkhlOE+y0X0LlQ6BUbpHn6woKJ+K4MIi YAASKLeo7+YwfJ0vYKR5/M1X/Ejk1ACJzTeoAbHCURs8/jHvCfN7pxEs33w4mQDITHwd Srlw== X-Gm-Message-State: AIkVDXIXg48KC5J7rMVKz2R5LLg8/HvStguKy96Ea3mpHRV6mPhiwTRlDZD85p9i0XN8Aw== X-Received: by 10.28.134.204 with SMTP id i195mr3871567wmd.77.1484123161574; Wed, 11 Jan 2017 00:26:01 -0800 (PST) Received: from E107787-LIN (gcc1-power7.osuosl.org. [140.211.15.137]) by smtp.gmail.com with ESMTPSA id y3sm7178123wjy.34.2017.01.11.00.25.59 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Wed, 11 Jan 2017 00:26:01 -0800 (PST) Date: Wed, 11 Jan 2017 08:26:00 -0000 From: Yao Qi To: Simon Marchi Cc: gdb-patches@sourceware.org Subject: Re: [PATCH] Update comment in linux_nat_can_async_p Message-ID: <20170111082551.GI9518@E107787-LIN> References: <20170110203026.31683-1-simon.marchi@ericsson.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20170110203026.31683-1-simon.marchi@ericsson.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes X-SW-Source: 2017-01/txt/msg00181.txt.bz2 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. -- Yao (齐尧)