From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7013 invoked by alias); 12 Aug 2015 10:10:26 -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 7001 invoked by uid 89); 12 Aug 2015 10:10:26 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=no version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Wed, 12 Aug 2015 10:10:25 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (Postfix) with ESMTPS id 2B6DA3F0B6; Wed, 12 Aug 2015 10:10:24 +0000 (UTC) Received: from [127.0.0.1] (ovpn01.gateway.prod.ext.ams2.redhat.com [10.39.146.11]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t7CAALlX017995; Wed, 12 Aug 2015 06:10:21 -0400 Message-ID: <55CB1B8D.6010501@redhat.com> Date: Wed, 12 Aug 2015 10:10:00 -0000 From: Pedro Alves User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Gary Benson , Joel Brobecker CC: Doug Evans , Jan Kratochvil , gdb-patches , Sandra Loosemore , =?windows-1252?Q?Andr=E9_P=F6nitz?= , Paul Koning Subject: Re: [PATCH 0/2] Better handling of slow remote transfers References: <001a11c301b0388ac5051d0c5ab8@google.com> <20150811185519.GA28644@host1.jankratochvil.net> <20150811195943.GC22245@adacore.com> <20150812094831.GD11096@blade.nx> In-Reply-To: <20150812094831.GD11096@blade.nx> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-SW-Source: 2015-08/txt/msg00267.txt.bz2 On 08/12/2015 10:48 AM, Gary Benson wrote: > Joel Brobecker wrote: >>> At any rate, I think the default behaviour for 7.10 >>> has to be the default behaviour of 7.9 >>> (given that, for example, we're not going to make file transfer >>> more adequately interruptible for 7.10). >> >> That makes sense to me. > > If we are to reset the default sysroot to "" then please consider the > series I posted that added the auto-target-prefix functionality: > > https://sourceware.org/ml/gdb-patches/2015-07/msg00828.html I'd really prefer not adding magic at the last minute to the 7.10 release. That would leave no breathing space to sort out further design mistakes, which I'm sure we'll trip on. I think we need to unblock 7.10 as soon as possible so that 7.11 with all the neat sysroot features happens sooner too. :-) Thanks, Pedro Alves