From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 73401 invoked by alias); 26 Jul 2015 20:50:49 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 73385 invoked by uid 89); 26 Jul 2015 20:50:48 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.1 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; Sun, 26 Jul 2015 20:50:47 +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 A4A6C4DB00; Sun, 26 Jul 2015 20:50:46 +0000 (UTC) Received: from fche.csb (vpn-235-81.phx2.redhat.com [10.3.235.81]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t6QKojvY019467; Sun, 26 Jul 2015 16:50:46 -0400 Received: by fche.csb (Postfix, from userid 2569) id 3877A584D4; Sun, 26 Jul 2015 16:52:05 -0400 (EDT) Date: Sun, 26 Jul 2015 20:50:00 -0000 From: "Frank Ch. Eigler" To: Jan Kratochvil Cc: Pedro Alves , Paul_Koning@Dell.com, gbenson@redhat.com, sandra@codesourcery.com, gdb@sourceware.org Subject: Re: GDB now takes 4 minutes to start up with remote gdbserver target Message-ID: <20150726205205.GI22601@redhat.com> References: <55B1768E.9090309@codesourcery.com> <55B1A4FC.9010403@codesourcery.com> <20150724085244.GB22673@blade.nx> <55B2444C.106@codesourcery.com> <2906903F-7478-4B9D-8A9A-A6256F8076EF@dell.com> <20150724151148.GA18553@blade.nx> <55B26267.4060905@redhat.com> <20150726200601.GA25195@host1.jankratochvil.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150726200601.GA25195@host1.jankratochvil.net> User-Agent: Mutt/1.4.2.2i X-SW-Source: 2015-07/txt/msg00058.txt.bz2 Hi - > > GDB could grow a qCRC type packet for the remote file server, so as to let > > it compare the remote files to the local ones. (Or even qRSYNC :-) > > build-id is there for that. Yes, esp. if it easily extracted from the remote-target filesystem. - FChE