From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2562 invoked by alias); 20 May 2002 16:00:11 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 2552 invoked from network); 20 May 2002 16:00:09 -0000 Received: from unknown (HELO saturn.billgatliff.com) (209.251.101.200) by sources.redhat.com with SMTP; 20 May 2002 16:00:09 -0000 Received: by saturn.billgatliff.com (Postfix, from userid 500) id 01354141F3D; Mon, 20 May 2002 11:00:08 -0500 (CDT) Date: Mon, 20 May 2002 09:00:00 -0000 From: "William A. Gatliff" To: Pierre Habraken Cc: gdb@sources.redhat.com, Daniel Jacobowitz , "William A. Gatliff" Subject: Re: Debugging an Arm Evaluator7T using Gdb Message-ID: <20020520110008.A4382@saturn.billgatliff.com> Reply-To: bgat@billgatliff.com References: <3CE7D66F.852B681B@imag.fr> <20020519204152.GA2153@branoic.wv.cc.cmu.edu> <3CE91C41.9359F8C9@imag.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5.1i In-Reply-To: <3CE91C41.9359F8C9@imag.fr>; from Pierre.Habraken@imag.fr on Mon, May 20, 2002 at 05:54:41PM +0200 X-SW-Source: 2002-05/txt/msg00235.txt.bz2 Pierre: On Mon, May 20, 2002 at 05:54:41PM +0200, Pierre Habraken wrote: > BTW, I do not understand why one have to type "run" for some targets > (e.g. sim) and "continue" for other ones (e.g. rdi) in order to trigger > program execution... Philosophically, it's because according to gdb, the remote inferior process already has an identity, and all you're doing is connecting to it and then continuing on; when you "run" something, gdb creates a new inferior process from scratch. ... or something like that. :^) b.g. > > Pierre > -- > ________________________________________________________________________ > Pierre HABRAKEN - mailto:Pierre.Habraken@imag.fr > Tél: 04 76 82 72 83 - Fax: 04 76 82 72 87 > IMAG-LSR BP72 38402 SAINT MARTIN D'HERES Cedex > ________________________________________________________________________ > -- Bill Gatliff bgat@billgatliff.com