From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16895 invoked by alias); 11 Aug 2015 17:22:57 -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 16886 invoked by uid 89); 11 Aug 2015 17:22:57 -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,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pa0-f73.google.com Received: from mail-pa0-f73.google.com (HELO mail-pa0-f73.google.com) (209.85.220.73) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 11 Aug 2015 17:22:55 +0000 Received: by pacum4 with SMTP id um4so17477287pac.1 for ; Tue, 11 Aug 2015 10:22:54 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:message-id:date:subject:from:to:cc :content-type; bh=Nox+drVM1NiGR3ICj7u2tjHuLx2D8xvF6rNtvBoo+Bc=; b=Bkp/EBaR7YehnMGcR6fykflQbbgwz8nuG6oDAKq+6TGeMzFBHmEBMc2uN8UnwPQIs0 lk7NZpsy0qObklg9MhMfFAC/FnGWSGZ6aCoaD1YOPp/TTi1R+tZ22CPRi5mLKV5pLUD0 3k1p+paO4QQ+NNTPKXWkJgaO1PUkNYHumzgLcn3UwKxSAfHSCUSnoSg9KR/IQQXnUoWV XShUdAHjL8f/sYQRevFdXMU3iaWFR/S/TRwRP3Aj0++ztJ8uhp77LVPGnNeundZDhz+T Ohrc4LIYPU1XxPHudQ2wgLlDMj0gX4ZMjnVPjIOSA3s+k8KJVB6SBi0/1feeP2cAcbHo 6G0w== X-Gm-Message-State: ALoCoQnTU3wX7olXGs04Qq2VOrEh/Nfd62nDbb6tWkCyTnvSvYtyEmFFaeuX0bvo33xkWyf2C+hO MIME-Version: 1.0 X-Received: by 10.70.109.225 with SMTP id hv1mr4542594pdb.2.1439313774000; Tue, 11 Aug 2015 10:22:54 -0700 (PDT) Message-ID: <001a11c301b0388ac5051d0c5ab8@google.com> Date: Tue, 11 Aug 2015 17:22:00 -0000 Subject: Re: [PATCH 0/2] Better handling of slow remote transfers From: Doug Evans To: Gary Benson Cc: gdb-patches@sourceware.org, Sandra Loosemore , Pedro Alves , Jan Kratochvil , "=?UTF-8?q?Andr=C3=A9=20P=C3=B6nitz?=" , Paul_Koning@Dell.com Content-Type: text/plain; charset=UTF-8; format=flowed; delsp=yes X-IsSubscribed: yes X-SW-Source: 2015-08/txt/msg00242.txt.bz2 Gary Benson writes: > Hi all, > > Since March or so GDB has been able to access inferior binaries for > remote targets without having to be explicitly told to. This caused > problems for some people with slow connections: > > https://sourceware.org/ml/gdb/2015-07/msg00038.html > > The first patch in this series adds the warning messages requested > in that thread. The second commit should make long transfers > interruptible. > > Built and regtested on RHEL 6.6 x86_64. > > Ok to commit? For 7.10, one thought is to maintain the behaviour of 7.9 and give ourselves more time to address this. IOW, can we have (or is there already) a configure option that controls the default behaviour, and can we default it to what 7.9 does (not auto-fetch files) ?