From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12875 invoked by alias); 13 Feb 2008 14:27:45 -0000 Received: (qmail 12866 invoked by uid 22791); 13 Feb 2008 14:27:44 -0000 X-Spam-Check-By: sourceware.org Received: from fg-out-1718.google.com (HELO fg-out-1718.google.com) (72.14.220.159) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 13 Feb 2008 14:27:23 +0000 Received: by fg-out-1718.google.com with SMTP id e12so17948fga.0 for ; Wed, 13 Feb 2008 06:27:21 -0800 (PST) Received: by 10.86.61.13 with SMTP id j13mr2492001fga.48.1202912840962; Wed, 13 Feb 2008 06:27:20 -0800 (PST) Received: by 10.86.78.13 with HTTP; Wed, 13 Feb 2008 06:27:20 -0800 (PST) Message-ID: <5800c1cc0802130627n3555dddew5124b530643e852f@mail.gmail.com> Date: Wed, 13 Feb 2008 14:27:00 -0000 From: "Bin Chen" To: "Bin Chen" , gdb@sourceware.org Subject: Re: Whats things the gdbserver and gdb communicates when startup a program? In-Reply-To: <20080213134537.GA19665@caradoc.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <5800c1cc0802130540x5d0c4776jc984744c01b2dc29@mail.gmail.com> <20080213134537.GA19665@caradoc.them.org> X-IsSubscribed: yes 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 X-SW-Source: 2008-02/txt/msg00090.txt.bz2 On Wed, Feb 13, 2008 at 9:45 PM, Daniel Jacobowitz wrote: > On Wed, Feb 13, 2008 at 09:40:32PM +0800, Bin Chen wrote: > > I just want to know whats data is transfered? In my case how much data > > need to transferred to / from target/host? > > You can use "set debug remote" and the GDB manual to see what is > transferred. > Thanks! Do you think it is normal for the 10Mbps network card use hundreds of second to transfer the gdb data for my 10M + library size? Bin