From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 109763 invoked by alias); 22 Jan 2020 01:31:00 -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 109567 invoked by uid 89); 22 Jan 2020 01:30:46 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-5.4 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.1 spammy=finishing 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; Wed, 22 Jan 2020 01:30:44 +0000 Received: from [10.0.0.11] (unknown [192.222.164.54]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id B06821E47D; Tue, 21 Jan 2020 20:30:41 -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> <87muag2uah.fsf@tromey.com> From: Simon Marchi Message-ID: <56330e60-ca70-5ba8-e751-1db8229ed6e8@simark.ca> Date: Wed, 22 Jan 2020 01:56:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.3.1 MIME-Version: 1.0 In-Reply-To: <87muag2uah.fsf@tromey.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2020-01/txt/msg00663.txt.bz2 On 2020-01-21 7:45 p.m., Tom Tromey wrote: >>>>>> "Simon" == Simon Marchi writes: > > Simon> The only remaining use is in darwin-nat.c, but we need to un-break it > Simon> first (it doesn't build following multi-target). > > I will try to look at this soon. I have it building here: https://github.com/simark/binutils-gdb/tree/darwin-nat-multi-target But I haven't tested it. I plan on finishing it and sending a patch eventually, but if you want to do it before me, I won't object. Simon