From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 92206 invoked by alias); 24 Nov 2017 21:31:23 -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 91856 invoked by uid 89); 24 Nov 2017 21:31:23 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.7 required=5.0 tests=AWL,BAYES_00,KB_WAM_FROM_NAME_SINGLEWORD,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=Hx-languages-length:313 X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 24 Nov 2017 21:31:22 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id AFB80116653; Fri, 24 Nov 2017 16:31:20 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id QOi-n7AuI9IN; Fri, 24 Nov 2017 16:31:20 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 7A92F116651; Fri, 24 Nov 2017 16:31:20 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id C9E4487442; Fri, 24 Nov 2017 13:31:18 -0800 (PST) Date: Fri, 24 Nov 2017 21:31:00 -0000 From: Joel Brobecker To: Simon Marchi Cc: Xavier Roirand , gdb-patches@sourceware.org, Simon Marchi , Jerome Guitton Subject: Re: [PATCH 1/4] Create private_inferior class hierarchy Message-ID: <20171124213118.kzpoajit2fzg4sji@adacore.com> References: <1511368867-19365-1-git-send-email-simon.marchi@ericsson.com> <1511368867-19365-2-git-send-email-simon.marchi@ericsson.com> <20171122222035.t6d7wxxxel4wfbo6@adacore.com> <49a568e89f5b4ac89adecd0d46dfdf25@polymtl.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <49a568e89f5b4ac89adecd0d46dfdf25@polymtl.ca> User-Agent: NeoMutt/20170113 (1.7.2) X-SW-Source: 2017-11/txt/msg00627.txt.bz2 > I pushed this patch (or rather, v2 of this patch), but testing on macOS > would still be relevant (Joel, I assume you were referring to the darwin > changes?). Yes, that's correct. We have a machine running MacOS, so we can do some testing.... -- Joel