From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 53759 invoked by alias); 19 Sep 2018 14:53:27 -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 52941 invoked by uid 89); 19 Sep 2018 14:53:25 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: smtp.polymtl.ca Received: from smtp.polymtl.ca (HELO smtp.polymtl.ca) (132.207.4.11) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 19 Sep 2018 14:53:24 +0000 Received: from simark.ca (simark.ca [158.69.221.121]) (authenticated bits=0) by smtp.polymtl.ca (8.14.7/8.14.7) with ESMTP id w8JErHGW009480 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Wed, 19 Sep 2018 10:53:22 -0400 Received: by simark.ca (Postfix, from userid 112) id C70BF1E76F; Wed, 19 Sep 2018 10:53:17 -0400 (EDT) Received: from simark.ca (localhost [127.0.0.1]) by simark.ca (Postfix) with ESMTP id 8DF291E186; Wed, 19 Sep 2018 10:53:15 -0400 (EDT) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 19 Sep 2018 14:53:00 -0000 From: Simon Marchi To: Tom Tromey Cc: Rainer Orth , gdb-patches@sourceware.org Subject: Re: [PATCH] Provide pid_to_exec_file on Solaris (PR tdep/17903) In-Reply-To: <87bm8tr19q.fsf@tromey.com> References: <87bm8tr19q.fsf@tromey.com> Message-ID: <03828c1b15ed6b82a82e30b7a139bc76@polymtl.ca> X-Sender: simon.marchi@polymtl.ca User-Agent: Roundcube Webmail/1.3.6 X-IsSubscribed: yes X-SW-Source: 2018-09/txt/msg00692.txt.bz2 On 2018-09-19 10:48, Tom Tromey wrote: > procfs.c is one of the cloexec holdouts, because I could never compile > it. > But I guess once the buildbot is up I can do it :) I don't know if you are registered to the gcc compile farm announce mailing list, so just in case, there are now some Solaris machines (perhaps the same as Rainer is using for the buildbot?): https://lists.tetaneutral.net/pipermail/cfarm-announces/2018-September/000002.html Simon