From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 75543 invoked by alias); 20 Nov 2017 03:24:40 -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 75530 invoked by uid 89); 20 Nov 2017 03:24:39 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=BAYES_00,KB_WAM_FROM_NAME_SINGLEWORD,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 spammy=Hx-languages-length:543 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; Mon, 20 Nov 2017 03:24:38 +0000 Received: from [10.0.0.11] (192-222-251-162.qc.cable.ebox.net [192.222.251.162]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id 4049D1E4C4; Sun, 19 Nov 2017 22:24:36 -0500 (EST) Subject: Re: [PATCH 00/11] Remove some usages of find_inferior To: Sergio Durigan Junior , Simon Marchi Cc: gdb-patches@sourceware.org References: <1510943613-18598-1-git-send-email-simon.marchi@ericsson.com> <878tf2m5v3.fsf@redhat.com> From: Simon Marchi Message-ID: Date: Mon, 20 Nov 2017 03:24:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <878tf2m5v3.fsf@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2017-11/txt/msg00392.txt.bz2 On 2017-11-19 02:21 PM, Sergio Durigan Junior wrote: > On Friday, November 17 2017, Simon Marchi wrote: > >> This is a random sampling of removals of find_inferior, replacing them with the >> new-ish find_thread/for_each_thread. > > Thanks for the patch. I looked over it, specifically the Linux-related > bits, and they seem fine. Having hacked this code a bit on gdbserver > some time ago, I for one welcome this change. Thanks a lot for looking at it! I am pushing the series. Simon