From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16693 invoked by alias); 13 Feb 2008 14:38:09 -0000 Received: (qmail 16685 invoked by uid 22791); 13 Feb 2008 14:38:09 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 13 Feb 2008 14:37:49 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 2518498140; Wed, 13 Feb 2008 14:37:48 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 0C25D98118; Wed, 13 Feb 2008 14:37:48 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1JPIk7-0005uE-Bb; Wed, 13 Feb 2008 09:37:47 -0500 Date: Wed, 13 Feb 2008 14:38:00 -0000 From: Daniel Jacobowitz To: Bin Chen Cc: gdb@sourceware.org Subject: Re: Whats things the gdbserver and gdb communicates when startup a program? Message-ID: <20080213143747.GA22684@caradoc.them.org> Mail-Followup-To: Bin Chen , gdb@sourceware.org References: <5800c1cc0802130540x5d0c4776jc984744c01b2dc29@mail.gmail.com> <20080213134537.GA19665@caradoc.them.org> <5800c1cc0802130627n3555dddew5124b530643e852f@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5800c1cc0802130627n3555dddew5124b530643e852f@mail.gmail.com> User-Agent: Mutt/1.5.17 (2007-12-11) 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/msg00091.txt.bz2 On Wed, Feb 13, 2008 at 10:27:20PM +0800, Bin Chen wrote: > 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? No. It doesn't transfer the library. Startup data is usually no more than 2K. -- Daniel Jacobowitz CodeSourcery