This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Debugging an Arm Evaluator7T using Gdb


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]