From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 74865 invoked by alias); 7 Aug 2019 22:03:38 -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 74857 invoked by uid 89); 7 Aug 2019 22:03:38 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS autolearn=ham version=3.3.1 spammy= X-HELO: gateway20.websitewelcome.com Received: from gateway20.websitewelcome.com (HELO gateway20.websitewelcome.com) (192.185.60.19) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 07 Aug 2019 22:03:37 +0000 Received: from cm13.websitewelcome.com (cm13.websitewelcome.com [100.42.49.6]) by gateway20.websitewelcome.com (Postfix) with ESMTP id 2910E400D057B for ; Wed, 7 Aug 2019 15:59:39 -0500 (CDT) Received: from box5379.bluehost.com ([162.241.216.53]) by cmsmtp with SMTP id vU1vhl32p3Qi0vU1vhU7ce; Wed, 07 Aug 2019 17:03:35 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tromey.com; s=default; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=Ce1rUj5zaCAIoyq3li1oZREJKpdv4zOpgYXHn43zvDM=; b=iALqXlnleW8Sk3vRI8hqYHI9aD uxq2SUsN1tIjrYq/gmJtrlQilA9Np7LNwiiSI2+tigXK9Zd6+nE2od+794wTXt3FaRWoiIxtjQ6lN PS8EeACcH/KfmddTJPiFSf0Es; Received: from 97-122-178-82.hlrn.qwest.net ([97.122.178.82]:56152 helo=bapiya) by box5379.bluehost.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92) (envelope-from ) id 1hvU1v-001RMw-FM; Wed, 07 Aug 2019 17:03:35 -0500 From: Tom Tromey To: Pedro Alves Cc: Tom Tromey , gdb-patches@sourceware.org Subject: Re: [PATCH 7/8] Remove readline hack from gdb_select References: <20190806204334.13441-1-tom@tromey.com> <20190806204334.13441-8-tom@tromey.com> <671c7581-6fd8-7ef5-160b-a583e97ba5fe@redhat.com> Date: Wed, 07 Aug 2019 22:03:00 -0000 In-Reply-To: <671c7581-6fd8-7ef5-160b-a583e97ba5fe@redhat.com> (Pedro Alves's message of "Wed, 7 Aug 2019 15:29:06 +0100") Message-ID: <871rxwfxah.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1.91 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2019-08/txt/msg00186.txt.bz2 >>>>> "Pedro" == Pedro Alves writes: Pedro> On 8/6/19 9:43 PM, Tom Tromey wrote: >> As discussed on gdb-patches, this removes the readline hack from the >> mingw-hdep.c version of gdb_select. It's believed that this is not >> needed any more. Pedro> I may be hard to find the discussion later on. Pedro> Please add a link to the discussion to the commit log Pedro> pointing here: Pedro> https://sourceware.org/ml/gdb-patches/2019-03/msg00465.html Thanks, I did this. Also, Christian Biesinger managed to build this branch on Windows and try it, which is very good news. Tom