From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 97789 invoked by alias); 21 Jan 2020 21:29:28 -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 97779 invoked by uid 89); 21 Jan 2020 21:29:28 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-10.8 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.1 spammy= X-HELO: mail.efficios.com Received: from mail.efficios.com (HELO mail.efficios.com) (167.114.26.124) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 21 Jan 2020 21:29:27 +0000 Received: from localhost (localhost [127.0.0.1]) by mail.efficios.com (Postfix) with ESMTP id B1CB725437B; Tue, 21 Jan 2020 16:29:25 -0500 (EST) Received: from mail.efficios.com ([127.0.0.1]) by localhost (mail03.efficios.com [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id v9WE3luj-w76; Tue, 21 Jan 2020 16:29:25 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by mail.efficios.com (Postfix) with ESMTP id 7ABB5254A19; Tue, 21 Jan 2020 16:29:25 -0500 (EST) DKIM-Filter: OpenDKIM Filter v2.10.3 mail.efficios.com 7ABB5254A19 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=efficios.com; s=default; t=1579642165; bh=beEGU3jupIQceduaJlG+Zkfjts2iw0RJdhaAAZW1fcI=; h=To:From:Message-ID:Date:MIME-Version; b=GoKoX+4qT1MUAWfTSEwTS7x0s64pCCoXJQnKE8VoDt69gZ9WhP69fjyrZseO0adga Wh+PEkjaLzN3i3YB17JrD3YnL8JRjeC10lGaw7yXbYEIE+eatxkcrwNor2mibYTIMH 8TL8N9QvfWEbLx0M3SvUdWDZvoePczfEw9CbldT36q/xcpebhcuEP1LQZgP0hQHoI9 a2svW210JSPUZExce9dSHK6FbBkgRYD+G7wpYTmh1zLlbJkAH8AzB6UIuJ/IywK1O8 4M4VkhqIF6d+hSjdnmjJNnCMJCIUbOQpB+X0q/ASX9WSM6vDE9hZXuRHLvHyLuiFo0 fPmSTr+6JXryQ== Received: from mail.efficios.com ([127.0.0.1]) by localhost (mail03.efficios.com [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id HV96Vvm8DQaG; Tue, 21 Jan 2020 16:29:25 -0500 (EST) Received: from [172.16.0.95] (192-222-181-218.qc.cable.ebox.net [192.222.181.218]) by mail.efficios.com (Postfix) with ESMTPSA id 3D3ED254A10; Tue, 21 Jan 2020 16:29:25 -0500 (EST) Subject: Re: [PATCH] gdb: remove uses of iterate_over_inferiors in remote-sim.c To: Tom Tromey , Simon Marchi Cc: gdb-patches@sourceware.org References: <20200121021306.19200-1-simon.marchi@efficios.com> <87v9p48tvz.fsf@tromey.com> <9f0cd6d1-f804-432e-1af6-6c8bd57b5677@simark.ca> <87ftg88pqw.fsf@tromey.com> From: Simon Marchi Message-ID: Date: Tue, 21 Jan 2020 22:28:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.2.2 MIME-Version: 1.0 In-Reply-To: <87ftg88pqw.fsf@tromey.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2020-01/txt/msg00654.txt.bz2 On 2020-01-21 4:27 p.m., Tom Tromey wrote: >>>>>> "Simon" == Simon Marchi writes: > > Simon> Agreed. So, something like this? > > Looks great, thanks! > > Tom > Thanks, pushed. The only remaining use is in darwin-nat.c, but we need to un-break it first (it doesn't build following multi-target). Simon