From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 127336 invoked by alias); 28 Apr 2017 08:55:48 -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 127314 invoked by uid 89); 28 Apr 2017 08:55:47 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: 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=Hx-languages-length:290, HX-Received:Fri X-HELO: mail-qk0-f175.google.com Received: from mail-qk0-f175.google.com (HELO mail-qk0-f175.google.com) (209.85.220.175) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 28 Apr 2017 08:55:43 +0000 Received: by mail-qk0-f175.google.com with SMTP id u75so47303981qka.3 for ; Fri, 28 Apr 2017 01:55:45 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=ZVXPdmfoEc0MBcWxU+Zm7uXMz2JnQjXbm2anOGr1jMI=; b=IC7An+pdvAIOmPKG6eP/OGpK8iWIbZdvyVVob40GqhhIg0fPaoJwUFpiTVgPN//8Ce +VM6HBdn9FnHUgndZ5wuE1WwB0UCKwIRBCBH+YfWI9OdMsUxvLECP3CKlXGXLU2OWYtk hw05HV+NhX2xFuhe/XTfxnZdE8Gbno+4Dll9SEqDx1Z4oJh3gWQiBYVT0sISPVOx2dxt 19k9qBsIVZc9IMAo8ZtgG2EZyVw+xBv6hWh4RgHlWOl+FW1MHmv6rl8p3HifI+oRkf3H 8W3vwoXzvg4qx8ngbFdgdvBVUIAhV1q9WzRjP/2yafpkUJeIUzoeiV+Fze8yDfvmAegW RouA== X-Gm-Message-State: AN3rC/7KzpDp5HEKkCVUWUVE9VdfjEat0qghoYFLt/Jw2MxZKt4rB5GM 5ii/fPABOJxm0l2tgxy3lzdZHP10ew== X-Received: by 10.55.24.155 with SMTP id 27mr9482337qky.161.1493369743656; Fri, 28 Apr 2017 01:55:43 -0700 (PDT) MIME-Version: 1.0 Received: by 10.12.140.76 with HTTP; Fri, 28 Apr 2017 01:55:43 -0700 (PDT) In-Reply-To: References: <1493303002-8056-1-git-send-email-yao.qi@linaro.org> From: Yao Qi Date: Fri, 28 Apr 2017 08:55:00 -0000 Message-ID: Subject: Re: [PATCH] [MIPS] Use lwpid from lwp_info instead of inferior_ptid To: Simon Marchi Cc: "gdb-patches@sourceware.org" , RAJESH DASARI , "Maciej W. Rozycki" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2017-04/txt/msg00765.txt.bz2 On Thu, Apr 27, 2017 at 3:26 PM, Simon Marchi wro= te: > > You can replace this with "lp->ptid.lwp ()". > > Otherwise, LGTM. > Done, and patch is pushed to master and 8.0 branch. --=20 Yao (=E9=BD=90=E5=B0=A7)