From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19028 invoked by alias); 13 Feb 2008 13:46:02 -0000 Received: (qmail 19020 invoked by uid 22791); 13 Feb 2008 13:46:02 -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 13:45:40 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id CBB179811F; Wed, 13 Feb 2008 13:45:38 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id A80B898118; Wed, 13 Feb 2008 13:45:38 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1JPHvd-000582-TA; Wed, 13 Feb 2008 08:45:37 -0500 Date: Wed, 13 Feb 2008 13:46: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: <20080213134537.GA19665@caradoc.them.org> Mail-Followup-To: Bin Chen , gdb@sourceware.org References: <5800c1cc0802130540x5d0c4776jc984744c01b2dc29@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5800c1cc0802130540x5d0c4776jc984744c01b2dc29@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/msg00089.txt.bz2 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. -- Daniel Jacobowitz CodeSourcery