From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 43617 invoked by alias); 5 Aug 2015 15:28:29 -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 43547 invoked by uid 89); 5 Aug 2015 15:28:28 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 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, 05 Aug 2015 15:28:22 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (Postfix) with ESMTPS id 113BF36AA24; Wed, 5 Aug 2015 15:28:21 +0000 (UTC) Received: from blade.nx (ovpn-116-104.ams2.redhat.com [10.36.116.104]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t75FSJvP008723; Wed, 5 Aug 2015 11:28:20 -0400 Received: from blade.nx (localhost [127.0.0.1]) by blade.nx (Postfix) with ESMTP id B3469264250; Wed, 5 Aug 2015 16:28:18 +0100 (BST) From: Gary Benson To: gdb-patches@sourceware.org Cc: Sandra Loosemore , Doug Evans , Pedro Alves , Jan Kratochvil , =?UTF-8?q?Andr=C3=A9=20P=C3=B6nitz?= , Paul_Koning@Dell.com Subject: [PATCH 0/2] Better handling of slow remote transfers Date: Wed, 05 Aug 2015 15:28:00 -0000 Message-Id: <1438788496-32246-1-git-send-email-gbenson@redhat.com> X-IsSubscribed: yes X-SW-Source: 2015-08/txt/msg00117.txt.bz2 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? Thanks, Gary -- http://gbenson.net/