From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13484 invoked by alias); 6 Jun 2003 20:47:40 -0000 Mailing-List: contact insight-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sources.redhat.com Received: (qmail 13467 invoked from network); 6 Jun 2003 20:47:39 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 6 Jun 2003 20:47:39 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h56KldH06933 for ; Fri, 6 Jun 2003 16:47:39 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h56KldI14214; Fri, 6 Jun 2003 16:47:39 -0400 Received: from [150.1.200.14] (vpn50-14.rdu.redhat.com [172.16.50.14]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h56Klb616121; Fri, 6 Jun 2003 16:47:38 -0400 Subject: Re: slow response time when debugging over ethernet From: Keith Seitz To: gilbert buob Cc: "insight@sources.redhat.com" In-Reply-To: <3EDDDCD0.C6948854@sciopta.com> References: <3ECC909B.F0420979@sciopta.com> <1053691709.1568.16.camel@lindt.uglyboxes.com> <3EDDDCD0.C6948854@sciopta.com> Content-Type: text/plain Organization: Message-Id: <1054932864.1831.15.camel@lindt.uglyboxes.com> Mime-Version: 1.0 Date: Fri, 06 Jun 2003 20:47:00 -0000 Content-Transfer-Encoding: 7bit X-SW-Source: 2003-q2/txt/msg00152.txt.bz2 On Wed, 2003-06-04 at 04:49, gilbert buob wrote: > do you know this problem,? > I also loocking for a work around ( just download over tcp and the debug > over serial) > I also shall contact the gdb mailing list because it seem to be a window-gdb > problem Hmm. Could be a cygwin bug, too, I suppose. Maybe TCP_NODELAY isn't working? I'd ask about it on the gdb list, though. That'll get you further. I would also include a command line session showing the problem (as best as possible) with remote debugging on (set debug remote 1/set remotedebug 1). Keith